Skip to content

Commit 7b4ef61

Browse files
authored
chore(entropy): Add entropy sei mainnet (#315)
1 parent 1d3f189 commit 7b4ef61

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

components/EntropyDeployments.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
109109
network: "testnet",
110110
delay: "",
111111
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
112-
explorer: "https://seitrace.com/address/$ADDRESS",
112+
explorer: "https://seitrace.com/address/$ADDRESS?chain=arctic-1",
113113
gasLimit: "500K",
114114
},
115115
"arbitrum-sepolia": {
@@ -192,4 +192,12 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
192192
network: "testnet",
193193
rpc: "https://subnets.avax.network/orangetest/testnet/rpc",
194194
},
195+
"sei-evm-mainnet": {
196+
address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
197+
explorer: "https://seitrace.com/address/$ADDRESS?chain=pacific-1",
198+
delay: "1 block",
199+
gasLimit: "500K",
200+
network: "mainnet",
201+
rpc: "https://evm-rpc.sei-apis.com",
202+
},
195203
};

0 commit comments

Comments
 (0)