Create eip155-27082022.json and eip155-27082017.json (#1268)

* Create eip155-27082022.json and eip155-27082017.json

create new excoincial chain
create new excoincial-volta testnet chain

* prettier fixes

* remove redundant parameter network

Co-authored-by: Oleksandr Papevis <sasha@papevis.com>
This commit is contained in:
EXCOINCIAL 2022-09-06 11:20:52 +02:00 committed by GitHub
parent bacecd4b67
commit 6ef6758874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"name": "Excoincial Chain Volta-Testnet",
"chain": "TEXL",
"icon": "exl",
"rpc": ["https://testnet-rpc.exlscan.com"],
"faucets": ["https://faucet.exlscan.com"],
"nativeCurrency": {
"name": "TExlcoin",
"symbol": "TEXL",
"decimals": 18
},
"infoURL": "",
"shortName": "exlvolta",
"chainId": 27082017,
"networkId": 27082017,
"explorers": [
{
"name": "exlscan",
"url": "https://testnet-explorer.exlscan.com",
"icon": "exl",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,24 @@
{
"name": "Excoincial Chain Mainnet",
"chain": "EXL",
"icon": "exl",
"rpc": ["https://rpc.exlscan.com"],
"faucets": [],
"nativeCurrency": {
"name": "Exlcoin",
"symbol": "EXL",
"decimals": 18
},
"infoURL": "",
"shortName": "exl",
"chainId": 27082022,
"networkId": 27082022,
"explorers": [
{
"name": "exlscan",
"url": "https://exlscan.com",
"icon": "exl",
"standard": "EIP3091"
}
]
}

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB