Skip to content

Commit e0467d6

Browse files
authored
chore(entropy-debugger) Updated Entropy chains (#2835)
* chore(entropy-debugger) Updated Entropy chains * added Zetachain
1 parent 938c9ba commit e0467d6

File tree

1 file changed

+50
-167
lines changed

1 file changed

+50
-167
lines changed

apps/entropy-debugger/src/store/entropy-deployments.ts

Lines changed: 50 additions & 167 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,6 @@ export const EntropyDeployments = {
2727
rpc: "https://rpc.blast.io",
2828
nativeCurrency: "ETH",
2929
},
30-
"lightlink-phoenix": {
31-
address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
32-
network: "mainnet",
33-
explorer: "https://phoenix.lightlink.io/address/$ADDRESS",
34-
delay: "1 block",
35-
gasLimit: "500K",
36-
rpc: "https://replicator.phoenix.lightlink.io/rpc/v1",
37-
nativeCurrency: "ETH",
38-
},
39-
chiliz: {
40-
address: "0x0708325268dF9F66270F1401206434524814508b",
41-
network: "mainnet",
42-
explorer: "https://scan.chiliz.com/address/$ADDRESS",
43-
delay: "12 blocks",
44-
gasLimit: "500K",
45-
rpc: "https://rpc.ankr.com/chiliz",
46-
nativeCurrency: "CHZ",
47-
},
4830
arbitrum: {
4931
address: "0x7698E925FfC29655576D0b361D75Af579e20AdAc",
5032
network: "mainnet",
@@ -60,27 +42,9 @@ export const EntropyDeployments = {
6042
explorer: "https://optimistic.etherscan.io/address/$ADDRESS",
6143
delay: "2 blocks",
6244
gasLimit: "500K",
63-
rpc: "https://optimism.llamarpc.com",
45+
rpc: "https://optimism.drpc.org",
6446
nativeCurrency: "ETH",
6547
},
66-
mode: {
67-
address: "0x8D254a21b3C86D32F7179855531CE99164721933",
68-
network: "mainnet",
69-
explorer: "https://explorer.mode.network/address/$ADDRESS",
70-
delay: "2 blocks",
71-
gasLimit: "500K",
72-
rpc: "https://mainnet.mode.network/",
73-
nativeCurrency: "ETH",
74-
},
75-
zetachain: {
76-
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
77-
network: "mainnet",
78-
explorer: "https://zetachain.blockscout.com/address/$ADDRESS",
79-
delay: "0 block",
80-
gasLimit: "500K",
81-
rpc: "https://zetachain-evm.blockpi.network/v1/rpc/public",
82-
nativeCurrency: "ZETA",
83-
},
8448
base: {
8549
address: "0x6E7D74FA7d5c90FEF9F0512987605a6d546181Bb",
8650
network: "mainnet",
@@ -90,46 +54,10 @@ export const EntropyDeployments = {
9054
rpc: "https://developer-access-mainnet.base.org/",
9155
nativeCurrency: "ETH",
9256
},
93-
"lightlink-pegasus": {
94-
rpc: "https://replicator.pegasus.lightlink.io/rpc/v1",
95-
network: "testnet",
96-
delay: "",
97-
address: "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
98-
explorer: "https://pegasus.lightlink.io/address/$ADDRESS",
99-
gasLimit: "500K",
100-
nativeCurrency: "ETH",
101-
},
102-
"chiliz-spicy": {
103-
rpc: "https://spicy-rpc.chiliz.com",
104-
network: "testnet",
105-
delay: "",
106-
address: "0xD458261E832415CFd3BAE5E416FdF3230ce6F134",
107-
explorer: "https://spicy-explorer.chiliz.com/address/$ADDRESS",
108-
gasLimit: "500K",
109-
nativeCurrency: "CHZ",
110-
},
111-
"conflux-espace-testnet": {
112-
rpc: "https://evmtestnet.confluxrpc.com",
113-
network: "testnet",
114-
delay: "",
115-
address: "0xdF21D137Aadc95588205586636710ca2890538d5",
116-
explorer: "https://evmtestnet.confluxscan.org/address/$ADDRESS",
117-
gasLimit: "500K",
118-
nativeCurrency: "CFX",
119-
},
120-
"mode-sepolia": {
121-
rpc: "https://sepolia.mode.network/",
122-
network: "testnet",
123-
delay: "",
124-
address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
125-
explorer: "https://sepolia.explorer.mode.network/address/$ADDRESS",
126-
gasLimit: "500K",
127-
nativeCurrency: "ETH",
128-
},
12957
"sei-evm-testnet": {
13058
rpc: "https://evm-rpc-testnet.sei-apis.com",
13159
network: "testnet",
132-
delay: "",
60+
delay: "1 block",
13361
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
13462
explorer: "https://seitrace.com/address/$ADDRESS?chain=atlantic-2",
13563
gasLimit: "500K",
@@ -138,7 +66,7 @@ export const EntropyDeployments = {
13866
"arbitrum-sepolia": {
13967
rpc: "https://sepolia-rollup.arbitrum.io/rpc",
14068
network: "testnet",
141-
delay: "",
69+
delay: "6 blocks",
14270
address: "0x549Ebba8036Ab746611B4fFA1423eb0A4Df61440",
14371
explorer: "https://sepolia.arbiscan.io/address/$ADDRESS",
14472
gasLimit: "2.5M",
@@ -147,16 +75,16 @@ export const EntropyDeployments = {
14775
"blast-testnet": {
14876
rpc: "https://sepolia.blast.io",
14977
network: "testnet",
150-
delay: "",
78+
delay: "1 block",
15179
address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
15280
explorer: "https://testnet.blastscan.io/address/$ADDRESS",
15381
gasLimit: "500K",
15482
nativeCurrency: "ETH",
15583
},
15684
"optimism-sepolia": {
157-
rpc: "https://api.zan.top/opt-sepolia",
85+
rpc: "https://sepolia.optimism.io",
15886
network: "testnet",
159-
delay: "",
87+
delay: "2 blocks",
16088
address: "0x4821932D0CDd71225A6d914706A621e0389D7061",
16189
explorer: "https://optimism-sepolia.blockscout.com/address/$ADDRESS",
16290
gasLimit: "500K",
@@ -165,57 +93,12 @@ export const EntropyDeployments = {
16593
"base-sepolia": {
16694
rpc: "https://sepolia.base.org",
16795
network: "testnet",
168-
delay: "",
96+
delay: "1 block",
16997
address: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",
17098
explorer: "https://base-sepolia.blockscout.com/address/$ADDRESS",
17199
gasLimit: "500K",
172100
nativeCurrency: "ETH",
173101
},
174-
"berachain-testnet-v2": {
175-
rpc: "https://evm-rpc-bera.rhino-apis.com/",
176-
network: "testnet",
177-
delay: "",
178-
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
179-
explorer: "https://bartio.beratrail.io/address/$ADDRESS",
180-
gasLimit: "2.5M",
181-
nativeCurrency: "BERA",
182-
},
183-
"coredao-testnet": {
184-
rpc: "https://rpc.test.btcs.network",
185-
network: "testnet",
186-
delay: "",
187-
address: "0xf0a1b566B55e0A0CB5BeF52Eb2a57142617Bee67",
188-
explorer: "https://scan.test.btcs.network/address/$ADDRESS",
189-
gasLimit: "500K",
190-
nativeCurrency: "tCORE",
191-
},
192-
"zetachain-testnet": {
193-
rpc: "https://zetachain-athens-evm.blockpi.network/v1/rpc/public",
194-
network: "testnet",
195-
delay: "",
196-
address: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF",
197-
explorer: "https://explorer.zetachain.com/address/$ADDRESS",
198-
gasLimit: "500K",
199-
nativeCurrency: "ZETA",
200-
},
201-
"taiko-hekla": {
202-
rpc: "https://rpc.hekla.taiko.xyz/",
203-
network: "testnet",
204-
delay: "",
205-
address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
206-
explorer: "https://hekla.taikoscan.network/address/$ADDRESS",
207-
gasLimit: "500K",
208-
nativeCurrency: "ETH",
209-
},
210-
"orange-testnet": {
211-
address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
212-
explorer: "https://subnets-test.avax.network/orangetest/address/$ADDRESS",
213-
delay: "",
214-
gasLimit: "500K",
215-
network: "testnet",
216-
rpc: "https://subnets.avax.network/orangetest/testnet/rpc",
217-
nativeCurrency: "JUICE",
218-
},
219102
"sei-evm": {
220103
address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
221104
explorer: "https://seitrace.com/address/$ADDRESS?chain=pacific-1",
@@ -225,37 +108,10 @@ export const EntropyDeployments = {
225108
rpc: "https://evm-rpc.sei-apis.com",
226109
nativeCurrency: "SEI",
227110
},
228-
merlin: {
229-
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
230-
explorer: "https://scan.merlinchain.io/address/$ADDRESS",
231-
delay: "1 block",
232-
gasLimit: "500K",
233-
network: "mainnet",
234-
rpc: "https://rpc.merlinchain.io",
235-
nativeCurrency: "BTC",
236-
},
237-
"merlin-testnet": {
238-
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
239-
explorer: "https://testnet-scan.merlinchain.io/address/$ADDRESS",
240-
delay: "",
241-
gasLimit: "500K",
242-
network: "testnet",
243-
rpc: "https://testnet-rpc.merlinchain.io/",
244-
nativeCurrency: "BTC",
245-
},
246-
taiko: {
247-
address: "0x26DD80569a8B23768A1d80869Ed7339e07595E85",
248-
explorer: "https://taikoscan.io/address/$ADDRESS",
249-
delay: "1 block",
250-
gasLimit: "500K",
251-
network: "mainnet",
252-
rpc: "https://rpc.mainnet.taiko.xyz",
253-
nativeCurrency: "ETH",
254-
},
255111
"etherlink-testnet": {
256112
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
257113
explorer: "https://testnet.explorer.etherlink.com/address/$ADDRESS",
258-
delay: "",
114+
delay: "1 block",
259115
gasLimit: "15M",
260116
network: "testnet",
261117
rpc: "https://node.ghostnet.etherlink.com",
@@ -282,7 +138,7 @@ export const EntropyDeployments = {
282138
"kaia-testnet": {
283139
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
284140
explorer: "https://kairos.kaiascan.io/address/$ADDRESS",
285-
delay: "",
141+
delay: "1 block",
286142
gasLimit: "500K",
287143
network: "testnet",
288144
rpc: "https://rpc.ankr.com/klaytn_testnet",
@@ -291,7 +147,7 @@ export const EntropyDeployments = {
291147
"tabi-testnet": {
292148
address: "0xEbe57e8045F2F230872523bbff7374986E45C486",
293149
explorer: "https://testnetv2.tabiscan.com/address/$ADDRESS",
294-
delay: "",
150+
delay: "0 block",
295151
gasLimit: "500K",
296152
network: "testnet",
297153
rpc: "https://rpc.testnetv2.tabichain.com",
@@ -300,7 +156,7 @@ export const EntropyDeployments = {
300156
"b3-testnet": {
301157
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
302158
explorer: "https://sepolia.explorer.b3.fun/address/$ADDRESS",
303-
delay: "",
159+
delay: "1 block",
304160
gasLimit: "500K",
305161
network: "testnet",
306162
rpc: "https://sepolia.b3.fun/http/",
@@ -318,7 +174,7 @@ export const EntropyDeployments = {
318174
"apechain-testnet": {
319175
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
320176
explorer: "https://curtis.explorer.caldera.xyz/address/$ADDRESS",
321-
delay: "",
177+
delay: "1 block",
322178
gasLimit: "500K",
323179
network: "testnet",
324180
rpc: "https://curtis.rpc.caldera.xyz/http",
@@ -327,7 +183,7 @@ export const EntropyDeployments = {
327183
"soneium-minato-testnet": {
328184
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
329185
explorer: "https://explorer-testnet.soneium.org/address/$ADDRESS",
330-
delay: "",
186+
delay: "1 block",
331187
gasLimit: "500K",
332188
network: "testnet",
333189
rpc: "https://rpc.minato.soneium.org/",
@@ -345,7 +201,7 @@ export const EntropyDeployments = {
345201
"sanko-testnet": {
346202
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
347203
explorer: "https://sanko-arb-sepolia.explorer.caldera.xyz/address/$ADDRESS",
348-
delay: "",
204+
delay: "1 block",
349205
gasLimit: "500K",
350206
network: "testnet",
351207
rpc: "https://sanko-arb-sepolia.rpc.caldera.xyz/http",
@@ -363,7 +219,7 @@ export const EntropyDeployments = {
363219
"abstract-testnet": {
364220
address: "0x858687fD592112f7046E394A3Bf10D0C11fF9e63",
365221
explorer: "https://explorer.testnet.abs.xyz/address/$ADDRESS",
366-
delay: "",
222+
delay: "0 block",
367223
gasLimit: "500K",
368224
network: "testnet",
369225
rpc: "https://api.testnet.abs.xyz",
@@ -372,7 +228,7 @@ export const EntropyDeployments = {
372228
"sonic-blaze-testnet": {
373229
address: "0xebe57e8045f2f230872523bbff7374986e45c486",
374230
explorer: "https://blaze.soniclabs.com/address/$ADDRESS",
375-
delay: "",
231+
delay: "1 block",
376232
gasLimit: "500K",
377233
network: "testnet",
378234
rpc: "https://rpc.blaze.soniclabs.com",
@@ -381,7 +237,7 @@ export const EntropyDeployments = {
381237
"unichain-sepolia": {
382238
address: "0x8D254a21b3C86D32F7179855531CE99164721933",
383239
explorer: "https://unichain-sepolia.blockscout.com/address/$ADDRESS",
384-
delay: "",
240+
delay: "1 block",
385241
gasLimit: "500K",
386242
network: "testnet",
387243
rpc: "https://sepolia.unichain.org",
@@ -399,7 +255,7 @@ export const EntropyDeployments = {
399255
"story-testnet": {
400256
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
401257
explorer: "https://aeneid.storyscan.xyz/address/$ADDRESS",
402-
delay: "",
258+
delay: "0 block",
403259
gasLimit: "500K",
404260
network: "testnet",
405261
rpc: "https://aeneid.storyrpc.io",
@@ -408,7 +264,7 @@ export const EntropyDeployments = {
408264
"monad-testnet": {
409265
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
410266
explorer: "https://testnet.monadexplorer.com/address/$ADDRESS",
411-
delay: "",
267+
delay: "2 blocks",
412268
gasLimit: "500K",
413269
network: "testnet",
414270
rpc: "https://testnet-rpc.monad.xyz",
@@ -417,7 +273,7 @@ export const EntropyDeployments = {
417273
abstract: {
418274
address: "0x5a4a369F4db5df2054994AF031b7b23949b98c0e",
419275
explorer: "https://abscan.org/address/$ADDRESS",
420-
delay: "1 block",
276+
delay: "0 block",
421277
gasLimit: "500K",
422278
network: "mainnet",
423279
rpc: "https://api.mainnet.abs.xyz",
@@ -426,7 +282,7 @@ export const EntropyDeployments = {
426282
story: {
427283
address: "0xdF21D137Aadc95588205586636710ca2890538d5",
428284
explorer: "https://storyscan.xyz/address/$ADDRESS",
429-
delay: "",
285+
delay: "0 block",
430286
gasLimit: "500K",
431287
network: "mainnet",
432288
rpc: "https://mainnet.storyrpc.io",
@@ -435,7 +291,7 @@ export const EntropyDeployments = {
435291
"berachain-bepolia": {
436292
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
437293
explorer: "https://bepolia.beratrail.io/address/$ADDRESS",
438-
delay: "",
294+
delay: "1 block",
439295
gasLimit: "500K",
440296
network: "testnet",
441297
rpc: "https://bepolia.rpc.berachain.com",
@@ -444,7 +300,7 @@ export const EntropyDeployments = {
444300
hyperevm: {
445301
address: "0xfA25E653b44586dBbe27eE9d252192F0e4956683",
446302
explorer: "https://hyperliquid.cloud.blockscout.com/address/$ADDRESS",
447-
delay: "",
303+
delay: "0 block",
448304
gasLimit: "500K",
449305
network: "mainnet",
450306
rpc: "https://rpc.hyperliquid.xyz/evm",
@@ -459,6 +315,33 @@ export const EntropyDeployments = {
459315
rpc: "https://soneium.drpc.org",
460316
nativeCurrency: "ETH",
461317
},
318+
unichain: {
319+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
320+
explorer: "https://unichain.blockscout.com/address/$ADDRESS",
321+
delay: "1 block",
322+
gasLimit: "500K",
323+
network: "mainnet",
324+
rpc: "https://mainnet.unichain.org",
325+
nativeCurrency: "ETH",
326+
},
327+
zetachain: {
328+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
329+
network: "mainnet",
330+
explorer: "https://zetachain.blockscout.com/address/$ADDRESS",
331+
delay: "0 block",
332+
gasLimit: "500K",
333+
rpc: "https://zetachain-evm.blockpi.network/v1/rpc/public",
334+
nativeCurrency: "ZETA",
335+
},
336+
"zetachain-testnet": {
337+
rpc: "https://zetachain-athens-evm.blockpi.network/v1/rpc/public",
338+
network: "testnet",
339+
delay: "",
340+
address: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF",
341+
explorer: "https://explorer.zetachain.com/address/$ADDRESS",
342+
gasLimit: "500K",
343+
nativeCurrency: "ZETA",
344+
},
462345
} as const satisfies Record<string, EntropyDeployment>;
463346

464347
export const isValidDeployment = (

0 commit comments

Comments
 (0)