Commit 5bd01fa 1 parent aa681b1 commit 5bd01fa Copy full SHA for 5bd01fa
File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 26
26
27
27
- name : Tests
28
28
run : forge test --no-match-contract DispatcherDeployTest
29
+
30
+ - name : Fork Deploy Test
31
+ run : npm run build && npx
32
+ env :
33
+ MODULE_ROOT_PATH : " ./"
34
+ RPC_URL : ${{ secrets.FORK_RPC_URL }}
35
+ CHAIN_NAME : fork-test-ci
36
+ DUMMY_DEPLOYER_PRIVATE_KEY : ${{ secrets.DUMMY_DEPLOYER_PRIVATE_KEY }}
37
+ DAPP_PRIVATE_KEY_1 : ${{ secrets.DAPP_PRIVATE_KEY_1 }}
38
+ DAPP_PRIVATE_KEY_2 : ${{ secrets.DAPP_PRIVATE_KEY_2 }}
39
+ DAPP_PRIVATE_KEY_3 : ${{ secrets.DAPP_PRIVATE_KEY_3 }}
40
+ PolymerL2OutputOracleProxyAddress : 0xB901B810B30f4d8D179FA5e4dFA73B6EC81f2dB0
41
+ L2OutputOracleProxyAddress : 0xB901B810B30f4d8D179FA5e4dFA73B6EC81f2dB0
42
+ L1BlockAddress : 0x4200000000000000000000000000000000000015
Original file line number Diff line number Diff line change 36
36
"test" : " forge test --no-match-contract DispatcherDeployTest" ,
37
37
"build" : " make bindings-gen-go bindings-gen-ts && tsup" ,
38
38
"build-contracts" : " make build-contracts" ,
39
- "deploy-contracts" : " npm run build && node dist/deploy.js" ,
40
- "deploy-simple" : " node dist/deploy.js" ,
41
39
"prepublishOnly" : " npm run build"
42
40
},
43
41
"keywords" : [
You can’t perform that action at this time.
0 commit comments