Skip to content

Commit

Permalink
Add ABEY Chain (#5404)
Browse files Browse the repository at this point in the history
* Add ABEY Chain

* format json.

---------

Co-authored-by: adxlp <[email protected]>
  • Loading branch information
adxlp and adxlp authored Jul 13, 2024
1 parent d38bcfa commit 5409899
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-178.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "ABEY Testnet",
"chain": "ABEY",
"rpc": ["https://testrpc.abeychain.com"],
"features": [{ "name": "EIP155" }],
"faucets": ["https://testnet-faucet.abeychain.com"],
"nativeCurrency": {
"name": "ABEY",
"symbol": "tABEY",
"decimals": 18
},
"infoURL": "https://abey.com",
"shortName": "abeyt",
"chainId": 178,
"networkId": 178,
"explorers": [
{
"name": "abeyscan-testnet",
"url": "https://testnet.abeyscan.com",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-179.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "ABEY Mainnet",
"chain": "ABEY",
"rpc": ["https://rpc.abeychain.com"],
"features": [{ "name": "EIP155" }],
"faucets": [],
"nativeCurrency": {
"name": "ABEY",
"symbol": "ABEY",
"decimals": 18
},
"infoURL": "https://abey.com",
"shortName": "abey",
"chainId": 179,
"networkId": 179,
"explorers": [
{
"name": "abeyscan",
"url": "https://abeyscan.com",
"standard": "EIP3091"
}
]
}

0 comments on commit 5409899

Please sign in to comment.