|
7 | 7 | "ora-eth-to-base": "export PATHWAY='ETHEREUM->BASE' && npx hardhat run scripts/send_via_oft_adapter.ts --network ethereum",
|
8 | 8 | "ora-eth-to-binance": "export PATHWAY='ETHEREUM->BINANCE' && npx hardhat run scripts/send_via_oft_adapter.ts --network ethereum",
|
9 | 9 | "ora-eth-to-solana": "export PATHWAY='ETHEREUM->SOLANA' && npx hardhat run scripts/send_via_oft_adapter_sol.ts --network ethereum",
|
| 10 | + "ora-eth-to-unichain": "export PATHWAY='ETHEREUM->UNICHAIN' && npx hardhat run scripts/send_via_oft.ts --network ethereum", |
10 | 11 | "ora-base-to-eth": "export PATHWAY='BASE->ETHEREUM' && npx hardhat run scripts/send_via_oft.ts --network base",
|
11 | 12 | "ora-base-to-binance": "export PATHWAY='BASE->BINANCE' && npx hardhat run scripts/send_via_oft.ts --network base",
|
12 | 13 | "ora-base-to-arbitrum": "export PATHWAY='BASE->ARBITRUM' && npx hardhat run scripts/send_via_oft.ts --network base",
|
13 | 14 | "ora-base-to-solana": "export PATHWAY='BASE->SOLANA' && npx hardhat run scripts/send_via_oft_sol.ts --network base",
|
| 15 | + "ora-base-to-unichain": "export PATHWAY='BASE->UNICHAIN' && npx hardhat run scripts/send_via_oft.ts --network base", |
14 | 16 | "ora-arbitrum-to-base": "export PATHWAY='ARBITRUM->BASE' && npx hardhat run scripts/send_via_oft.ts --network arbitrum",
|
15 | 17 | "ora-arbitrum-to-binance": "export PATHWAY='ARBITRUM->BINANCE' && npx hardhat run scripts/send_via_oft.ts --network arbitrum",
|
16 | 18 | "ora-arbitrum-to-eth": "export PATHWAY='ARBITRUM->ETHEREUM' && npx hardhat run scripts/send_via_oft.ts --network arbitrum",
|
17 | 19 | "ora-arbitrum-to-solana": "export PATHWAY='ARBITRUM->SOLANA' && npx hardhat run scripts/send_via_oft_sol.ts --network arbitrum",
|
| 20 | + "ora-arbitrum-to-unichain": "export PATHWAY='ARBITRUM->UNICHAIN' && npx hardhat run scripts/send_via_oft.ts --network arbitrum", |
18 | 21 | "ora-binance-to-base": "export PATHWAY='BINANCE->BASE' && npx hardhat run scripts/send_via_oft.ts --network binance",
|
19 | 22 | "ora-binance-to-arbitrum": "export PATHWAY='BINANCE->ARBITRUM' && npx hardhat run scripts/send_via_oft.ts --network binance",
|
20 | 23 | "ora-binance-to-eth": "export PATHWAY='BINANCE->ETHEREUM' && npx hardhat run scripts/send_via_oft.ts --network binance",
|
21 |
| - "ora-binance-to-solana": "export PATHWAY='BINANCE->SOLANA' && npx hardhat run scripts/send_via_oft_sol.ts --network binance" |
| 24 | + "ora-binance-to-solana": "export PATHWAY='BINANCE->SOLANA' && npx hardhat run scripts/send_via_oft_sol.ts --network binance", |
| 25 | + "ora-binance-to-unichain": "export PATHWAY='BINANCE->UNICHAIN' && npx hardhat run scripts/send_via_oft.ts --network binance", |
| 26 | + "ora-unichain-to-eth": "export PATHWAY='UNICHAIN->ETHEREUM' && npx hardhat run scripts/send_via_oft.ts --network unichain", |
| 27 | + "ora-unichain-to-base": "export PATHWAY='UNICHAIN->BASE' && npx hardhat run scripts/send_via_oft.ts --network unichain", |
| 28 | + "ora-unichain-to-arbitrum": "export PATHWAY='UNICHAIN->ARBITRUM' && npx hardhat run scripts/send_via_oft.ts --network unichain", |
| 29 | + "ora-unichain-to-binance": "export PATHWAY='UNICHAIN->BINANCE' && npx hardhat run scripts/send_via_oft.ts --network unichain" |
22 | 30 | },
|
23 | 31 | "devDependencies": {
|
24 | 32 | "@ethersproject/bytes": "^5.7.0",
|
|
0 commit comments