Skip to content

Commit 32760ad

Browse files
authored
Update provider configs (#317)
* Update provider configs
1 parent 1c28ea2 commit 32760ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/EntropyDeployments.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
3737
network: "mainnet",
3838
explorer: "https://arbiscan.io/address/$ADDRESS",
3939
delay: "6 blocks",
40-
gasLimit: "500K",
40+
gasLimit: "2.5M",
4141
rpc: "https://arb1.arbitrum.io/rpc",
4242
},
4343
optimism: {
4444
address: "0xdF21D137Aadc95588205586636710ca2890538d5",
4545
network: "mainnet",
4646
explorer: "https://optimistic.etherscan.io/address/$ADDRESS",
47-
delay: "Until safe",
47+
delay: "2 blocks",
4848
gasLimit: "500K",
4949
rpc: "https://rpc.ankr.com/optimism",
5050
},
5151
mode: {
5252
address: "0x8D254a21b3C86D32F7179855531CE99164721933",
5353
network: "mainnet",
5454
explorer: "https://explorer.mode.network/address/$ADDRESS",
55-
delay: "Until safe",
55+
delay: "2 blocks",
5656
gasLimit: "500K",
5757
rpc: "https://mainnet.mode.network/",
5858
},
@@ -118,7 +118,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
118118
delay: "",
119119
address: "0x549Ebba8036Ab746611B4fFA1423eb0A4Df61440",
120120
explorer: "https://sepolia.arbiscan.io/address/$ADDRESS",
121-
gasLimit: "500K",
121+
gasLimit: "2.5M",
122122
},
123123
"fantom-sonic": {
124124
rpc: "https://rpc.sonic.fantom.network/",

0 commit comments

Comments
 (0)