Skip to content

Commit

Permalink
chore(entropy) AdD abstract mainnet (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 authored Jan 29, 2025
1 parent 543d4f1 commit 7da3397
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/EntropyDeployments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -395,4 +395,13 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
network: "testnet",
nativeCurrency: "MON",
},
abstract: {
address: "0x5a4a369F4db5df2054994AF031b7b23949b98c0e",
explorer: "https://abscan.org/address/$ADDRESS",
delay: "1 block",
gasLimit: "500K",
network: "mainnet",
rpc: "https://api.mainnet.abs.xyz",
nativeCurrency: "ETH",
},
};

0 comments on commit 7da3397

Please sign in to comment.