Skip to content

Commit c7e9f3a

Browse files
authored
(chore): Add b3_testnet entropy (#370)
* (chore): Add b3_testnet entropy * pre-commit * snake case to kebab case
1 parent 475e677 commit c7e9f3a

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
@@ -264,12 +264,20 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
264264
network: "testnet",
265265
rpc: "https://rpc.ankr.com/klaytn_testnet",
266266
},
267-
tabi_testnet: {
267+
"tabi-testnet": {
268268
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
269269
explorer: "https://testnet.tabiscan.com/address/$ADDRESS",
270270
delay: "",
271271
gasLimit: "500K",
272272
network: "testnet",
273273
rpc: "https://rpc-internal.testnet.tabichain.com/",
274274
},
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+
},
275283
};

0 commit comments

Comments
 (0)