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

This commit is contained in:
ligi 2023-03-21 09:11:44 +00:00
parent 85918da1bb
commit fce45e676d
13 changed files with 161 additions and 5 deletions

View File

@ -1310,6 +1310,14 @@
"height": 48, "height": 48,
"format": "svg" "format": "svg"
}] }]
}, {
"name": "lightlink",
"icons": [{
"url": "ipfs://QmNRUoMgx16hurD3au3ou5A9rmTLYmre8WiGmQEPFmP2Vo",
"width": 600,
"height": 600,
"format": "png"
}]
}, { }, {
"name": "cicchain", "name": "cicchain",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

32
chains/eip155-1890.json Normal file
View File

@ -0,0 +1,32 @@
{
"name": "Lightlink Phoenix Mainnet",
"chain": "Lightlink Phoenix Mainnet",
"icon": "lightlink",
"rpc": [
"https://replicator-01.phoenix.lightlink.io/rpc/v1",
"https://replicator-02.phoenix.lightlink.io/rpc/v1"
],
"features": [
{
"name": "EIP155"
}
],
"faucets": [],
"nativeCurrency": {
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://lightlink.io",
"shortName": "lightlink_phoenix",
"chainId": 1890,
"networkId": 1890,
"explorers": [
{
"name": "phoenix",
"url": "https://phoenix.lightlink.io",
"icon": "lightlink",
"standard": "EIP3091"
}
]
}

32
chains/eip155-1891.json Normal file
View File

@ -0,0 +1,32 @@
{
"name": "Lightlink Pegasus Testnet",
"chain": "Lightlink Pegasus Testnet",
"icon": "lightlink",
"rpc": [
"https://replicator-01.pegasus.lightlink.io/rpc/v1",
"https://replicator-02.pegasus.lightlink.io/rpc/v1"
],
"features": [
{
"name": "EIP155"
}
],
"faucets": ["https://pegasus-faucet-react.vercel.app"],
"nativeCurrency": {
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://lightlink.io",
"shortName": "lightlink_pegasus",
"chainId": 1891,
"networkId": 1891,
"explorers": [
{
"name": "pegasus",
"url": "https://pegasus.lightlink.io",
"icon": "lightlink",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4366,6 +4366,32 @@
"rpc": ["https://rpc.cartenz.works"], "rpc": ["https://rpc.cartenz.works"],
"faucets": [], "faucets": [],
"infoURL": "https://gitshock.com" "infoURL": "https://gitshock.com"
}, {
"name": "Lightlink Phoenix Mainnet",
"chainId": 1890,
"shortName": "lightlink_phoenix",
"networkId": 1890,
"nativeCurrency": {
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://replicator-01.phoenix.lightlink.io/rpc/v1", "https://replicator-02.phoenix.lightlink.io/rpc/v1"],
"faucets": [],
"infoURL": "https://lightlink.io"
}, {
"name": "Lightlink Pegasus Testnet",
"chainId": 1891,
"shortName": "lightlink_pegasus",
"networkId": 1891,
"nativeCurrency": {
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://replicator-01.pegasus.lightlink.io/rpc/v1", "https://replicator-02.pegasus.lightlink.io/rpc/v1"],
"faucets": ["https://pegasus-faucet-react.vercel.app"],
"infoURL": "https://lightlink.io"
}, { }, {
"name": "BON Network", "name": "BON Network",
"chainId": 1898, "chainId": 1898,

View File

@ -6374,6 +6374,54 @@
"url": "https://scan.cartenz.works", "url": "https://scan.cartenz.works",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Lightlink Phoenix Mainnet",
"chain": "Lightlink Phoenix Mainnet",
"icon": "lightlink",
"rpc": ["https://replicator-01.phoenix.lightlink.io/rpc/v1", "https://replicator-02.phoenix.lightlink.io/rpc/v1"],
"features": [{
"name": "EIP155"
}],
"faucets": [],
"nativeCurrency": {
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://lightlink.io",
"shortName": "lightlink_phoenix",
"chainId": 1890,
"networkId": 1890,
"explorers": [{
"name": "phoenix",
"url": "https://phoenix.lightlink.io",
"icon": "lightlink",
"standard": "EIP3091"
}]
}, {
"name": "Lightlink Pegasus Testnet",
"chain": "Lightlink Pegasus Testnet",
"icon": "lightlink",
"rpc": ["https://replicator-01.pegasus.lightlink.io/rpc/v1", "https://replicator-02.pegasus.lightlink.io/rpc/v1"],
"features": [{
"name": "EIP155"
}],
"faucets": ["https://pegasus-faucet-react.vercel.app"],
"nativeCurrency": {
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://lightlink.io",
"shortName": "lightlink_pegasus",
"chainId": 1891,
"networkId": 1891,
"explorers": [{
"name": "pegasus",
"url": "https://pegasus.lightlink.io",
"icon": "lightlink",
"standard": "EIP3091"
}]
}, { }, {
"name": "BON Network", "name": "BON Network",
"chain": "BON", "chain": "BON",

8
icons/lightlink.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 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

@ -335,6 +335,8 @@
"cubet": "eip155:1819", "cubet": "eip155:1819",
"tsf": "eip155:1856", "tsf": "eip155:1856",
"gitshockchain": "eip155:1881", "gitshockchain": "eip155:1881",
"lightlink_phoenix": "eip155:1890",
"lightlink_pegasus": "eip155:1891",
"boya": "eip155:1898", "boya": "eip155:1898",
"bitci": "eip155:1907", "bitci": "eip155:1907",
"tbitci": "eip155:1908", "tbitci": "eip155:1908",