File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ const finalityThresholds = [
32
32
[ "Optimism" , 512 ] ,
33
33
[ "Base" , 512 ] ,
34
34
[ "Arbitrum" , 4096 ] , // TODO: validate, this is inferred from vaa metrics timing
35
+ [ "Blast" , 512 ] ,
36
+ [ "Xlayer" , 300 ] ,
37
+ [ "Scroll" , 300 ] ,
38
+ [ "Mantle" , 512 ] ,
35
39
// Checkpointed after 32 blocks
36
40
[ "Polygon" , 32 ] ,
37
41
// Single block finality
@@ -84,6 +88,7 @@ const blockTimeMilliseconds = [
84
88
[ "Avalanche" , 2_000 ] ,
85
89
[ "Base" , 2_000 ] ,
86
90
[ "BaseSepolia" , 2_000 ] ,
91
+ [ "Blast" , 2_000 ] ,
87
92
[ "Bsc" , 3_000 ] ,
88
93
[ "Celo" , 5_000 ] ,
89
94
[ "Cosmoshub" , 5_000 ] ,
@@ -96,6 +101,7 @@ const blockTimeMilliseconds = [
96
101
[ "Karura" , 12_000 ] ,
97
102
[ "Klaytn" , 1_000 ] ,
98
103
[ "Kujira" , 3_000 ] ,
104
+ [ "Mantle" , 2_000 ] ,
99
105
[ "Moonbeam" , 12_000 ] ,
100
106
[ "Near" , 1_500 ] ,
101
107
[ "Neon" , 30_000 ] ,
@@ -106,6 +112,7 @@ const blockTimeMilliseconds = [
106
112
[ "Polygon" , 2_000 ] ,
107
113
[ "PolygonSepolia" , 2_000 ] ,
108
114
[ "Rootstock" , 30_000 ] ,
115
+ [ "Scroll" , 3_000 ] ,
109
116
[ "Sei" , 400 ] ,
110
117
[ "Sepolia" , 15_000 ] ,
111
118
[ "Solana" , 400 ] ,
@@ -115,6 +122,7 @@ const blockTimeMilliseconds = [
115
122
[ "Terra" , 6_000 ] ,
116
123
[ "Terra2" , 6_000 ] ,
117
124
[ "Xpla" , 5_000 ] ,
125
+ [ "Xlayer" , 3_000 ] ,
118
126
[ "Wormchain" , 5_000 ] ,
119
127
[ "Btc" , 600_000 ] ,
120
128
[ "Pythnet" , 400 ] ,
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ const rpcConfig = [[
44
44
[ "Gnosis" , "https://rpc.ankr.com/gnosis" ] ,
45
45
[ "Rootstock" , "https://public-node.rsk.co" ] ,
46
46
[ "Mantle" , "https://rpc.mantle.xyz" ] ,
47
+ [ "Klaytn" , "https://rpc.ankr.com/klaytn" ] ,
47
48
] ] , [
48
49
"Testnet" , [
49
50
[ "Ethereum" , "https://eth-goerli.public.blastapi.io" ] ,
@@ -84,7 +85,8 @@ const rpcConfig = [[
84
85
[ "Xlayer" , "https://testrpc.xlayer.tech/" ] ,
85
86
[ "Scroll" , "https://rpc.ankr.com/scroll_sepolia_testnet" ] ,
86
87
[ "Rootstock" , "https://public-node.testnet.rsk.co" ] ,
87
- [ "Gnosis" , "https://rpc.chiadochain.net" ]
88
+ [ "Gnosis" , "https://rpc.chiadochain.net" ] ,
89
+ [ "Klaytn" , "https://rpc.ankr.com/klaytn_testnet" ] ,
88
90
] ] , [
89
91
"Devnet" , [
90
92
[ "Ethereum" , "http://eth-devnet:8545" ] ,
You can’t perform that action at this time.
0 commit comments