File tree Expand file tree Collapse file tree 4 files changed +373
-147
lines changed
Expand file tree Collapse file tree 4 files changed +373
-147
lines changed Original file line number Diff line number Diff line change 11PRIVATE_KEY=
22
3+ # Devnet RPCs
34RPC_CHIADO=https://rpc.chiadochain.net
45RPC_ARB_SEPOLIA=https://sepolia-rollup.arbitrum.io/rpc
56RPC_SEPOLIA=
67
8+ # Testnet or Mainnet RPCs
9+ RPC_ARB=
10+ RPC_ETH=
11+
12+ # Testnet or Mainnet Addresses
13+ VEAINBOX_ARB_TO_ETH_ADDRESS=0xE12daFE59Bc3A996362d54b37DFd2BA9279cAd06
14+ VEAOUTBOX_ARB_TO_ETH_ADDRESS=0x209BFdC6B7c66b63A8382196Ba3d06619d0F12c9
15+
16+
17+ # Devnet Addresses
718VEAINBOX_ARBSEPOLIA_TO_SEPOLIA_ADDRESS=0x906dE43dBef27639b1688Ac46532a16dc07Ce410
819VEAINBOX_ARBSEPOLIA_TO_CHIADO_ADDRESS=0xAb53e341121448Ae259Da8fa17f216Cb0e21199C
920VEAOUTBOX_ARBSEPOLIA_TO_SEPOLIA_ADDRESS=0x906dE43dBef27639b1688Ac46532a16dc07Ce410
Original file line number Diff line number Diff line change 1212 "scripts" : {
1313 "start" : " npx ts-node ./src/ArbToEth/watcher.ts" ,
1414 "start-chiado-devnet" : " npx ts-node ./src/devnet/arbToChiado/happyPath.ts" ,
15- "start-sepolia-devnet" : " npx ts-node ./src/devnet/arbToSepolia/happyPath.ts"
15+ "start-sepolia-devnet" : " npx ts-node ./src/devnet/arbToSepolia/happyPath.ts" ,
16+ "start-sepolia-testnet" : " npx ts-node ./src/ArbToEth/watcherArbToEth.ts"
1617 },
1718 "dependencies" : {
1819 "@arbitrum/sdk" : " 4.0.1" ,
You can’t perform that action at this time.
0 commit comments