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@d5e3c67251 🚀
This commit is contained in:
parent
4230285ef7
commit
5e3a2cd864
File diff suppressed because one or more lines are too long
22
chains/eip155-3501.json
Normal file
22
chains/eip155-3501.json
Normal 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
|
@ -3313,6 +3313,19 @@
|
||||||
"rpc": ["https://rpc.testnet.paribuscan.com"],
|
"rpc": ["https://rpc.testnet.paribuscan.com"],
|
||||||
"faucets": ["https://faucet.paribuscan.com"],
|
"faucets": ["https://faucet.paribuscan.com"],
|
||||||
"infoURL": "https://net.paribu.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",
|
"name": "Bittex Mainnet",
|
||||||
"chainId": 3690,
|
"chainId": 3690,
|
||||||
|
|
|
@ -4617,6 +4617,25 @@
|
||||||
"icon": "explorer",
|
"icon": "explorer",
|
||||||
"standard": "EIP3091"
|
"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",
|
"name": "Bittex Mainnet",
|
||||||
"chain": "BTX",
|
"chain": "BTX",
|
||||||
|
|
8
icons/jfin.json
Normal file
8
icons/jfin.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://bafkreie4uhrsk3vxxnpjm7tidupfxgib5ahnwqopf6elykdatshuo6yb4m",
|
||||||
|
"width":781,
|
||||||
|
"height":781,
|
||||||
|
"format":"svg"
|
||||||
|
}
|
||||||
|
]
|
|
@ -254,6 +254,7 @@
|
||||||
"w3q-g": "eip155:3334",
|
"w3q-g": "eip155:3334",
|
||||||
"prb": "eip155:3400",
|
"prb": "eip155:3400",
|
||||||
"prbtestnet": "eip155:3500",
|
"prbtestnet": "eip155:3500",
|
||||||
|
"jfin": "eip155:3501",
|
||||||
"btx": "eip155:3690",
|
"btx": "eip155:3690",
|
||||||
"csb": "eip155:3737",
|
"csb": "eip155:3737",
|
||||||
"dyno": "eip155:3966",
|
"dyno": "eip155:3966",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user