Skip to content

Commit ee96b19

Browse files
committed
chore(entropy) Add Unichain
1 parent aeb3e87 commit ee96b19

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,4 +459,13 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
459459
rpc: "https://soneium.drpc.org",
460460
nativeCurrency: "ETH",
461461
},
462+
unichain: {
463+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
464+
explorer: "https://unichain.blockscout.com/address/$ADDRESS",
465+
delay: "0 block",
466+
gasLimit: "500K",
467+
network: "mainnet",
468+
rpc: "https://mainnet.unichain.org",
469+
nativeCurrency: "ETH",
470+
},
462471
};

0 commit comments

Comments
 (0)