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

This commit is contained in:
ligi 2022-07-19 14:39:47 +00:00
parent 8cf8de8838
commit 4230285ef7
8 changed files with 75 additions and 2 deletions

File diff suppressed because one or more lines are too long

23
chains/eip155-9012.json Normal file
View 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

View File

@ -3846,6 +3846,19 @@
"rpc": ["https://eth.bd.evmos.org:8545"],
"faucets": [],
"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",
"chainId": 9100,

View File

@ -5448,6 +5448,26 @@
"standard": "none",
"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",
"chain": "Genesis",

View File

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

8
icons/berylbit.json Normal file
View File

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

View File

@ -295,6 +295,7 @@
"berg": "eip155:8995",
"evmos-testnet": "eip155:9000",
"evmos": "eip155:9001",
"brb": "eip155:9012",
"GENEC": "eip155:9100",
"trpg": "eip155:9527",
"myn": "eip155:9999",