Add Numbers Network (#1774)

* Add Numbers Testnet eip155-10508

Signed-off-by: Bofu Chen (bafu) <bofu@numbersprotocol.io>

* fix(_data/eip155-10508.json): update RPC URL

Signed-off-by: Bofu Chen (bafu) <bofu@numbersprotocol.io>

* Add Numbers Mainnet eip155-10507

Signed-off-by: Bofu Chen (bafu) <bofu@numbersprotocol.io>

Signed-off-by: Bofu Chen (bafu) <bofu@numbersprotocol.io>
This commit is contained in:
Bofu Chen 2022-10-26 00:29:26 +08:00 committed by GitHub
parent e051875ed6
commit 5e7a50af02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"name": "Numbers Mainnet",
"chain": "NUM",
"icon": "num",
"rpc": ["https://mainnetrpc.num.network"],
"faucets": [],
"nativeCurrency": {
"name": "NUM Token",
"symbol": "NUM",
"decimals": 18
},
"infoURL": "https://numbersprotocol.io",
"shortName": "Jade",
"chainId": 10507,
"networkId": 10507,
"explorers": [
{
"name": "ethernal",
"url": "https://mainnet.num.network",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,26 @@
{
"name": "Numbers Testnet",
"chain": "NUM",
"icon": "num",
"rpc": ["https://testnetrpc.num.network"],
"faucets": [
"https://faucet.avax.network/?subnet=num",
"https://faucet.num.network"
],
"nativeCurrency": {
"name": "NUM Token",
"symbol": "NUM",
"decimals": 18
},
"infoURL": "https://numbersprotocol.io",
"shortName": "Snow",
"chainId": 10508,
"networkId": 10508,
"explorers": [
{
"name": "ethernal",
"url": "https://testnet.num.network",
"standard": "EIP3091"
}
]
}

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

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