|
1 | 1 | {
|
2 |
| - "name": "@wormhole-foundation/example-liquidity-layer-solver", |
3 |
| - "version": "0.0.1", |
4 |
| - "author": "Wormhole Contributors", |
5 |
| - "license": "Apache-2.0", |
6 |
| - "main": "./dist/cjs/index.js", |
7 |
| - "types": "./dist/cjs/index.d.ts", |
8 |
| - "module": "./dist/esm/index.js", |
9 |
| - "scripts": { |
10 |
| - "execute": "tsx src/executeOrder/app.ts", |
11 |
| - "improve": "tsx src/improveOffer/app.ts", |
12 |
| - "relayer": "tsx src/vaaAuctionRelayer/app.ts", |
13 |
| - "clean": "rm -rf node_modules" |
14 |
| - }, |
15 |
| - "dependencies": { |
16 |
| - "@solana/spl-token": "^0.4.6", |
17 |
| - "@wormhole-foundation/example-liquidity-layer-evm": "0.0.1", |
18 |
| - "@wormhole-foundation/example-liquidity-layer-solana": "0.0.1", |
19 |
| - "@wormhole-foundation/sdk-base": "^1.4.4", |
20 |
| - "@wormhole-foundation/sdk-definitions": "^1.4.4", |
21 |
| - "@wormhole-foundation/sdk-solana": "^1.4.4" |
22 |
| - } |
| 2 | + "name": "@wormhole-foundation/example-liquidity-layer-solver", |
| 3 | + "version": "0.4.0", |
| 4 | + "author": "Wormhole Contributors", |
| 5 | + "license": "Apache-2.0", |
| 6 | + "main": "./dist/cjs/index.js", |
| 7 | + "types": "./dist/cjs/index.d.ts", |
| 8 | + "module": "./dist/esm/index.js", |
| 9 | + "scripts": { |
| 10 | + "execute": "tsx src/executeOrder/app.ts", |
| 11 | + "improve": "tsx src/improveOffer/app.ts", |
| 12 | + "relayer": "tsx src/vaaAuctionRelayer/app.ts", |
| 13 | + "clean": "rm -rf node_modules" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@solana/spl-token": "^0.4.6", |
| 17 | + "@wormhole-foundation/example-liquidity-layer-evm": "0.4.0", |
| 18 | + "@wormhole-foundation/example-liquidity-layer-solana": "0.4.0", |
| 19 | + "@wormhole-foundation/sdk-base": "^1.4.4", |
| 20 | + "@wormhole-foundation/sdk-definitions": "^1.4.4", |
| 21 | + "@wormhole-foundation/sdk-solana": "^1.4.4" |
| 22 | + } |
23 | 23 | }
|
0 commit comments