forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Abstract Chain Testnet (ethereum-lists#5581)
* Create eip155-11124 * Rename eip155-11124 to eip155-11124.json
- Loading branch information
1 parent
e2c8e5c
commit b04ae37
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "Abstract Testnet", | ||
"chain": "Abstract Testnet", | ||
"rpc": ["https://api.testnet.abs.xyz"], | ||
"faucets": ["https://faucet.triangleplatform.com/abstract/testnet"], | ||
"chainId": 11124, | ||
"networkId": 11124, | ||
"nativeCurrency": { | ||
"name": "ETH", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://abs.xyz/", | ||
"shortName": "Abstract", | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-11155111", | ||
"bridges": [{ "url": "https://portal.testnet.abs.xyz/bridge" }] | ||
}, | ||
"explorers": [ | ||
{ | ||
"name": "Abstract Block Explorer", | ||
"url": "https://explorer.testnet.abs.xyz", | ||
"standard": "none" | ||
} | ||
] | ||
} |