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

This commit is contained in:
ligi 2022-07-19 16:48:56 +00:00
parent 4230285ef7
commit 5e3a2cd864
7 changed files with 65 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-3501.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "JFIN Chain",
"chain": "JFIN",
"rpc": [
"https://rpc.jfinchain.com"
],
"faucets": [],
"nativeCurrency": {
"name": "JFIN Coin",
"symbol": "jfin",
"decimals": 18
},
"infoURL": "https://jfinchain.com",
"shortName": "jfin",
"chainId": 3501,
"networkId": 3501,
"explorers": [{
"name": "JFIN Chain Explorer",
"url": "https://exp.jfinchain.com",
"standard": "EIP3091"
}]
}

File diff suppressed because one or more lines are too long

View File

@ -3313,6 +3313,19 @@
"rpc": ["https://rpc.testnet.paribuscan.com"],
"faucets": ["https://faucet.paribuscan.com"],
"infoURL": "https://net.paribu.com"
}, {
"name": "JFIN Chain",
"chainId": 3501,
"shortName": "jfin",
"networkId": 3501,
"nativeCurrency": {
"name": "JFIN Coin",
"symbol": "jfin",
"decimals": 18
},
"rpc": ["https://rpc.jfinchain.com"],
"faucets": [],
"infoURL": "https://jfinchain.com"
}, {
"name": "Bittex Mainnet",
"chainId": 3690,

View File

@ -4617,6 +4617,25 @@
"icon": "explorer",
"standard": "EIP3091"
}]
}, {
"name": "JFIN Chain",
"chain": "JFIN",
"rpc": ["https://rpc.jfinchain.com"],
"faucets": [],
"nativeCurrency": {
"name": "JFIN Coin",
"symbol": "jfin",
"decimals": 18
},
"infoURL": "https://jfinchain.com",
"shortName": "jfin",
"chainId": 3501,
"networkId": 3501,
"explorers": [{
"name": "JFIN Chain Explorer",
"url": "https://exp.jfinchain.com",
"standard": "EIP3091"
}]
}, {
"name": "Bittex Mainnet",
"chain": "BTX",

8
icons/jfin.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://bafkreie4uhrsk3vxxnpjm7tidupfxgib5ahnwqopf6elykdatshuo6yb4m",
"width":781,
"height":781,
"format":"svg"
}
]

View File

@ -254,6 +254,7 @@
"w3q-g": "eip155:3334",
"prb": "eip155:3400",
"prbtestnet": "eip155:3500",
"jfin": "eip155:3501",
"btx": "eip155:3690",
"csb": "eip155:3737",
"dyno": "eip155:3966",