Skip to content

Commit f9e61d6

Browse files
authored
chore(entropy): add new networks (#328)
1 parent 192b7e9 commit f9e61d6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,28 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
200200
network: "mainnet",
201201
rpc: "https://evm-rpc.sei-apis.com",
202202
},
203+
merlin: {
204+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
205+
explorer: "https://scan.merlinchain.io/address/$ADDRESS",
206+
delay: "1 block",
207+
gasLimit: "500K",
208+
network: "mainnet",
209+
rpc: "https://rpc.merlinchain.io",
210+
},
211+
"merlin-testnet": {
212+
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
213+
explorer: "https://testnet-scan.merlinchain.io/address/$ADDRESS",
214+
delay: "",
215+
gasLimit: "500K",
216+
network: "testnet",
217+
rpc: "https://testnet-rpc.merlinchain.io/",
218+
},
219+
taiko: {
220+
address: "0x26DD80569a8B23768A1d80869Ed7339e07595E85",
221+
explorer: "https://taikoscan.io/address/$ADDRESS",
222+
delay: "1 block",
223+
gasLimit: "500K",
224+
network: "mainnet",
225+
rpc: "https://rpc.mainnet.taiko.xyz",
226+
},
203227
};

0 commit comments

Comments
 (0)