Skip to content

Commit 2f2e3a1

Browse files
committed
snake case to kebab case
1 parent 231bf70 commit 2f2e3a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/EntropyDeployments.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,15 @@ 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: {
275+
"b3-testnet": {
276276
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
277277
explorer: "https://sepolia.explorer.b3.fun/address/$ADDRESS",
278278
delay: "",

0 commit comments

Comments
 (0)