Skip to content

Commit 4434b70

Browse files
authored
(feat) Add b3 mainnet entropy (#399)
1 parent 06ea736 commit 4434b70

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,12 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
280280
network: "testnet",
281281
rpc: "https://sepolia.b3.fun/http/",
282282
},
283+
"b3-mainnet": {
284+
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
285+
explorer: "https://explorer.b3.fun/address/$ADDRESS",
286+
delay: "1 block",
287+
gasLimit: "500K",
288+
network: "mainnet",
289+
rpc: "https://mainnet-rpc.b3.fun/http",
290+
},
283291
};

0 commit comments

Comments
 (0)