Skip to content

Commit 7da3397

Browse files
authored
chore(entropy) AdD abstract mainnet (#584)
1 parent 543d4f1 commit 7da3397

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
@@ -395,4 +395,13 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
395395
network: "testnet",
396396
nativeCurrency: "MON",
397397
},
398+
abstract: {
399+
address: "0x5a4a369F4db5df2054994AF031b7b23949b98c0e",
400+
explorer: "https://abscan.org/address/$ADDRESS",
401+
delay: "1 block",
402+
gasLimit: "500K",
403+
network: "mainnet",
404+
rpc: "https://api.mainnet.abs.xyz",
405+
nativeCurrency: "ETH",
406+
},
398407
};

0 commit comments

Comments
 (0)