File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 3838 test-all-custom-gas :
3939 name : Test all tutorials (Custom-gas-token chain)
4040 runs-on : ubuntu-latest
41+ env :
42+ # We need to use the account that has the native token (the L3 rollup owner)
43+ PRIVATE_KEY : ' ecdf21cb41c65afb51f91df408b7656e2c8739a5877f2814add0afd780cc210e'
4144 steps :
4245 - name : Checkout
4346 uses : actions/checkout@v4
6669 .[1].tokenBridge.parentWeth = "0x0000000000000000000000000000000000000000" |
6770 .[1].tokenBridge.childWeth = "0x0000000000000000000000000000000000000000"
6871 ' customNetwork.json > tmp.customNetwork.json && mv tmp.customNetwork.json customNetwork.json
69-
70- - name : Fund main account with native tokens
71- # In nitro-testnode the account that has native tokens is the L3 rollup owner
72- # (https://docs.arbitrum.io/run-arbitrum-node/run-local-full-chain-simulation#default-endpoints-and-addresses)
73- run : cast send -r http://localhost:8547 --private-key 0xecdf21cb41c65afb51f91df408b7656e2c8739a5877f2814add0afd780cc210e 0xE069078bA9ACCE4eeAE609d8754515Cf13dd6706 "transfer(address,uint256)()" 0x3f1Eae7D46d88F08fc2F8ed27FCb2AB183EB2d0E 10ether
7472
7573 - name : Test
7674 run : yarn run testAll
You can’t perform that action at this time.
0 commit comments