File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
packages/cli/src/command-helpers Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,19 @@ const TEST_CONTRACT_START_BLOCKS = {
22
22
moonbeam : {
23
23
'0x011E52E4E40CF9498c79273329E8827b21E2e581' : 505_060 ,
24
24
} ,
25
- moonriver : {
26
- '0x3dB01570D97631f69bbb0ba39796865456Cf89A5' : 800_950 ,
27
- } ,
28
25
optimism : {
29
26
'0xc35DADB65012eC5796536bD9864eD8773aBc74C4' : 7_019_815 ,
30
27
} ,
31
- celo : {
32
- '0x8084936982D089130e001b470eDf58faCA445008' : 10_186_627 ,
33
- } ,
34
28
gnosis : {
35
29
'0xdDCbf776dF3dE60163066A5ddDF2277cB445E0F3' : 16_655_565 ,
36
30
} ,
31
+ // not stable RPCs
32
+ // moonriver: {
33
+ // '0x3dB01570D97631f69bbb0ba39796865456Cf89A5': 800_950,
34
+ // },
35
+ // celo: {
36
+ // '0x8084936982D089130e001b470eDf58faCA445008': 10_186_627,
37
+ // },
37
38
38
39
// Skipping these networks for now because they do not support the latest etherscan contracts API or is blockScout based
39
40
You can’t perform that action at this time.
0 commit comments