Skip to content

Commit

Permalink
Add artela testnet (ethereum-lists#5136)
Browse files Browse the repository at this point in the history
* Add artela testnet

* Update eip155-11822.json

* Update _data/chains/eip155-11822.json

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
jeasonstudio and ligi authored Jun 17, 2024
1 parent 1f6f102 commit bef67db
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _data/chains/eip155-11822.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Artela Testnet",
"chain": "Artela",
"rpc": ["https://betanet-rpc1.artela.network"],
"faucets": [],
"nativeCurrency": {
"name": "ART",
"symbol": "ART",
"decimals": 18
},
"infoURL": "https://artela.network/",
"shortName": "Artela",
"chainId": 11822,
"networkId": 11822,
"explorers": [
{
"name": "ArtelaScan",
"url": "https://betanet-scan.artela.network",
"standard": "EIP3091"
}
]
}

0 comments on commit bef67db

Please sign in to comment.