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@904404a7e7 🚀
This commit is contained in:
parent
5b55d2f223
commit
9231cbd67e
|
@ -516,6 +516,14 @@
|
|||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "bronos",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafybeifkgtmhnq4sxu6jn22i7ass7aih6ubodr77k6ygtu4tjbvpmkw2ga",
|
||||
"width": 500,
|
||||
"height": 500,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "techpay",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
24
chains/eip155-1038.json
Normal file
24
chains/eip155-1038.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Bronos Testnet",
|
||||
"chain": "Bronos",
|
||||
"rpc": ["https://testnet-json-rpc.bronos.org"],
|
||||
"faucets": ["https://faucet.bronos.org"],
|
||||
"nativeCurrency": {
|
||||
"name": "BRO",
|
||||
"symbol": "BRO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://bronos.org",
|
||||
"shortName": "bronos-testnet",
|
||||
"chainId": 1038,
|
||||
"networkId": 1038,
|
||||
"icon": "bronos",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Bronos Testnet Explorer",
|
||||
"url": "https://tbroscan.bronos.org",
|
||||
"standard": "none",
|
||||
"icon": "bronos"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -2754,6 +2754,19 @@
|
|||
"rpc": ["https://evm.confluxrpc.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://confluxnetwork.org"
|
||||
}, {
|
||||
"name": "Bronos Testnet",
|
||||
"chainId": 1038,
|
||||
"shortName": "bronos-testnet",
|
||||
"networkId": 1038,
|
||||
"nativeCurrency": {
|
||||
"name": "BRO",
|
||||
"symbol": "BRO",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet-json-rpc.bronos.org"],
|
||||
"faucets": ["https://faucet.bronos.org"],
|
||||
"infoURL": "https://bronos.org"
|
||||
}, {
|
||||
"name": "Metis Andromeda Mainnet",
|
||||
"chainId": 1088,
|
||||
|
|
|
@ -3859,6 +3859,27 @@
|
|||
"url": "https://evm.confluxscan.net",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Bronos Testnet",
|
||||
"chain": "Bronos",
|
||||
"rpc": ["https://testnet-json-rpc.bronos.org"],
|
||||
"faucets": ["https://faucet.bronos.org"],
|
||||
"nativeCurrency": {
|
||||
"name": "BRO",
|
||||
"symbol": "BRO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://bronos.org",
|
||||
"shortName": "bronos-testnet",
|
||||
"chainId": 1038,
|
||||
"networkId": 1038,
|
||||
"icon": "bronos",
|
||||
"explorers": [{
|
||||
"name": "Bronos Testnet Explorer",
|
||||
"url": "https://tbroscan.bronos.org",
|
||||
"standard": "none",
|
||||
"icon": "bronos"
|
||||
}]
|
||||
}, {
|
||||
"name": "Metis Andromeda Mainnet",
|
||||
"chain": "ETH",
|
||||
|
|
8
icons/bronos.json
Normal file
8
icons/bronos.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafybeifkgtmhnq4sxu6jn22i7ass7aih6ubodr77k6ygtu4tjbvpmkw2ga",
|
||||
"width": 500,
|
||||
"height": 500,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -211,6 +211,7 @@
|
|||
"clv": "eip155:1024",
|
||||
"tbtt": "eip155:1028",
|
||||
"cfx": "eip155:1030",
|
||||
"bronos-testnet": "eip155:1038",
|
||||
"metis-andromeda": "eip155:1088",
|
||||
"twemix": "eip155:1112",
|
||||
"MATH": "eip155:1139",
|
||||
|
|
Loading…
Reference in New Issue
Block a user