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

This commit is contained in:
ligi 2022-11-23 12:12:43 +00:00
parent 97d4809b2c
commit 315bbd840a
10 changed files with 76 additions and 3 deletions

View File

@ -774,6 +774,14 @@
"height": 524, "height": 524,
"format": "png" "format": "png"
}] }]
}, {
"name": "bty",
"icons": [{
"url": "ipfs://QmUmJVof2m5e4HUXb3GmijWUFsLUNhrQiwwQG3CqcXEtHt",
"width": 91,
"height": 24,
"format": "png"
}]
}, { }, {
"name": "uzmi", "name": "uzmi",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-2999.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "BitYuan Mainnet",
"chain": "BTY",
"rpc": ["https://mainnet.bityuan.com/eth"],
"faucets": [],
"nativeCurrency": {
"name": "BTY",
"symbol": "BTY",
"decimals": 18
},
"infoURL": "https://www.bityuan.com",
"shortName": "bty",
"chainId": 2999,
"networkId": 2999,
"icon": "bty",
"explorers": [
{
"name": "BitYuan Block Chain Explorer",
"url": "https://mainnet.bityuan.com",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3989,6 +3989,19 @@
"rpc": ["https://testnet-api.ezchain.com/ext/bc/C/rpc"], "rpc": ["https://testnet-api.ezchain.com/ext/bc/C/rpc"],
"faucets": ["https://testnet-faucet.ezchain.com"], "faucets": ["https://testnet-faucet.ezchain.com"],
"infoURL": "https://ezchain.com" "infoURL": "https://ezchain.com"
}, {
"name": "BitYuan Mainnet",
"chainId": 2999,
"shortName": "bty",
"networkId": 2999,
"nativeCurrency": {
"name": "BTY",
"symbol": "BTY",
"decimals": 18
},
"rpc": ["https://mainnet.bityuan.com/eth"],
"faucets": [],
"infoURL": "https://www.bityuan.com"
}, { }, {
"name": "CENNZnet Rata", "name": "CENNZnet Rata",
"chainId": 3000, "chainId": 3000,

View File

@ -5679,6 +5679,26 @@
"url": "https://testnet-cchain-explorer.ezchain.com", "url": "https://testnet-cchain-explorer.ezchain.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "BitYuan Mainnet",
"chain": "BTY",
"rpc": ["https://mainnet.bityuan.com/eth"],
"faucets": [],
"nativeCurrency": {
"name": "BTY",
"symbol": "BTY",
"decimals": 18
},
"infoURL": "https://www.bityuan.com",
"shortName": "bty",
"chainId": 2999,
"networkId": 2999,
"icon": "bty",
"explorers": [{
"name": "BitYuan Block Chain Explorer",
"url": "https://mainnet.bityuan.com",
"standard": "none"
}]
}, { }, {
"name": "CENNZnet Rata", "name": "CENNZnet Rata",
"chain": "CENNZnet", "chain": "CENNZnet",

8
icons/bty.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -306,6 +306,7 @@
"REDLC": "eip155:2611", "REDLC": "eip155:2611",
"EZChain": "eip155:2612", "EZChain": "eip155:2612",
"Fuji-EZChain": "eip155:2613", "Fuji-EZChain": "eip155:2613",
"bty": "eip155:2999",
"cennz-r": "eip155:3000", "cennz-r": "eip155:3000",
"cennz-n": "eip155:3001", "cennz-n": "eip155:3001",
"ORL": "eip155:3031", "ORL": "eip155:3031",