Add ntity, ntity haradev network and ntity image (#615)

This commit is contained in:
Alexandre Favre 2021-12-01 15:00:33 +01:00 committed by GitHub
parent b274ba73d5
commit b439801f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"name": "Ntity Mainnet",
"chain": "Ntity",
"network": "mainnet",
"rpc": [
"https://rpc.ntity.io"
],
"faucets": [],
"nativeCurrency": {
"name": "Ntity",
"symbol": "NTT",
"decimals": 18
},
"infoURL": "https://ntity.io",
"shortName": "ntt",
"chainId": 197710212030,
"networkId": 197710212030,
"icon": "ntity",
"explorers": [{
"name": "Ntity Blockscout",
"url": "https://blockscout.ntity.io",
"icon": "ntity",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,25 @@
{
"name": "Haradev Testnet",
"chain": "Ntity",
"network": "testnet",
"rpc": [
"https://blockchain.haradev.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Ntity Haradev",
"symbol": "NTTH",
"decimals": 18
},
"infoURL": "https://ntity.io",
"shortName": "ntt-haradev",
"chainId": 197710212031,
"networkId": 197710212031,
"icon": "ntity",
"explorers": [{
"name": "Ntity Haradev Blockscout",
"url": "https://blockscout.haradev.com",
"icon": "ntity",
"standard": "EIP3091"
}]
}

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

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmSW2YhCvMpnwtPGTJAuEK2QgyWfFjmnwcrapUg6kqFsPf",
"width": 1000,
"height": 1628,
"format": "svg"
}
]