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

This commit is contained in:
ligi 2022-12-15 10:23:55 +00:00
parent d991a37e4c
commit 202e318de1
10 changed files with 82 additions and 3 deletions

View File

@ -646,6 +646,14 @@
"height": 32, "height": 32,
"format": "png" "format": "png"
}] }]
}, {
"name": "j2otaro",
"icons": [{
"url": "ipfs://QmdUYi8fjnvdM9iFQ7dwE2YvmhDtavSB3bKhCD2GhPxPks",
"width": 512,
"height": 512,
"format": "png"
}]
}, { }, {
"name": "seedcoin", "name": "seedcoin",
"icons": [{ "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
View 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

View File

@ -5978,6 +5978,19 @@
"rpc": ["https://rpc.avescoin.io"], "rpc": ["https://rpc.avescoin.io"],
"faucets": [], "faucets": [],
"infoURL": "https://avescoin.io" "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", "name": "Q Mainnet",
"chainId": 35441, "chainId": 35441,

View File

@ -8681,6 +8681,31 @@
"icon": "avescan", "icon": "avescan",
"standard": "EIP3091" "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", "name": "Q Mainnet",
"chain": "Q", "chain": "Q",

8
icons/j2otaro.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -459,6 +459,7 @@
"Brise": "eip155:32520", "Brise": "eip155:32520",
"fsn": "eip155:32659", "fsn": "eip155:32659",
"avs": "eip155:33333", "avs": "eip155:33333",
"j2o": "eip155:35011",
"q": "eip155:35441", "q": "eip155:35441",
"q-testnet": "eip155:35443", "q-testnet": "eip155:35443",
"nrg": "eip155:39797", "nrg": "eip155:39797",