Deploying to gh-pages from @ ethereum-lists/chains@5e7a50af02 🚀

This commit is contained in:
ligi 2022-10-25 16:33:26 +00:00
parent 796fe995ee
commit df9f3cc7b0
10 changed files with 136 additions and 3 deletions

View File

@ -636,6 +636,14 @@
"height": 512, "height": 512,
"format": "png" "format": "png"
}] }]
}, {
"name": "num",
"icons": [{
"url": "ipfs://bafkreie3ba6ofosjqqiya6empkyw6u5xdrtcfzi2evvyt4u6utzeiezyhi",
"width": 1500,
"height": 1500,
"format": "png"
}]
}, { }, {
"name": "phi", "name": "phi",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-10507.json Normal file
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"
}
]
}

26
chains/eip155-10508.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4496,6 +4496,32 @@
"rpc": ["https://node.0xtchain.com"], "rpc": ["https://node.0xtchain.com"],
"faucets": [], "faucets": [],
"infoURL": "https://www.0xtrade.finance/" "infoURL": "https://www.0xtrade.finance/"
}, {
"name": "Numbers Mainnet",
"chainId": 10507,
"shortName": "Jade",
"networkId": 10507,
"nativeCurrency": {
"name": "NUM Token",
"symbol": "NUM",
"decimals": 18
},
"rpc": ["https://mainnetrpc.num.network"],
"faucets": [],
"infoURL": "https://numbersprotocol.io"
}, {
"name": "Numbers Testnet",
"chainId": 10508,
"shortName": "Snow",
"networkId": 10508,
"nativeCurrency": {
"name": "NUM Token",
"symbol": "NUM",
"decimals": 18
},
"rpc": ["https://testnetrpc.num.network"],
"faucets": ["https://faucet.avax.network/?subnet=num", "https://faucet.num.network"],
"infoURL": "https://numbersprotocol.io"
}, { }, {
"name": "CryptoCoinPay", "name": "CryptoCoinPay",
"chainId": 10823, "chainId": 10823,

View File

@ -6391,6 +6391,46 @@
"url": "https://www.0xtscan.com", "url": "https://www.0xtscan.com",
"standard": "none" "standard": "none"
}] }]
}, {
"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"
}]
}, {
"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"
}]
}, { }, {
"name": "CryptoCoinPay", "name": "CryptoCoinPay",
"chain": "CCP", "chain": "CCP",

8
icons/num.json Normal file
View File

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

View File

@ -345,6 +345,8 @@
"SJ": "eip155:10086", "SJ": "eip155:10086",
"GEN": "eip155:10101", "GEN": "eip155:10101",
"0xt": "eip155:10248", "0xt": "eip155:10248",
"Jade": "eip155:10507",
"Snow": "eip155:10508",
"CCP": "eip155:10823", "CCP": "eip155:10823",
"quadrans": "eip155:10946", "quadrans": "eip155:10946",
"quadranstestnet": "eip155:10947", "quadranstestnet": "eip155:10947",