Skip to content

Commit 522cd45

Browse files
committed
(chore): Add b3_testnet entropy
1 parent ca3f263 commit 522cd45

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

components/EntropyDeployments.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,12 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
272272
network: "testnet",
273273
rpc: "https://rpc-internal.testnet.tabichain.com/",
274274
},
275-
};
275+
b3_testnet: {
276+
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
277+
explorer: "https://sepolia.explorer.b3.fun/address/$ADDRESS",
278+
delay: "",
279+
gasLimit: "500K",
280+
network: "testnet",
281+
rpc: "https://sepolia.b3.fun/http/",
282+
},
283+
};

0 commit comments

Comments
 (0)