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

This commit is contained in:
ligi 2023-01-13 22:23:29 +00:00
parent e6a2710b37
commit 0cd1c63d0f
10 changed files with 66 additions and 3 deletions

View File

@ -1638,6 +1638,14 @@
"height": 500,
"format": "png"
}]
}, {
"name": "dchain",
"icons": [{
"url": "ipfs://QmV2vhTqS9UyrX9Q6BSCbK4JrKBnS8ErHvstMjfb2oVWaj",
"width": 700,
"height": 495,
"format": "png"
}]
}, {
"name": "ludan",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

18
chains/eip155-1951.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "D-Chain Mainnet",
"chain": "D-Chain",
"rpc": [
"https://mainnet.d-chain.network/ext/bc/2ZiR1Bro5E59siVuwdNuRFzqL95NkvkbzyLBdrsYR9BLSHV7H4/rpc"
],
"nativeCurrency": {
"name": "DOINX",
"symbol": "DOINX",
"decimals": 18
},
"shortName": "dchain-mainnet",
"chainId": 1951,
"networkId": 1951,
"icon": "dchain",
"faucets": [],
"infoURL": ""
}

File diff suppressed because one or more lines are too long

View File

@ -3911,6 +3911,19 @@
"rpc": ["https://rpc-testnet.onuschain.io"],
"faucets": [],
"infoURL": "https://onuschain.io"
}, {
"name": "D-Chain Mainnet",
"chainId": 1951,
"shortName": "dchain-mainnet",
"networkId": 1951,
"nativeCurrency": {
"name": "DOINX",
"symbol": "DOINX",
"decimals": 18
},
"rpc": ["https://mainnet.d-chain.network/ext/bc/2ZiR1Bro5E59siVuwdNuRFzqL95NkvkbzyLBdrsYR9BLSHV7H4/rpc"],
"faucets": [],
"infoURL": ""
}, {
"name": "ONUS Chain Mainnet",
"chainId": 1975,

View File

@ -5589,6 +5589,21 @@
"icon": "onus",
"standard": "EIP3091"
}]
}, {
"name": "D-Chain Mainnet",
"chain": "D-Chain",
"rpc": ["https://mainnet.d-chain.network/ext/bc/2ZiR1Bro5E59siVuwdNuRFzqL95NkvkbzyLBdrsYR9BLSHV7H4/rpc"],
"nativeCurrency": {
"name": "DOINX",
"symbol": "DOINX",
"decimals": 18
},
"shortName": "dchain-mainnet",
"chainId": 1951,
"networkId": 1951,
"icon": "dchain",
"faucets": [],
"infoURL": ""
}, {
"name": "ONUS Chain Mainnet",
"title": "ONUS Chain Mainnet",

8
icons/dchain.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -300,6 +300,7 @@
"tsf": "eip155:1856",
"boya": "eip155:1898",
"onus-testnet": "eip155:1945",
"dchain-mainnet": "eip155:1951",
"onus-mainnet": "eip155:1975",
"euntest": "eip155:1984",
"egem": "eip155:1987",