File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ export const INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN: {
62
62
Xpla : '0' ,
63
63
Solana : '0' ,
64
64
Sui : '0' ,
65
+ Scroll : '0' ,
66
+ Blast : '0' ,
65
67
Base : '0' ,
66
68
Sei : '0' ,
67
69
Wormchain : '0' ,
Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ export const RPCS_BY_CHAIN: { [key in Network]: { [key in Chain]?: string } } =
85
85
Solana : process . env . SOLANA_RPC ,
86
86
Sui : process . env . SUI_RPC ,
87
87
Base : process . env . BASE_RPC ,
88
+ Scroll : process . env . SCROLL_RPC || 'https://rpc.ankr.com/scroll_sepolia_testnet' ,
89
+ Blast : process . env . BLAST_RPC || 'https://rpc.ankr.com/blast_testnet_sepolia' ,
88
90
Sei : process . env . SEI_RPC ,
89
91
Wormchain : process . env . WORMCHAIN_RPC ,
90
92
ArbitrumSepolia : process . env . ARBITRUM_SEPOLIA_RPC ,
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ const supportedChains: Chain[] =
43
43
'Xpla' ,
44
44
// 'Base',
45
45
'Sei' ,
46
+ 'Blast' ,
47
+ 'Scroll' ,
46
48
// 'Wormchain',
47
49
'Sepolia' ,
48
50
'ArbitrumSepolia' ,
You can’t perform that action at this time.
0 commit comments