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

This commit is contained in:
ligi 2022-08-25 21:20:57 +00:00
parent d903eda649
commit ffb4dee965
10 changed files with 216 additions and 36 deletions

File diff suppressed because one or more lines are too long

27
chains/eip155-1294.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "Boba Network Bobabeam",
"chain": "Bobabeam",
"rpc": [
"https://bobabeam.boba.network",
"wss://wss.bobabeam.boba.network",
"https://replica.bobabeam.boba.network",
"wss://replica-wss.bobabeam.boba.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Bobabeam",
"chainId": 1294,
"networkId": 1294,
"explorers": [
{
"name": "Bobabeam block explorer",
"url": "https://blockexplorer.bobabeam.boba.network",
"standard": "none"
}
]
}

View File

@ -1,6 +1,6 @@
{
"name": "Boba Network Bobabase",
"chain": "Bobabase",
"name": "Boba Network Bobabase Testnet",
"chain": "Bobabase Testnet",
"rpc": [
"https://bobabase.boba.network",
"wss://wss.bobabase.boba.network",
@ -19,7 +19,7 @@
"networkId": 1297,
"explorers": [
{
"name": "Blockscout",
"name": "Bobabase block explorer",
"url": "https://blockexplorer.bobabase.boba.network",
"standard": "none"
}

View File

@ -1,27 +1,27 @@
{
"name": "Boba Network Bobaopera Testnet",
"chain": "Bobaopera Testnet",
"rpc": [
"https://testnet.bobaopera.boba.network",
"wss://wss.testnet.bobaopera.boba.network",
"https://replica.testnet.bobaopera.boba.network",
"wss://replica-wss.testnet.bobaopera.boba.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Bobaopera Testnet",
"chainId": 4051,
"networkId": 4051,
"explorers": [
{
"name": "Blockscout",
"url": "https://blockexplorer.testnet.bobaopera.boba.network",
"standard": "none"
}
]
}
"name": "Boba Network Bobaopera Testnet",
"chain": "Bobaopera Testnet",
"rpc": [
"https://testnet.bobaopera.boba.network",
"wss://wss.testnet.bobaopera.boba.network",
"https://replica.testnet.bobaopera.boba.network",
"wss://replica-wss.testnet.bobaopera.boba.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Bobaopera Testnet",
"chainId": 4051,
"networkId": 4051,
"explorers": [
{
"name": "Bobaopera Testnet block explorer",
"url": "https://blockexplorer.testnet.bobaopera.boba.network",
"standard": "none"
}
]
}

27
chains/eip155-4328.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "Boba Network Bobafuji Testnet",
"chain": "Bobafuji Testnet",
"rpc": [
"https://testnet.avax.boba.network",
"wss://wss.testnet.avax.boba.network",
"https://replica.testnet.avax.boba.network",
"wss://replica-wss.testnet.avax.boba.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Bobafuji Testnet",
"chainId": 4328,
"networkId": 4328,
"explorers": [
{
"name": "Bobafuji Testnet block explorer",
"url": "https://blockexplorer.testnet.avax.boba.network",
"standard": "none"
}
]
}

27
chains/eip155-9728.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "Boba Network BNB Testnet",
"chain": "Boba BNB Testnet",
"rpc": [
"https://testnet.bnb.boba.network",
"wss://wss.testnet.bnb.boba.network",
"https://replica.testnet.bnb.boba.network",
"wss://replica-wss.testnet.bnb.boba.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Boba BNB Testnet",
"chainId": 9728,
"networkId": 9728,
"explorers": [
{
"name": "Boba BNB Testnet block explorer",
"url": "https://blockexplorer.testnet.bnb.boba.network",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -2924,7 +2924,20 @@
"faucets": [],
"infoURL": "https://docs.moonbeam.network/learn/platform/networks/overview/"
}, {
"name": "Boba Network Bobabase",
"name": "Boba Network Bobabeam",
"chainId": 1294,
"shortName": "Bobabeam",
"networkId": 1294,
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"rpc": ["https://bobabeam.boba.network", "wss://wss.bobabeam.boba.network", "https://replica.bobabeam.boba.network", "wss://replica-wss.bobabeam.boba.network"],
"faucets": [],
"infoURL": "https://boba.network"
}, {
"name": "Boba Network Bobabase Testnet",
"chainId": 1297,
"shortName": "Bobabase",
"networkId": 1297,
@ -3664,6 +3677,19 @@
"rpc": ["https://rpc1.phi.network", "https://rpc2.phi.network"],
"faucets": [],
"infoURL": "https://phi.network"
}, {
"name": "Boba Network Bobafuji Testnet",
"chainId": 4328,
"shortName": "Bobafuji Testnet",
"networkId": 4328,
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"rpc": ["https://testnet.avax.boba.network", "wss://wss.testnet.avax.boba.network", "https://replica.testnet.avax.boba.network", "wss://replica-wss.testnet.avax.boba.network"],
"faucets": [],
"infoURL": "https://boba.network"
}, {
"name": "IoTeX Network Mainnet",
"chainId": 4689,
@ -4119,6 +4145,19 @@
"rpc": ["https://robin.rangersprotocol.com/api/jsonrpc"],
"faucets": ["https://robin-faucet.rangersprotocol.com"],
"infoURL": "https://rangersprotocol.com"
}, {
"name": "Boba Network BNB Testnet",
"chainId": 9728,
"shortName": "Boba BNB Testnet",
"networkId": 9728,
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"rpc": ["https://testnet.bnb.boba.network", "wss://wss.testnet.bnb.boba.network", "https://replica.testnet.bnb.boba.network", "wss://replica-wss.testnet.bnb.boba.network"],
"faucets": [],
"infoURL": "https://boba.network"
}, {
"name": "myOwn Testnet",
"chainId": 9999,

View File

@ -4101,8 +4101,27 @@
"chainId": 1288,
"networkId": 1288
}, {
"name": "Boba Network Bobabase",
"chain": "Bobabase",
"name": "Boba Network Bobabeam",
"chain": "Bobabeam",
"rpc": ["https://bobabeam.boba.network", "wss://wss.bobabeam.boba.network", "https://replica.bobabeam.boba.network", "wss://replica-wss.bobabeam.boba.network"],
"faucets": [],
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Bobabeam",
"chainId": 1294,
"networkId": 1294,
"explorers": [{
"name": "Bobabeam block explorer",
"url": "https://blockexplorer.bobabeam.boba.network",
"standard": "none"
}]
}, {
"name": "Boba Network Bobabase Testnet",
"chain": "Bobabase Testnet",
"rpc": ["https://bobabase.boba.network", "wss://wss.bobabase.boba.network", "https://replica.bobabase.boba.network", "wss://replica-wss.bobabase.boba.network"],
"faucets": [],
"nativeCurrency": {
@ -4115,7 +4134,7 @@
"chainId": 1297,
"networkId": 1297,
"explorers": [{
"name": "Blockscout",
"name": "Bobabase block explorer",
"url": "https://blockexplorer.bobabase.boba.network",
"standard": "none"
}]
@ -5137,7 +5156,7 @@
"chainId": 4051,
"networkId": 4051,
"explorers": [{
"name": "Blockscout",
"name": "Bobaopera Testnet block explorer",
"url": "https://blockexplorer.testnet.bobaopera.boba.network",
"standard": "none"
}]
@ -5185,6 +5204,25 @@
"icon": "phi",
"standard": "none"
}]
}, {
"name": "Boba Network Bobafuji Testnet",
"chain": "Bobafuji Testnet",
"rpc": ["https://testnet.avax.boba.network", "wss://wss.testnet.avax.boba.network", "https://replica.testnet.avax.boba.network", "wss://replica-wss.testnet.avax.boba.network"],
"faucets": [],
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Bobafuji Testnet",
"chainId": 4328,
"networkId": 4328,
"explorers": [{
"name": "Bobafuji Testnet block explorer",
"url": "https://blockexplorer.testnet.avax.boba.network",
"standard": "none"
}]
}, {
"name": "IoTeX Network Mainnet",
"chain": "iotex.io",
@ -5885,6 +5923,25 @@
"url": "https://robin-rangersscan.rangersprotocol.com",
"standard": "none"
}]
}, {
"name": "Boba Network BNB Testnet",
"chain": "Boba BNB Testnet",
"rpc": ["https://testnet.bnb.boba.network", "wss://wss.testnet.bnb.boba.network", "https://replica.testnet.bnb.boba.network", "wss://replica-wss.testnet.bnb.boba.network"],
"faucets": [],
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Boba BNB Testnet",
"chainId": 9728,
"networkId": 9728,
"explorers": [{
"name": "Boba BNB Testnet block explorer",
"url": "https://blockexplorer.testnet.bnb.boba.network",
"standard": "none"
}]
}, {
"name": "myOwn Testnet",
"chain": "myOwn",

View File

@ -224,6 +224,7 @@
"mrock-old": "eip155:1286",
"mbase": "eip155:1287",
"mrock": "eip155:1288",
"Bobabeam": "eip155:1294",
"Bobabase": "eip155:1297",
"aitd": "eip155:1319",
"aitdtestnet": "eip155:1320",
@ -281,6 +282,7 @@
"Bobaopera Testnet": "eip155:4051",
"aioz-testnet": "eip155:4102",
"PHIv1": "eip155:4181",
"Bobafuji Testnet": "eip155:4328",
"iotex-mainnet": "eip155:4689",
"iotex-testnet": "eip155:4690",
"txvm": "eip155:4918",
@ -316,6 +318,7 @@
"brb": "eip155:9012",
"GENEC": "eip155:9100",
"trpg": "eip155:9527",
"Boba BNB Testnet": "eip155:9728",
"myn": "eip155:9999",
"smartbch": "eip155:10000",
"smartbchtest": "eip155:10001",