From b3d139231212d7e1abb5e53c90c4f7ebb1569496 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 02:21:25 +0000 Subject: [PATCH] Update berachain gas limits to 2.5M Co-Authored-By: Jayant Krishnamurthy --- components/EntropyDeployments.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/EntropyDeployments.tsx b/components/EntropyDeployments.tsx index 8a40e364..a600cf37 100644 --- a/components/EntropyDeployments.tsx +++ b/components/EntropyDeployments.tsx @@ -14,7 +14,7 @@ export const EntropyDeployments: Record = { network: "mainnet", explorer: "https://berascan.com/address/$ADDRESS", delay: "1 block", - gasLimit: "500K", + gasLimit: "2.5M", rpc: "https://rpc.berachain.com", nativeCurrency: "BERA", }, @@ -177,7 +177,7 @@ export const EntropyDeployments: Record = { delay: "", address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320", explorer: "https://bartio.beratrail.io/address/$ADDRESS", - gasLimit: "500K", + gasLimit: "2.5M", nativeCurrency: "BERA", }, "coredao-testnet": {