Skip to content

Commit

Permalink
Add Abstract Chain Testnet (ethereum-lists#5581)
Browse files Browse the repository at this point in the history
* Create eip155-11124

* Rename eip155-11124 to eip155-11124.json
  • Loading branch information
sillybillyy authored Aug 1, 2024
1 parent e2c8e5c commit b04ae37
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _data/chains/eip155-11124.json
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"
}
]
}

0 comments on commit b04ae37

Please sign in to comment.