mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@e7f2fef01d 🚀
This commit is contained in:
parent
97d4809b2c
commit
315bbd840a
|
@ -774,6 +774,14 @@
|
|||
"height": 524,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "bty",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmUmJVof2m5e4HUXb3GmijWUFsLUNhrQiwwQG3CqcXEtHt",
|
||||
"width": 91,
|
||||
"height": 24,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "uzmi",
|
||||
"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
23
chains/eip155-2999.json
Normal 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
|
@ -3989,6 +3989,19 @@
|
|||
"rpc": ["https://testnet-api.ezchain.com/ext/bc/C/rpc"],
|
||||
"faucets": ["https://testnet-faucet.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",
|
||||
"chainId": 3000,
|
||||
|
|
|
@ -5679,6 +5679,26 @@
|
|||
"url": "https://testnet-cchain-explorer.ezchain.com",
|
||||
"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",
|
||||
"chain": "CENNZnet",
|
||||
|
|
8
icons/bty.json
Normal file
8
icons/bty.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmUmJVof2m5e4HUXb3GmijWUFsLUNhrQiwwQG3CqcXEtHt",
|
||||
"width": 91,
|
||||
"height": 24,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmUmJVof2m5e4HUXb3GmijWUFsLUNhrQiwwQG3CqcXEtHt
Normal file
BIN
iconsDownload/QmUmJVof2m5e4HUXb3GmijWUFsLUNhrQiwwQG3CqcXEtHt
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -306,6 +306,7 @@
|
|||
"REDLC": "eip155:2611",
|
||||
"EZChain": "eip155:2612",
|
||||
"Fuji-EZChain": "eip155:2613",
|
||||
"bty": "eip155:2999",
|
||||
"cennz-r": "eip155:3000",
|
||||
"cennz-n": "eip155:3001",
|
||||
"ORL": "eip155:3031",
|
||||
|
|
Loading…
Reference in New Issue
Block a user