diff --git a/components/EntropyDeployments.tsx b/components/EntropyDeployments.tsx index a7885867..8a40e364 100644 --- a/components/EntropyDeployments.tsx +++ b/components/EntropyDeployments.tsx @@ -9,6 +9,15 @@ export interface EntropyDeployment { } export const EntropyDeployments: Record = { + "berachain-mainnet": { + address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320", + network: "mainnet", + explorer: "https://berascan.com/address/$ADDRESS", + delay: "1 block", + gasLimit: "500K", + rpc: "https://rpc.berachain.com", + nativeCurrency: "BERA", + }, blast: { address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb", network: "mainnet",