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@e27e80ebac 🚀
This commit is contained in:
parent
0d08d7aece
commit
7b66567fed
|
@ -1750,6 +1750,14 @@
|
|||
"height": 1024,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "bxn",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmPasA8xykRtJDivB2bcKDiRCUNWDPtfUTTKVAcaF2wVxC",
|
||||
"width": 1968,
|
||||
"height": 1968,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "shyft",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
25
chains/eip155-4777.json
Normal file
25
chains/eip155-4777.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "BlackFort Exchange Network Testnet",
|
||||
"chain": "TBXN",
|
||||
"rpc": ["https://testnet.blackfort.network/rpc"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BlackFort Testnet Token",
|
||||
"symbol": "TBXN",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"infoURL": "https://blackfort.exchange",
|
||||
"shortName": "TBXN",
|
||||
"chainId": 4777,
|
||||
"networkId": 4777,
|
||||
"icon": "bxn",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://testnet-explorer.blackfort.network",
|
||||
"icon": "blockscout",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
30
chains/eip155-4999.json
Normal file
30
chains/eip155-4999.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "BlackFort Exchange Network",
|
||||
"chain": "BXN",
|
||||
"rpc": [
|
||||
"https://mainnet.blackfort.network/rpc",
|
||||
"https://mainnet-1.blackfort.network/rpc",
|
||||
"https://mainnet-2.blackfort.network/rpc",
|
||||
"https://mainnet-3.blackfort.network/rpc"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BlackFort Token",
|
||||
"symbol": "BXN",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"infoURL": "https://blackfort.exchange",
|
||||
"shortName": "BXN",
|
||||
"chainId": 4999,
|
||||
"networkId": 4999,
|
||||
"icon": "bxn",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://explorer.blackfort.network",
|
||||
"icon": "blockscout",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5224,6 +5224,19 @@
|
|||
"rpc": ["https://babel-api.testnet.iotex.io"],
|
||||
"faucets": ["https://faucet.iotex.io/"],
|
||||
"infoURL": "https://iotex.io"
|
||||
}, {
|
||||
"name": "BlackFort Exchange Network Testnet",
|
||||
"chainId": 4777,
|
||||
"shortName": "TBXN",
|
||||
"networkId": 4777,
|
||||
"nativeCurrency": {
|
||||
"name": "BlackFort Testnet Token",
|
||||
"symbol": "TBXN",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet.blackfort.network/rpc"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://blackfort.exchange"
|
||||
}, {
|
||||
"name": "Venidium Testnet",
|
||||
"chainId": 4918,
|
||||
|
@ -5250,6 +5263,19 @@
|
|||
"rpc": ["https://rpc.venidium.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://venidium.io"
|
||||
}, {
|
||||
"name": "BlackFort Exchange Network",
|
||||
"chainId": 4999,
|
||||
"shortName": "BXN",
|
||||
"networkId": 4999,
|
||||
"nativeCurrency": {
|
||||
"name": "BlackFort Token",
|
||||
"symbol": "BXN",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://mainnet.blackfort.network/rpc", "https://mainnet-1.blackfort.network/rpc", "https://mainnet-2.blackfort.network/rpc", "https://mainnet-3.blackfort.network/rpc"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://blackfort.exchange"
|
||||
}, {
|
||||
"name": "Mantle",
|
||||
"chainId": 5000,
|
||||
|
|
|
@ -7618,6 +7618,32 @@
|
|||
"url": "https://testnet.iotexscan.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "BlackFort Exchange Network Testnet",
|
||||
"chain": "TBXN",
|
||||
"rpc": ["https://testnet.blackfort.network/rpc"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BlackFort Testnet Token",
|
||||
"symbol": "TBXN",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{
|
||||
"name": "EIP155"
|
||||
}, {
|
||||
"name": "EIP1559"
|
||||
}],
|
||||
"infoURL": "https://blackfort.exchange",
|
||||
"shortName": "TBXN",
|
||||
"chainId": 4777,
|
||||
"networkId": 4777,
|
||||
"icon": "bxn",
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://testnet-explorer.blackfort.network",
|
||||
"icon": "blockscout",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Venidium Testnet",
|
||||
"chain": "XVM",
|
||||
|
@ -7657,6 +7683,32 @@
|
|||
"url": "https://evm.venidiumexplorer.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "BlackFort Exchange Network",
|
||||
"chain": "BXN",
|
||||
"rpc": ["https://mainnet.blackfort.network/rpc", "https://mainnet-1.blackfort.network/rpc", "https://mainnet-2.blackfort.network/rpc", "https://mainnet-3.blackfort.network/rpc"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BlackFort Token",
|
||||
"symbol": "BXN",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{
|
||||
"name": "EIP155"
|
||||
}, {
|
||||
"name": "EIP1559"
|
||||
}],
|
||||
"infoURL": "https://blackfort.exchange",
|
||||
"shortName": "BXN",
|
||||
"chainId": 4999,
|
||||
"networkId": 4999,
|
||||
"icon": "bxn",
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://explorer.blackfort.network",
|
||||
"icon": "blockscout",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Mantle",
|
||||
"chain": "ETH",
|
||||
|
|
8
icons/bxn.json
Normal file
8
icons/bxn.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmPasA8xykRtJDivB2bcKDiRCUNWDPtfUTTKVAcaF2wVxC",
|
||||
"width": 1968,
|
||||
"height": 1968,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
|
@ -401,8 +401,10 @@
|
|||
"html": "eip155:4444",
|
||||
"iotex-mainnet": "eip155:4689",
|
||||
"iotex-testnet": "eip155:4690",
|
||||
"TBXN": "eip155:4777",
|
||||
"txvm": "eip155:4918",
|
||||
"xvm": "eip155:4919",
|
||||
"BXN": "eip155:4999",
|
||||
"mantle": "eip155:5000",
|
||||
"mantle-testnet": "eip155:5001",
|
||||
"tlc": "eip155:5177",
|
||||
|
|
Loading…
Reference in New Issue
Block a user