Skip to content

Commit d4ab89f

Browse files
authored
chore(entropy) Add story (#632)
* chore(entropy) Add story * Update EntropyDeployments.tsx
1 parent e862f7e commit d4ab89f

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

components/EntropyDeployments.tsx

+14-5
Original file line numberDiff line numberDiff line change
@@ -396,14 +396,14 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
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-
rpc: "https://rpc.devnet1.monad.xyz",
406-
nativeCurrency: "MON",
405+
rpc: "https://aeneid.storyrpc.io",
406+
nativeCurrency: "IP",
407407
},
408408
"monad-testnet": {
409409
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
@@ -423,4 +423,13 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
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+
},
426435
};

0 commit comments

Comments
 (0)