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

This commit is contained in:
ligi 2023-03-24 22:53:20 +00:00
parent 2d8603d3ac
commit eb11728482
15 changed files with 184 additions and 4 deletions

View File

@ -622,6 +622,14 @@
"height": 500, "height": 500,
"format": "png" "format": "png"
}] }]
}, {
"name": "raptorchain_explorer",
"icons": [{
"url": "ipfs://QmQuvmiN6vM6Rqzqe1pMzDf8iZXqTtSeqCgGe5k5AyksDU",
"width": 200,
"height": 200,
"format": "png"
}]
}, { }, {
"name": "eon", "name": "eon",
"icons": [{ "icons": [{
@ -1110,6 +1118,14 @@
"height": 250, "height": 250,
"format": "png" "format": "png"
}] }]
}, {
"name": "dxz",
"icons": [{
"url": "ipfs://QmUBveetVibvSEWQrjyxySgUphLuoMGSVLGmYnobt5FgEZ",
"width": 512,
"height": 512,
"format": "png"
}]
}, { }, {
"name": "ultron", "name": "ultron",
"icons": [{ "icons": [{
@ -1798,6 +1814,14 @@
"height": 518, "height": 518,
"format": "png" "format": "png"
}] }]
}, {
"name": "raptorchain",
"icons": [{
"url": "ipfs://QmQuvmiN6vM6Rqzqe1pMzDf8iZXqTtSeqCgGe5k5AyksDU",
"width": 200,
"height": 200,
"format": "png"
}]
}, { }, {
"name": "ventionTestnet", "name": "ventionTestnet",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,25 @@
{
"name": "RaptorChain",
"chain": "RPTR",
"rpc": ["https://rpc.raptorchain.io/web3"],
"faucets": [],
"nativeCurrency": {
"name": "Raptor",
"symbol": "RPTR",
"decimals": 18
},
"features": [{ "name": "EIP155" }],
"infoURL": "https://raptorchain.io",
"shortName": "rptr",
"chainId": 1380996178,
"networkId": 1380996178,
"icon": "raptorchain",
"explorers": [
{
"name": "RaptorChain Explorer",
"url": "https://explorer.raptorchain.io",
"icon": "raptorchain_explorer",
"standard": "EIP3091"
}
]
}

28
chains/eip155-1954.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "Dexilla Testnet",
"chain": "Dexilla",
"rpc": ["https://rpc.dexilla.com"],
"faucets": [],
"icon": "dxz",
"nativeCurrency": {
"name": "Dexilla Native Token",
"symbol": "DXZ",
"decimals": 18
},
"infoURL": "https://dexilla.com",
"shortName": "Dexilla",
"chainId": 1954,
"networkId": 1954,
"explorers": [
{
"name": "dos-mainnet",
"url": "https://exp.dexilla.com",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [{ "url": "https://bridge.dexilla.com" }]
}
}

File diff suppressed because one or more lines are too long

View File

@ -4470,6 +4470,19 @@
"rpc": ["https://mainnet.d-chain.network/ext/bc/2ZiR1Bro5E59siVuwdNuRFzqL95NkvkbzyLBdrsYR9BLSHV7H4/rpc"], "rpc": ["https://mainnet.d-chain.network/ext/bc/2ZiR1Bro5E59siVuwdNuRFzqL95NkvkbzyLBdrsYR9BLSHV7H4/rpc"],
"faucets": [], "faucets": [],
"infoURL": "" "infoURL": ""
}, {
"name": "Dexilla Testnet",
"chainId": 1954,
"shortName": "Dexilla",
"networkId": 1954,
"nativeCurrency": {
"name": "Dexilla Native Token",
"symbol": "DXZ",
"decimals": 18
},
"rpc": ["https://rpc.dexilla.com"],
"faucets": [],
"infoURL": "https://dexilla.com"
}, { }, {
"name": "Eleanor", "name": "Eleanor",
"chainId": 1967, "chainId": 1967,
@ -10229,6 +10242,19 @@
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "https://aurora.dev" "infoURL": "https://aurora.dev"
}, {
"name": "RaptorChain",
"chainId": 1380996178,
"shortName": "rptr",
"networkId": 1380996178,
"nativeCurrency": {
"name": "Raptor",
"symbol": "RPTR",
"decimals": 18
},
"rpc": ["https://rpc.raptorchain.io/web3"],
"faucets": [],
"infoURL": "https://raptorchain.io"
}, { }, {
"name": "Nebula Mainnet", "name": "Nebula Mainnet",
"chainId": 1482601649, "chainId": 1482601649,

View File

@ -6542,6 +6542,33 @@
"icon": "dchain", "icon": "dchain",
"faucets": [], "faucets": [],
"infoURL": "" "infoURL": ""
}, {
"name": "Dexilla Testnet",
"chain": "Dexilla",
"rpc": ["https://rpc.dexilla.com"],
"faucets": [],
"icon": "dxz",
"nativeCurrency": {
"name": "Dexilla Native Token",
"symbol": "DXZ",
"decimals": 18
},
"infoURL": "https://dexilla.com",
"shortName": "Dexilla",
"chainId": 1954,
"networkId": 1954,
"explorers": [{
"name": "dos-mainnet",
"url": "https://exp.dexilla.com",
"standard": "EIP3091"
}],
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [{
"url": "https://bridge.dexilla.com"
}]
}
}, { }, {
"name": "Eleanor", "name": "Eleanor",
"title": "Metatime Testnet Eleanor", "title": "Metatime Testnet Eleanor",
@ -15402,6 +15429,30 @@
"shortName": "aurora-betanet", "shortName": "aurora-betanet",
"chainId": 1313161556, "chainId": 1313161556,
"networkId": 1313161556 "networkId": 1313161556
}, {
"name": "RaptorChain",
"chain": "RPTR",
"rpc": ["https://rpc.raptorchain.io/web3"],
"faucets": [],
"nativeCurrency": {
"name": "Raptor",
"symbol": "RPTR",
"decimals": 18
},
"features": [{
"name": "EIP155"
}],
"infoURL": "https://raptorchain.io",
"shortName": "rptr",
"chainId": 1380996178,
"networkId": 1380996178,
"icon": "raptorchain",
"explorers": [{
"name": "RaptorChain Explorer",
"url": "https://explorer.raptorchain.io",
"icon": "raptorchain_explorer",
"standard": "EIP3091"
}]
}, { }, {
"name": "Nebula Mainnet", "name": "Nebula Mainnet",
"chain": "green-giddy-denebola", "chain": "green-giddy-denebola",

8
icons/dxz.json Normal file
View File

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

8
icons/raptorchain.json Normal file
View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

View File

@ -343,6 +343,7 @@
"tbitci": "eip155:1908", "tbitci": "eip155:1908",
"onus-testnet": "eip155:1945", "onus-testnet": "eip155:1945",
"dchain-mainnet": "eip155:1951", "dchain-mainnet": "eip155:1951",
"Dexilla": "eip155:1954",
"mtc": "eip155:1967", "mtc": "eip155:1967",
"atlr": "eip155:1971", "atlr": "eip155:1971",
"onus-mainnet": "eip155:1975", "onus-mainnet": "eip155:1975",
@ -786,6 +787,7 @@
"aurora": "eip155:1313161554", "aurora": "eip155:1313161554",
"aurora-testnet": "eip155:1313161555", "aurora-testnet": "eip155:1313161555",
"aurora-betanet": "eip155:1313161556", "aurora-betanet": "eip155:1313161556",
"rptr": "eip155:1380996178",
"nebula-mainnet": "eip155:1482601649", "nebula-mainnet": "eip155:1482601649",
"calypso-mainnet": "eip155:1564830818", "calypso-mainnet": "eip155:1564830818",
"hmy-s0": "eip155:1666600000", "hmy-s0": "eip155:1666600000",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB