From c94edaffbfa39935aeaeab1c7cbf671c4611696f Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Wed, 14 Aug 2024 10:08:42 -0400 Subject: [PATCH] (feat) Add b3 mainnet entropy --- components/EntropyDeployments.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/EntropyDeployments.tsx b/components/EntropyDeployments.tsx index a1ef911a..ab998659 100644 --- a/components/EntropyDeployments.tsx +++ b/components/EntropyDeployments.tsx @@ -280,4 +280,12 @@ export const EntropyDeployments: Record = { network: "testnet", rpc: "https://sepolia.b3.fun/http/", }, + "b3-mainnet": { + address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb", + explorer: "https://explorer.b3.fun/address/$ADDRESS", + delay: "1 block", + gasLimit: "500K", + network: "mainnet", + rpc: "https://mainnet-rpc.b3.fun/http", + }, };