Add ARC Blockchain mainnet and testnet (#2705)

* Add ARC Blockchain mainnet and testnet

* Prettier

* Remove Extra Lines

* Add faucets for mainnet

* Update

* Prettier

* Remove extra line

* Add new line

* Fix?

* Prettier

---------

Co-authored-by: blockinator <36169687+blockinator@users.noreply.github.com>
Co-authored-by: ligi <ligi@ligi.de>
Co-authored-by: ArchieNeko <100085637+archieneko@users.noreply.github.com>
This commit is contained in:
wombatlabs 2023-05-08 10:22:35 -07:00 committed by GitHub
parent 562d9293e5
commit a1ac7dfd22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"name": "ARC Mainnet",
"chain": "ARC",
"icon": "arc",
"rpc": ["https://rpc-main-1.archiechain.io"],
"faucets": [],
"nativeCurrency": {
"name": "ARC",
"symbol": "ARC",
"decimals": 18
},
"infoURL": "https://archiechain.io/",
"shortName": "ARC",
"chainId": 1243,
"networkId": 1243,
"explorers": [
{
"name": "archiescan",
"url": "https://app.archiescan.io",
"standard": "none"
}
]
}

View File

@ -0,0 +1,23 @@
{
"name": "ARC Testnet",
"chain": "ARC",
"icon": "arc",
"rpc": ["https://rpc-test-1.archiechain.io"],
"faucets": ["https://faucet.archiechain.io"],
"nativeCurrency": {
"name": "ARC",
"symbol": "ARC",
"decimals": 18
},
"infoURL": "https://archiechain.io/",
"shortName": "TARC",
"chainId": 1244,
"networkId": 1244,
"explorers": [
{
"name": "archiescan",
"url": "https://testnet.archiescan.io",
"standard": "none"
}
]
}

8
_data/icons/arc.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafybeiady63oqduls2pm4aaykzjhahblagokhnpsc5qeq5dmkxqelh7i2i",
"width": 512,
"height": 512,
"format": "png"
}
]