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@ef62f6ea8c 🚀
This commit is contained in:
parent
d991a37e4c
commit
202e318de1
|
@ -646,6 +646,14 @@
|
|||
"height": 32,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "j2otaro",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmdUYi8fjnvdM9iFQ7dwE2YvmhDtavSB3bKhCD2GhPxPks",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "seedcoin",
|
||||
"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-35011.json
Normal file
24
chains/eip155-35011.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "J2O Taro",
|
||||
"chain": "TARO",
|
||||
"rpc": ["https://rpc.j2o.io"],
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "TARO Coin",
|
||||
"symbol": "taro",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://j2o.io",
|
||||
"shortName": "j2o",
|
||||
"chainId": 35011,
|
||||
"networkId": 35011,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "J2O Taro Explorer",
|
||||
"url": "https://exp.j2o.io",
|
||||
"icon": "j2otaro",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5978,6 +5978,19 @@
|
|||
"rpc": ["https://rpc.avescoin.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://avescoin.io"
|
||||
}, {
|
||||
"name": "J2O Taro",
|
||||
"chainId": 35011,
|
||||
"shortName": "j2o",
|
||||
"networkId": 35011,
|
||||
"nativeCurrency": {
|
||||
"name": "TARO Coin",
|
||||
"symbol": "taro",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.j2o.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://j2o.io"
|
||||
}, {
|
||||
"name": "Q Mainnet",
|
||||
"chainId": 35441,
|
||||
|
|
|
@ -8681,6 +8681,31 @@
|
|||
"icon": "avescan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "J2O Taro",
|
||||
"chain": "TARO",
|
||||
"rpc": ["https://rpc.j2o.io"],
|
||||
"features": [{
|
||||
"name": "EIP155"
|
||||
}, {
|
||||
"name": "EIP1559"
|
||||
}],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "TARO Coin",
|
||||
"symbol": "taro",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://j2o.io",
|
||||
"shortName": "j2o",
|
||||
"chainId": 35011,
|
||||
"networkId": 35011,
|
||||
"explorers": [{
|
||||
"name": "J2O Taro Explorer",
|
||||
"url": "https://exp.j2o.io",
|
||||
"icon": "j2otaro",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Q Mainnet",
|
||||
"chain": "Q",
|
||||
|
|
8
icons/j2otaro.json
Normal file
8
icons/j2otaro.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmdUYi8fjnvdM9iFQ7dwE2YvmhDtavSB3bKhCD2GhPxPks",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmdUYi8fjnvdM9iFQ7dwE2YvmhDtavSB3bKhCD2GhPxPks
Normal file
BIN
iconsDownload/QmdUYi8fjnvdM9iFQ7dwE2YvmhDtavSB3bKhCD2GhPxPks
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
|
@ -459,6 +459,7 @@
|
|||
"Brise": "eip155:32520",
|
||||
"fsn": "eip155:32659",
|
||||
"avs": "eip155:33333",
|
||||
"j2o": "eip155:35011",
|
||||
"q": "eip155:35441",
|
||||
"q-testnet": "eip155:35443",
|
||||
"nrg": "eip155:39797",
|
||||
|
|
Loading…
Reference in New Issue
Block a user