Skip to content

Commit 6633893

Browse files
authored
fix(entropy) Chain names (#570)
1 parent edc19d7 commit 6633893

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
@@ -342,7 +342,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
342342
rpc: "https://sanko-arb-sepolia.rpc.caldera.xyz/http",
343343
nativeCurrency: "DMT",
344344
},
345-
apechain: {
345+
"apechain-mainnet": {
346346
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
347347
explorer: "https://apechain.calderaexplorer.xyz/address/$ADDRESS",
348348
delay: "1 block",
@@ -378,7 +378,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
378378
rpc: "https://sepolia.unichain.org",
379379
nativeCurrency: "ETH",
380380
},
381-
"sonic-fantom": {
381+
sonic: {
382382
address: "0x36825bf3fbdf5a29e2d5148bfe7dcf7b5639e320",
383383
explorer: "https://sonicscan.org/address/$ADDRESS",
384384
delay: "1 block",

0 commit comments

Comments
 (0)