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

This commit is contained in:
ligi 2023-01-15 11:04:53 +00:00
parent 811a5489d2
commit 75ae2b691c
9 changed files with 66 additions and 3 deletions

View File

@ -1030,6 +1030,14 @@
"height": 300,
"format": "png"
}]
}, {
"name": "atlr",
"icons": [{
"url": "ipfs://bafkreigcquvoalec3ll2m26v4wsx5enlxwyn6nk2mgfqwncyqrgwivla5u",
"width": 200,
"height": 200,
"format": "png"
}]
}, {
"name": "etherlite",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

17
chains/eip155-1971.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "Atelier",
"title": "Atelier Test Network",
"chain": "ALTR",
"rpc": ["https://1971.network/atlr", "wss://1971.network/atlr"],
"faucets": [],
"nativeCurrency": {
"name": "ATLR",
"symbol": "ATLR",
"decimals": 18
},
"infoURL": "https://1971.network/",
"shortName": "atlr",
"chainId": 1971,
"networkId": 1971,
"icon": "atlr"
}

File diff suppressed because one or more lines are too long

View File

@ -3924,6 +3924,19 @@
"rpc": ["https://mainnet.d-chain.network/ext/bc/2ZiR1Bro5E59siVuwdNuRFzqL95NkvkbzyLBdrsYR9BLSHV7H4/rpc"],
"faucets": [],
"infoURL": ""
}, {
"name": "Atelier",
"chainId": 1971,
"shortName": "atlr",
"networkId": 1971,
"nativeCurrency": {
"name": "ATLR",
"symbol": "ATLR",
"decimals": 18
},
"rpc": ["https://1971.network/atlr", "wss://1971.network/atlr"],
"faucets": [],
"infoURL": "https://1971.network/"
}, {
"name": "ONUS Chain Mainnet",
"chainId": 1975,

View File

@ -5604,6 +5604,22 @@
"icon": "dchain",
"faucets": [],
"infoURL": ""
}, {
"name": "Atelier",
"title": "Atelier Test Network",
"chain": "ALTR",
"rpc": ["https://1971.network/atlr", "wss://1971.network/atlr"],
"faucets": [],
"nativeCurrency": {
"name": "ATLR",
"symbol": "ATLR",
"decimals": 18
},
"infoURL": "https://1971.network/",
"shortName": "atlr",
"chainId": 1971,
"networkId": 1971,
"icon": "atlr"
}, {
"name": "ONUS Chain Mainnet",
"title": "ONUS Chain Mainnet",

8
icons/atlr.json Normal file
View File

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

View File

@ -301,6 +301,7 @@
"boya": "eip155:1898",
"onus-testnet": "eip155:1945",
"dchain-mainnet": "eip155:1951",
"atlr": "eip155:1971",
"onus-mainnet": "eip155:1975",
"euntest": "eip155:1984",
"egem": "eip155:1987",