From 399544cdcc70db54561d821e8a9508894e62b42a Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Wed, 12 Mar 2025 10:38:46 -0400 Subject: [PATCH 1/2] chore(entropy) Add story --- components/EntropyDeployments.tsx | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/components/EntropyDeployments.tsx b/components/EntropyDeployments.tsx index 6fe243c7..3a6ce028 100644 --- a/components/EntropyDeployments.tsx +++ b/components/EntropyDeployments.tsx @@ -396,14 +396,14 @@ export const EntropyDeployments: Record = { rpc: "https://rpc.soniclabs.com", nativeCurrency: "S", }, - "monad-devnet": { - address: "0x36825bf3fbdf5a29e2d5148bfe7dcf7b5639e320", - explorer: "https://brightstar-884.devnet1.monad.xyz/address/$ADDRESS", + "story-testnet": { + address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb", + explorer: "https://aeneid.storyscan.xyz/address/$ADDRESS", delay: "", gasLimit: "500K", network: "testnet", - rpc: "https://rpc.devnet1.monad.xyz", - nativeCurrency: "MON", + rpc: "https://aeneid.storyrpc.io", + nativeCurrency: "IP", }, "monad-testnet": { address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320", @@ -423,4 +423,13 @@ export const EntropyDeployments: Record = { rpc: "https://api.mainnet.abs.xyz", nativeCurrency: "ETH", }, + story: { + address: "0xdF21D137Aadc95588205586636710ca2890538d5", + explorer: "https://storyscan.xyz/address/$ADDRESS", + delay: "1 block", + gasLimit: "500K", + network: "mainnet", + rpc: "https://mainnet.storyrpc.io", + nativeCurrency: "IP", + }, }; From b740d2fce2e4fe38697c153fa17f3192a7c58292 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Wed, 12 Mar 2025 11:56:42 -0400 Subject: [PATCH 2/2] Update EntropyDeployments.tsx --- components/EntropyDeployments.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/EntropyDeployments.tsx b/components/EntropyDeployments.tsx index 3a6ce028..1c9c22e1 100644 --- a/components/EntropyDeployments.tsx +++ b/components/EntropyDeployments.tsx @@ -426,7 +426,7 @@ export const EntropyDeployments: Record = { story: { address: "0xdF21D137Aadc95588205586636710ca2890538d5", explorer: "https://storyscan.xyz/address/$ADDRESS", - delay: "1 block", + delay: "", gasLimit: "500K", network: "mainnet", rpc: "https://mainnet.storyrpc.io",