@@ -93,7 +93,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
93
93
"lightlink-pegasus" : {
94
94
rpc : "https://replicator.pegasus.lightlink.io/rpc/v1" ,
95
95
network : "testnet" ,
96
- delay : "" ,
96
+ delay : "1 block " ,
97
97
address : "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a" ,
98
98
explorer : "https://pegasus.lightlink.io/address/$ADDRESS" ,
99
99
gasLimit : "500K" ,
@@ -102,7 +102,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
102
102
"chiliz-spicy" : {
103
103
rpc : "https://spicy-rpc.chiliz.com" ,
104
104
network : "testnet" ,
105
- delay : "" ,
105
+ delay : "12 blocks " ,
106
106
address : "0xD458261E832415CFd3BAE5E416FdF3230ce6F134" ,
107
107
explorer : "https://spicy-explorer.chiliz.com/address/$ADDRESS" ,
108
108
gasLimit : "500K" ,
@@ -111,7 +111,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
111
111
"mode-sepolia" : {
112
112
rpc : "https://sepolia.mode.network/" ,
113
113
network : "testnet" ,
114
- delay : "" ,
114
+ delay : "2 blocks " ,
115
115
address : "0x98046Bd286715D3B0BC227Dd7a956b83D8978603" ,
116
116
explorer : "https://sepolia.explorer.mode.network/address/$ADDRESS" ,
117
117
gasLimit : "500K" ,
@@ -120,7 +120,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
120
120
"sei-evm-testnet" : {
121
121
rpc : "https://evm-rpc-testnet.sei-apis.com" ,
122
122
network : "testnet" ,
123
- delay : "" ,
123
+ delay : "1 block " ,
124
124
address : "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320" ,
125
125
explorer : "https://seitrace.com/address/$ADDRESS?chain=atlantic-2" ,
126
126
gasLimit : "500K" ,
@@ -129,7 +129,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
129
129
"arbitrum-sepolia" : {
130
130
rpc : "https://sepolia-rollup.arbitrum.io/rpc" ,
131
131
network : "testnet" ,
132
- delay : "" ,
132
+ delay : "6 blocks " ,
133
133
address : "0x549Ebba8036Ab746611B4fFA1423eb0A4Df61440" ,
134
134
explorer : "https://sepolia.arbiscan.io/address/$ADDRESS" ,
135
135
gasLimit : "2.5M" ,
@@ -138,7 +138,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
138
138
"blast-testnet" : {
139
139
rpc : "https://sepolia.blast.io" ,
140
140
network : "testnet" ,
141
- delay : "" ,
141
+ delay : "1 block " ,
142
142
address : "0x98046Bd286715D3B0BC227Dd7a956b83D8978603" ,
143
143
explorer : "https://testnet.blastscan.io/address/$ADDRESS" ,
144
144
gasLimit : "500K" ,
@@ -147,7 +147,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
147
147
"optimism-sepolia" : {
148
148
rpc : "https://sepolia.optimism.io" ,
149
149
network : "testnet" ,
150
- delay : "" ,
150
+ delay : "2 blocks " ,
151
151
address : "0x4821932D0CDd71225A6d914706A621e0389D7061" ,
152
152
explorer : "https://optimism-sepolia.blockscout.com/address/$ADDRESS" ,
153
153
gasLimit : "500K" ,
@@ -156,7 +156,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
156
156
"base-sepolia" : {
157
157
rpc : "https://sepolia.base.org" ,
158
158
network : "testnet" ,
159
- delay : "" ,
159
+ delay : "1 block " ,
160
160
address : "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c" ,
161
161
explorer : "https://base-sepolia.blockscout.com/address/$ADDRESS" ,
162
162
gasLimit : "500K" ,
@@ -165,7 +165,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
165
165
"zetachain-testnet" : {
166
166
rpc : "https://zetachain-athens-evm.blockpi.network/v1/rpc/public" ,
167
167
network : "testnet" ,
168
- delay : "" ,
168
+ delay : "0 block " ,
169
169
address : "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF" ,
170
170
explorer : "https://explorer.zetachain.com/address/$ADDRESS" ,
171
171
gasLimit : "500K" ,
@@ -174,7 +174,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
174
174
"taiko-hekla" : {
175
175
rpc : "https://rpc.hekla.taiko.xyz/" ,
176
176
network : "testnet" ,
177
- delay : "" ,
177
+ delay : "1 block " ,
178
178
address : "0x98046Bd286715D3B0BC227Dd7a956b83D8978603" ,
179
179
explorer : "https://hekla.taikoscan.network/address/$ADDRESS" ,
180
180
gasLimit : "500K" ,
@@ -201,7 +201,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
201
201
"merlin-testnet" : {
202
202
address : "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb" ,
203
203
explorer : "https://testnet-scan.merlinchain.io/address/$ADDRESS" ,
204
- delay : "" ,
204
+ delay : "1 block " ,
205
205
gasLimit : "500K" ,
206
206
network : "testnet" ,
207
207
rpc : "https://testnet-rpc.merlinchain.io/" ,
@@ -219,7 +219,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
219
219
"etherlink-testnet" : {
220
220
address : "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509" ,
221
221
explorer : "https://testnet.explorer.etherlink.com/address/$ADDRESS" ,
222
- delay : "" ,
222
+ delay : "1 block " ,
223
223
gasLimit : "15M" ,
224
224
network : "testnet" ,
225
225
rpc : "https://node.ghostnet.etherlink.com" ,
@@ -246,7 +246,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
246
246
"kaia-testnet" : {
247
247
address : "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320" ,
248
248
explorer : "https://kairos.kaiascan.io/address/$ADDRESS" ,
249
- delay : "" ,
249
+ delay : "1 block " ,
250
250
gasLimit : "500K" ,
251
251
network : "testnet" ,
252
252
rpc : "https://rpc.ankr.com/klaytn_testnet" ,
@@ -255,7 +255,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
255
255
"tabi-testnet" : {
256
256
address : "0xEbe57e8045F2F230872523bbff7374986E45C486" ,
257
257
explorer : "https://testnetv2.tabiscan.com/address/$ADDRESS" ,
258
- delay : "" ,
258
+ delay : "0 block " ,
259
259
gasLimit : "500K" ,
260
260
network : "testnet" ,
261
261
rpc : "https://rpc.testnetv2.tabichain.com" ,
@@ -264,7 +264,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
264
264
"b3-testnet" : {
265
265
address : "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb" ,
266
266
explorer : "https://sepolia.explorer.b3.fun/address/$ADDRESS" ,
267
- delay : "" ,
267
+ delay : "1 block " ,
268
268
gasLimit : "500K" ,
269
269
network : "testnet" ,
270
270
rpc : "https://sepolia.b3.fun/http/" ,
@@ -282,7 +282,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
282
282
"apechain-testnet" : {
283
283
address : "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509" ,
284
284
explorer : "https://curtis.explorer.caldera.xyz/address/$ADDRESS" ,
285
- delay : "" ,
285
+ delay : "1 block " ,
286
286
gasLimit : "500K" ,
287
287
network : "testnet" ,
288
288
rpc : "https://curtis.rpc.caldera.xyz/http" ,
@@ -291,7 +291,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
291
291
"soneium-minato-testnet" : {
292
292
address : "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509" ,
293
293
explorer : "https://explorer-testnet.soneium.org/address/$ADDRESS" ,
294
- delay : "" ,
294
+ delay : "1 block " ,
295
295
gasLimit : "500K" ,
296
296
network : "testnet" ,
297
297
rpc : "https://rpc.minato.soneium.org/" ,
@@ -309,7 +309,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
309
309
"sanko-testnet" : {
310
310
address : "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb" ,
311
311
explorer : "https://sanko-arb-sepolia.explorer.caldera.xyz/address/$ADDRESS" ,
312
- delay : "" ,
312
+ delay : "1 block " ,
313
313
gasLimit : "500K" ,
314
314
network : "testnet" ,
315
315
rpc : "https://sanko-arb-sepolia.rpc.caldera.xyz/http" ,
@@ -327,7 +327,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
327
327
"abstract-testnet" : {
328
328
address : "0x858687fD592112f7046E394A3Bf10D0C11fF9e63" ,
329
329
explorer : "https://explorer.testnet.abs.xyz/address/$ADDRESS" ,
330
- delay : "" ,
330
+ delay : "0 block " ,
331
331
gasLimit : "500K" ,
332
332
network : "testnet" ,
333
333
rpc : "https://api.testnet.abs.xyz" ,
@@ -336,7 +336,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
336
336
"sonic-blaze-testnet" : {
337
337
address : "0xebe57e8045f2f230872523bbff7374986e45c486" ,
338
338
explorer : "https://blaze.soniclabs.com/address/$ADDRESS" ,
339
- delay : "" ,
339
+ delay : "1 block " ,
340
340
gasLimit : "500K" ,
341
341
network : "testnet" ,
342
342
rpc : "https://rpc.blaze.soniclabs.com" ,
@@ -345,7 +345,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
345
345
"unichain-sepolia" : {
346
346
address : "0x8D254a21b3C86D32F7179855531CE99164721933" ,
347
347
explorer : "https://unichain-sepolia.blockscout.com/address/$ADDRESS" ,
348
- delay : "" ,
348
+ delay : "1 block " ,
349
349
gasLimit : "500K" ,
350
350
network : "testnet" ,
351
351
rpc : "https://sepolia.unichain.org" ,
@@ -363,7 +363,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
363
363
"story-testnet" : {
364
364
address : "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb" ,
365
365
explorer : "https://aeneid.storyscan.xyz/address/$ADDRESS" ,
366
- delay : "" ,
366
+ delay : "0 block " ,
367
367
gasLimit : "500K" ,
368
368
network : "testnet" ,
369
369
rpc : "https://aeneid.storyrpc.io" ,
@@ -372,7 +372,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
372
372
"monad-testnet" : {
373
373
address : "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320" ,
374
374
explorer : "https://testnet.monadexplorer.com/address/$ADDRESS" ,
375
- delay : "" ,
375
+ delay : "2 blocks " ,
376
376
gasLimit : "500K" ,
377
377
network : "testnet" ,
378
378
rpc : "https://testnet-rpc.monad.xyz" ,
@@ -381,7 +381,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
381
381
abstract : {
382
382
address : "0x5a4a369F4db5df2054994AF031b7b23949b98c0e" ,
383
383
explorer : "https://abscan.org/address/$ADDRESS" ,
384
- delay : "1 block" ,
384
+ delay : "0 block" ,
385
385
gasLimit : "500K" ,
386
386
network : "mainnet" ,
387
387
rpc : "https://api.mainnet.abs.xyz" ,
@@ -399,7 +399,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
399
399
"berachain-bepolia" : {
400
400
address : "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320" ,
401
401
explorer : "https://bepolia.beratrail.io/address/$ADDRESS" ,
402
- delay : "" ,
402
+ delay : "1 block " ,
403
403
gasLimit : "500K" ,
404
404
network : "testnet" ,
405
405
rpc : "https://bepolia.rpc.berachain.com" ,
@@ -426,7 +426,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
426
426
unichain : {
427
427
address : "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320" ,
428
428
explorer : "https://unichain.blockscout.com/address/$ADDRESS" ,
429
- delay : "0 block" ,
429
+ delay : "1 block" ,
430
430
gasLimit : "500K" ,
431
431
network : "mainnet" ,
432
432
rpc : "https://mainnet.unichain.org" ,
0 commit comments