Skip to content

Commit b04ae37

Browse files
authored
Add Abstract Chain Testnet (ethereum-lists#5581)
* Create eip155-11124 * Rename eip155-11124 to eip155-11124.json
1 parent e2c8e5c commit b04ae37

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

_data/chains/eip155-11124.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "Abstract Testnet",
3+
"chain": "Abstract Testnet",
4+
"rpc": ["https://api.testnet.abs.xyz"],
5+
"faucets": ["https://faucet.triangleplatform.com/abstract/testnet"],
6+
"chainId": 11124,
7+
"networkId": 11124,
8+
"nativeCurrency": {
9+
"name": "ETH",
10+
"symbol": "ETH",
11+
"decimals": 18
12+
},
13+
"infoURL": "https://abs.xyz/",
14+
"shortName": "Abstract",
15+
"parent": {
16+
"type": "L2",
17+
"chain": "eip155-11155111",
18+
"bridges": [{ "url": "https://portal.testnet.abs.xyz/bridge" }]
19+
},
20+
"explorers": [
21+
{
22+
"name": "Abstract Block Explorer",
23+
"url": "https://explorer.testnet.abs.xyz",
24+
"standard": "none"
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)