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@3463f64575 🚀
This commit is contained in:
parent
8cf8de8838
commit
4230285ef7
File diff suppressed because one or more lines are too long
23
chains/eip155-9012.json
Normal file
23
chains/eip155-9012.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "BerylBit Mainnet",
|
||||||
|
"chain": "BRB",
|
||||||
|
"rpc": [
|
||||||
|
"https://mainnet.berylbit.io"
|
||||||
|
],
|
||||||
|
"faucets": ["https://t.me/BerylBit"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "BerylBit Chain Native Token",
|
||||||
|
"symbol": "BRB",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.beryl-bit.com",
|
||||||
|
"shortName": "brb",
|
||||||
|
"chainId": 9012,
|
||||||
|
"networkId": 9012,
|
||||||
|
"icon": "berylbit",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "berylbit-explorer",
|
||||||
|
"url": "https://explorer.berylbit.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -3846,6 +3846,19 @@
|
||||||
"rpc": ["https://eth.bd.evmos.org:8545"],
|
"rpc": ["https://eth.bd.evmos.org:8545"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://evmos.org"
|
"infoURL": "https://evmos.org"
|
||||||
|
}, {
|
||||||
|
"name": "BerylBit Mainnet",
|
||||||
|
"chainId": 9012,
|
||||||
|
"shortName": "brb",
|
||||||
|
"networkId": 9012,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "BerylBit Chain Native Token",
|
||||||
|
"symbol": "BRB",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://mainnet.berylbit.io"],
|
||||||
|
"faucets": ["https://t.me/BerylBit"],
|
||||||
|
"infoURL": "https://www.beryl-bit.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "Genesis Coin",
|
"name": "Genesis Coin",
|
||||||
"chainId": 9100,
|
"chainId": 9100,
|
||||||
|
|
|
@ -5448,6 +5448,26 @@
|
||||||
"standard": "none",
|
"standard": "none",
|
||||||
"icon": "evmos"
|
"icon": "evmos"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "BerylBit Mainnet",
|
||||||
|
"chain": "BRB",
|
||||||
|
"rpc": ["https://mainnet.berylbit.io"],
|
||||||
|
"faucets": ["https://t.me/BerylBit"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "BerylBit Chain Native Token",
|
||||||
|
"symbol": "BRB",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.beryl-bit.com",
|
||||||
|
"shortName": "brb",
|
||||||
|
"chainId": 9012,
|
||||||
|
"networkId": 9012,
|
||||||
|
"icon": "berylbit",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "berylbit-explorer",
|
||||||
|
"url": "https://explorer.berylbit.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Genesis Coin",
|
"name": "Genesis Coin",
|
||||||
"chain": "Genesis",
|
"chain": "Genesis",
|
||||||
|
|
8
icons/berylbit-explorer.json
Normal file
8
icons/berylbit-explorer.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmeDXHkpranzqGN1BmQqZSrFp4vGXf4JfaB5iq8WHHiwDi",
|
||||||
|
"width": 162,
|
||||||
|
"height": 162,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
8
icons/berylbit.json
Normal file
8
icons/berylbit.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmeDXHkpranzqGN1BmQqZSrFp4vGXf4JfaB5iq8WHHiwDi",
|
||||||
|
"width": 162,
|
||||||
|
"height": 162,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
|
@ -295,6 +295,7 @@
|
||||||
"berg": "eip155:8995",
|
"berg": "eip155:8995",
|
||||||
"evmos-testnet": "eip155:9000",
|
"evmos-testnet": "eip155:9000",
|
||||||
"evmos": "eip155:9001",
|
"evmos": "eip155:9001",
|
||||||
|
"brb": "eip155:9012",
|
||||||
"GENEC": "eip155:9100",
|
"GENEC": "eip155:9100",
|
||||||
"trpg": "eip155:9527",
|
"trpg": "eip155:9527",
|
||||||
"myn": "eip155:9999",
|
"myn": "eip155:9999",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user