Deploying to gh-pages from @ ethereum-lists/chains@60520faebf 🚀

This commit is contained in:
ligi 2023-04-18 13:59:34 +00:00
parent 765825bf3b
commit a2bb80546e
13 changed files with 159 additions and 5 deletions

View File

@ -2214,6 +2214,14 @@
"height": 1024, "height": 1024,
"format": "png" "format": "png"
}] }]
}, {
"name": "neonlink",
"icons": [{
"url": "ipfs://QmX3hBv8WyvVfYjh1gmgDfJCpJBvKk4TYG9wFX9sC8WAjz",
"width": 512,
"height": 512,
"format": "svg"
}]
}, { }, {
"name": "lambda", "name": "lambda",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

24
chains/eip155-259.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "Neonlink Mainnet",
"chain": "Neonlink",
"rpc": ["https://mainnet.neonlink.io"],
"faucets": [],
"nativeCurrency": {
"name": "Neonlink Native Token",
"symbol": "NEON",
"decimals": 18
},
"infoURL": "https://neonlink.io",
"shortName": "neon",
"chainId": 259,
"networkId": 259,
"icon": "neonlink",
"explorers": [
{
"name": "Neon Blockchain Explorer",
"url": "https://scan.neonlink.io",
"standard": "EIP3091",
"icon": "neonlink"
}
]
}

24
chains/eip155-9559.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "Neonlink Testnet",
"chain": "Neonlink",
"rpc": ["https://testnet.neonlink.io"],
"faucets": ["https://faucet.neonlink.io/"],
"nativeCurrency": {
"name": "Neonlink Native Token",
"symbol": "tNEON",
"decimals": 18
},
"infoURL": "https://neonlink.io",
"shortName": "testneon",
"chainId": 9559,
"networkId": 9559,
"icon": "neonlink",
"explorers": [
{
"name": "Neon Blockchain Explorer",
"url": "https://testnet-scan.neonlink.io",
"standard": "EIP3091",
"icon": "neonlink"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -2117,6 +2117,19 @@
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "https://setheum.xyz" "infoURL": "https://setheum.xyz"
}, {
"name": "Neonlink Mainnet",
"chainId": 259,
"shortName": "neon",
"networkId": 259,
"nativeCurrency": {
"name": "Neonlink Native Token",
"symbol": "NEON",
"decimals": 18
},
"rpc": ["https://mainnet.neonlink.io"],
"faucets": [],
"infoURL": "https://neonlink.io"
}, { }, {
"name": "SUR Blockchain Network", "name": "SUR Blockchain Network",
"chainId": 262, "chainId": 262,
@ -6953,6 +6966,19 @@
"rpc": ["https://qeasyweb3.com"], "rpc": ["https://qeasyweb3.com"],
"faucets": ["http://faucet.qeasyweb3.com"], "faucets": ["http://faucet.qeasyweb3.com"],
"infoURL": "https://www.qeasyweb3.com" "infoURL": "https://www.qeasyweb3.com"
}, {
"name": "Neonlink Testnet",
"chainId": 9559,
"shortName": "testneon",
"networkId": 9559,
"nativeCurrency": {
"name": "Neonlink Native Token",
"symbol": "tNEON",
"decimals": 18
},
"rpc": ["https://testnet.neonlink.io"],
"faucets": ["https://faucet.neonlink.io/"],
"infoURL": "https://neonlink.io"
}, { }, {
"name": "Oort MainnetDev", "name": "Oort MainnetDev",
"chainId": 9700, "chainId": 9700,

View File

@ -3056,6 +3056,27 @@
"shortName": "setm", "shortName": "setm",
"chainId": 258, "chainId": 258,
"networkId": 258 "networkId": 258
}, {
"name": "Neonlink Mainnet",
"chain": "Neonlink",
"rpc": ["https://mainnet.neonlink.io"],
"faucets": [],
"nativeCurrency": {
"name": "Neonlink Native Token",
"symbol": "NEON",
"decimals": 18
},
"infoURL": "https://neonlink.io",
"shortName": "neon",
"chainId": 259,
"networkId": 259,
"icon": "neonlink",
"explorers": [{
"name": "Neon Blockchain Explorer",
"url": "https://scan.neonlink.io",
"standard": "EIP3091",
"icon": "neonlink"
}]
}, { }, {
"name": "SUR Blockchain Network", "name": "SUR Blockchain Network",
"chain": "SUR", "chain": "SUR",
@ -10420,6 +10441,27 @@
"url": "https://www.qeasyweb3.com", "url": "https://www.qeasyweb3.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Neonlink Testnet",
"chain": "Neonlink",
"rpc": ["https://testnet.neonlink.io"],
"faucets": ["https://faucet.neonlink.io/"],
"nativeCurrency": {
"name": "Neonlink Native Token",
"symbol": "tNEON",
"decimals": 18
},
"infoURL": "https://neonlink.io",
"shortName": "testneon",
"chainId": 9559,
"networkId": 9559,
"icon": "neonlink",
"explorers": [{
"name": "Neon Blockchain Explorer",
"url": "https://testnet-scan.neonlink.io",
"standard": "EIP3091",
"icon": "neonlink"
}]
}, { }, {
"name": "Oort MainnetDev", "name": "Oort MainnetDev",
"title": "Oort MainnetDev", "title": "Oort MainnetDev",

8
icons/neonlink.json Normal file
View File

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

View File

@ -0,0 +1,20 @@
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
<defs>
<linearGradient id="g1" x1="256.2" y1="460.8" x2="256.2" y2="50.4" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#490a8c"/>
<stop offset=".8" stop-color="#881fde"/>
</linearGradient>
<linearGradient id="g2" x1="421.3" y1="393.7" x2="421.3" y2="50.4" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#490a8c"/>
<stop offset=".8" stop-color="#881fde"/>
</linearGradient>
<linearGradient id="g3" x1="256.2" y1="435.9" x2="256.2" y2="73.5" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#db00a7"/>
<stop offset=".8" stop-color="#ff0677"/>
</linearGradient>
</defs>
<path fill="url(#g1)" d="m179.8 446l-64.7 14.8c-65.6-45-108.7-120.5-108.7-206.1 0-44.1 11.4-85.4 31.5-121.4l63.6-14.5c-32 36.2-51.3 83.8-51.3 135.9 0 86.8 53.7 161 129.6 191.3z"/>
<path fill="url(#g2)" d="m506 254.7c0 45.2-12.1 87.6-33.1 124.2l-64.7 14.8c33.6-36.6 54-85.4 54-139 0-85.3-51.8-158.5-125.7-189.8l63.4-14.5c64.1 45.2 106.1 119.9 106.1 204.3z"/>
<circle fill="url(#g3)" cx="256.2" cy="254.7" r="181.2"/>
<path fill="#d3ff00" d="m360.5 370.3l-113.7 25.9-21.7-126.6-56.6 12.9 53.6 1.6-25.2 123.5-113.7 25.9 59.5-290.2 101.2-23.1c7.1-1.6 13.4 2.4 14.4 9.3l19.8 114.5 28.2-138 113.6-25.9-59.4 290.2z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -162,6 +162,7 @@
"ftm": "eip155:250", "ftm": "eip155:250",
"hecot": "eip155:256", "hecot": "eip155:256",
"setm": "eip155:258", "setm": "eip155:258",
"neon": "eip155:259",
"SUR": "eip155:262", "SUR": "eip155:262",
"hpb": "eip155:269", "hpb": "eip155:269",
"zksync-goerli": "eip155:280", "zksync-goerli": "eip155:280",
@ -534,6 +535,7 @@
"DOGSt": "eip155:9339", "DOGSt": "eip155:9339",
"trpg": "eip155:9527", "trpg": "eip155:9527",
"QETTest": "eip155:9528", "QETTest": "eip155:9528",
"testneon": "eip155:9559",
"MainnetDev": "eip155:9700", "MainnetDev": "eip155:9700",
"BobaBnbTestnet": "eip155:9728", "BobaBnbTestnet": "eip155:9728",
"NetZt": "eip155:9768", "NetZt": "eip155:9768",