Skip to content

Commit 2bd4011

Browse files
committed
update
1 parent 62a58c2 commit 2bd4011

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

apps/entropy-debugger/src/store/entropy-deployments.ts

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export type EntropyDeployment = {
99
};
1010

1111
export const EntropyDeployments = {
12-
"berachain-mainnet": {
12+
berachain: {
1313
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
1414
network: "mainnet",
1515
explorer: "https://berascan.com/address/$ADDRESS",
@@ -369,7 +369,7 @@ export const EntropyDeployments = {
369369
rpc: "https://api.testnet.abs.xyz",
370370
nativeCurrency: "ETH",
371371
},
372-
"sonic-fantom-testnet": {
372+
"sonic-blaze-testnet": {
373373
address: "0xebe57e8045f2f230872523bbff7374986e45c486",
374374
explorer: "https://blaze.soniclabs.com/address/$ADDRESS",
375375
delay: "",
@@ -396,23 +396,23 @@ export const EntropyDeployments = {
396396
rpc: "https://rpc.soniclabs.com",
397397
nativeCurrency: "S",
398398
},
399-
"monad-devnet": {
400-
address: "0x36825bf3fbdf5a29e2d5148bfe7dcf7b5639e320",
401-
explorer: "https://brightstar-884.devnet1.monad.xyz/address/$ADDRESS",
399+
"story-testnet": {
400+
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
401+
explorer: "https://aeneid.storyscan.xyz/address/$ADDRESS",
402402
delay: "",
403403
gasLimit: "500K",
404404
network: "testnet",
405-
nativeCurrency: "MON",
406-
rpc: "https://rpc.devnet1.monad.xyz",
405+
rpc: "https://aeneid.storyrpc.io",
406+
nativeCurrency: "IP",
407407
},
408408
"monad-testnet": {
409-
address: "0x36825bf3fbdf5a29e2d5148bfe7dcf7b5639e320",
409+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
410410
explorer: "https://testnet.monadexplorer.com/address/$ADDRESS",
411411
delay: "",
412412
gasLimit: "500K",
413413
network: "testnet",
414-
nativeCurrency: "MON",
415414
rpc: "https://testnet-rpc.monad.xyz",
415+
nativeCurrency: "MON",
416416
},
417417
abstract: {
418418
address: "0x5a4a369F4db5df2054994AF031b7b23949b98c0e",
@@ -423,6 +423,24 @@ export const EntropyDeployments = {
423423
rpc: "https://api.mainnet.abs.xyz",
424424
nativeCurrency: "ETH",
425425
},
426+
story: {
427+
address: "0xdF21D137Aadc95588205586636710ca2890538d5",
428+
explorer: "https://storyscan.xyz/address/$ADDRESS",
429+
delay: "",
430+
gasLimit: "500K",
431+
network: "mainnet",
432+
rpc: "https://mainnet.storyrpc.io",
433+
nativeCurrency: "IP",
434+
},
435+
"berachain-bepolia": {
436+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
437+
explorer: "https://bepolia.beratrail.io/address/$ADDRESS",
438+
delay: "",
439+
gasLimit: "500K",
440+
network: "testnet",
441+
rpc: "https://bepolia.rpc.berachain.com",
442+
nativeCurrency: "BERA",
443+
},
426444
} as const satisfies Record<string, EntropyDeployment>;
427445

428446
export const isValidDeployment = (

0 commit comments

Comments
 (0)