Skip to content

Commit e0e8266

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andauthored
Update berachain gas limits to 2.5M (#599)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Jayant Krishnamurthy <jayant@dourolabs.xyz>
1 parent ac80b09 commit e0e8266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/EntropyDeployments.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
1414
network: "mainnet",
1515
explorer: "https://berascan.com/address/$ADDRESS",
1616
delay: "1 block",
17-
gasLimit: "500K",
17+
gasLimit: "2.5M",
1818
rpc: "https://rpc.berachain.com",
1919
nativeCurrency: "BERA",
2020
},
@@ -177,7 +177,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
177177
delay: "",
178178
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
179179
explorer: "https://bartio.beratrail.io/address/$ADDRESS",
180-
gasLimit: "500K",
180+
gasLimit: "2.5M",
181181
nativeCurrency: "BERA",
182182
},
183183
"coredao-testnet": {

0 commit comments

Comments
 (0)