Skip to content

Commit 8bcea4b

Browse files
authored
fix(entropy) Fix docs (#648)
1 parent 731684b commit 8bcea4b

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
@@ -426,7 +426,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
426426
story: {
427427
address: "0xdF21D137Aadc95588205586636710ca2890538d5",
428428
explorer: "https://storyscan.xyz/address/$ADDRESS",
429-
delay: "",
429+
delay: "0 block",
430430
gasLimit: "500K",
431431
network: "mainnet",
432432
rpc: "https://mainnet.storyrpc.io",
@@ -444,7 +444,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
444444
hyperevm: {
445445
address: "0xfA25E653b44586dBbe27eE9d252192F0e4956683",
446446
explorer: "https://hyperliquid.cloud.blockscout.com/address/$ADDRESS",
447-
delay: "",
447+
delay: "0 block",
448448
gasLimit: "500K",
449449
network: "mainnet",
450450
rpc: "https://rpc.hyperliquid.xyz/evm",

0 commit comments

Comments
 (0)