Skip to content

Commit 46c7bb6

Browse files
authored
chore(entropy) Add abstract testnet (#478)
1 parent cfdeac6 commit 46c7bb6

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
@@ -360,4 +360,13 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
360360
rpc: "https://curtis.hub.caldera.xyz/",
361361
nativeCurrency: "APE",
362362
},
363+
"abstract-testnet": {
364+
address: "0x858687fD592112f7046E394A3Bf10D0C11fF9e63",
365+
explorer: "https://explorer.testnet.abs.xyz/address/$ADDRESS",
366+
delay: "",
367+
gasLimit: "500K",
368+
network: "testnet",
369+
rpc: "https://api.testnet.abs.xyz",
370+
nativeCurrency: "ETH",
371+
},
363372
};

0 commit comments

Comments
 (0)