Skip to content

Commit d66905d

Browse files
authored
chore(entropy): add etherlink mainnet (#343)
1 parent a9d36ff commit d66905d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,12 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
240240
network: "testnet",
241241
rpc: "https://node.ghostnet.etherlink.com",
242242
},
243+
etherlink: {
244+
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
245+
explorer: "https://explorer.etherlink.com/address/$ADDRESS",
246+
delay: "1 block",
247+
gasLimit: "15M",
248+
network: "mainnet",
249+
rpc: "https://node.mainnet.etherlink.com/",
250+
},
243251
};

0 commit comments

Comments
 (0)