mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Merge branch 'master' into add_icons2
This commit is contained in:
commit
6dbae0d753
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Chiado Testnet",
|
||||
"chain": "CHI",
|
||||
"name": "Chiado 1 Testnet",
|
||||
"chain": "CHI1",
|
||||
"icon": "gnosis",
|
||||
"rpc": ["https://rpc-chiado.gnosistestnet.com"],
|
||||
"faucets": ["https://gnosisfaucet.com"],
|
||||
|
@ -10,7 +10,7 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.gnosischain.com",
|
||||
"shortName": "chi",
|
||||
"shortName": "chi1",
|
||||
"chainId": 100100,
|
||||
"networkId": 100100,
|
||||
"explorers": [
|
||||
|
@ -20,5 +20,6 @@
|
|||
"icon": "blockscout",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
],
|
||||
"status": "deprecated"
|
||||
}
|
||||
|
|
27
_data/chains/eip155-10200.json
Normal file
27
_data/chains/eip155-10200.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "Chiado Testnet",
|
||||
"chain": "CHI",
|
||||
"icon": "gnosis",
|
||||
"rpc": [
|
||||
"https://rpc.chiadochain.net",
|
||||
"https://rpc.eu-central-2.gateway.fm/v3/gnosis/archival/chiado"
|
||||
],
|
||||
"faucets": ["https://gnosisfaucet.com"],
|
||||
"nativeCurrency": {
|
||||
"name": "Chiado xDAI",
|
||||
"symbol": "xDAI",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.gnosischain.com",
|
||||
"shortName": "chi",
|
||||
"chainId": 10200,
|
||||
"networkId": 10200,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://blockscout.chiadochain.net",
|
||||
"icon": "blockscout",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
16
_data/chains/eip155-1707.json
Normal file
16
_data/chains/eip155-1707.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "TBSI Mainnet",
|
||||
"title": "Thai Blockchain Service Infrastructure Mainnet",
|
||||
"chain": "TBSI",
|
||||
"rpc": ["https://rpc.blockchain.or.th"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Jinda",
|
||||
"symbol": "JINDA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://blockchain.or.th",
|
||||
"shortName": "TBSI",
|
||||
"chainId": 1707,
|
||||
"networkId": 1707
|
||||
}
|
16
_data/chains/eip155-1708.json
Normal file
16
_data/chains/eip155-1708.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "TBSI Testnet",
|
||||
"title": "Thai Blockchain Service Infrastructure Testnet",
|
||||
"chain": "TBSI",
|
||||
"rpc": ["https://rpc.testnet.blockchain.or.th"],
|
||||
"faucets": ["https://faucet.blockchain.or.th"],
|
||||
"nativeCurrency": {
|
||||
"name": "Jinda",
|
||||
"symbol": "JINDA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://blockchain.or.th",
|
||||
"shortName": "tTBSI",
|
||||
"chainId": 1708,
|
||||
"networkId": 1708
|
||||
}
|
24
_data/chains/eip155-2151.json
Normal file
24
_data/chains/eip155-2151.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "BOSagora Mainnet",
|
||||
"chain": "ETH",
|
||||
"rpc": ["https://mainnet.bosagora.org", "https://rpc.bosagora.org"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BOSAGORA",
|
||||
"symbol": "BOA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.bosagora.org",
|
||||
"shortName": "boa",
|
||||
"chainId": 2151,
|
||||
"networkId": 2151,
|
||||
"icon": "agora",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "BOASCAN",
|
||||
"url": "https://boascan.io",
|
||||
"icon": "agora",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-248.json
Normal file
23
_data/chains/eip155-248.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Oasys Mainnet",
|
||||
"chain": "Oasys",
|
||||
"icon": "oasys",
|
||||
"rpc": ["https://rpc-mainnet.oasys.games"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "OAS",
|
||||
"symbol": "OAS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://oasys.games",
|
||||
"shortName": "OAS",
|
||||
"chainId": 248,
|
||||
"networkId": 248,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://explorer.oasys.games",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
24
_data/chains/eip155-420420.json
Normal file
24
_data/chains/eip155-420420.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Kekchain",
|
||||
"chain": "kek",
|
||||
"rpc": ["https://mainnet.kekchain.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "KEK",
|
||||
"symbol": "KEK",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://kekchain.com",
|
||||
"shortName": "KEK",
|
||||
"chainId": 420420,
|
||||
"networkId": 103090,
|
||||
"icon": "kek",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://mainnet-explorer.kekchain.com",
|
||||
"icon": "kek",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"name": "Kekchain",
|
||||
"name": "Kekchain (kektest)",
|
||||
"chain": "kek",
|
||||
"rpc": ["https://testnet.kekchain.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "KEK",
|
||||
"symbol": "KEK",
|
||||
"name": "tKEK",
|
||||
"symbol": "tKEK",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://kekchain.com",
|
||||
"shortName": "KEK",
|
||||
"shortName": "tKEK",
|
||||
"chainId": 420666,
|
||||
"networkId": 1,
|
||||
"icon": "kek",
|
||||
|
|
24
_data/chains/eip155-48.json
Normal file
24
_data/chains/eip155-48.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Ennothem Mainnet Proterozoic",
|
||||
"chain": "ETMP",
|
||||
"rpc": ["https://rpc.etm.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ennothem",
|
||||
"symbol": "ETMP",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://etm.network",
|
||||
"shortName": "etmp",
|
||||
"chainId": 48,
|
||||
"networkId": 48,
|
||||
"icon": "etmp",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "etmpscan",
|
||||
"url": "https://etmscan.network",
|
||||
"icon": "etmp",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
24
_data/chains/eip155-49.json
Normal file
24
_data/chains/eip155-49.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Ennothem Testnet Pioneer",
|
||||
"chain": "ETMP",
|
||||
"rpc": ["https://rpc.pioneer.etm.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ennothem",
|
||||
"symbol": "ETMP",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://etm.network",
|
||||
"shortName": "etmpTest",
|
||||
"chainId": 49,
|
||||
"networkId": 49,
|
||||
"icon": "etmp",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "etmp",
|
||||
"url": "https://pioneer.etmscan.network",
|
||||
"icon": "etmpscan",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
24
_data/chains/eip155-73.json
Normal file
24
_data/chains/eip155-73.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "FNCY",
|
||||
"chain": "FNCY",
|
||||
"rpc": ["https://fncy-seed1.fncy.world"],
|
||||
"faucets": ["https://faucet-testnet.fncy.world"],
|
||||
"nativeCurrency": {
|
||||
"name": "FNCY",
|
||||
"symbol": "FNCY",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://fncyscan.fncy.world",
|
||||
"shortName": "FNCY",
|
||||
"chainId": 73,
|
||||
"networkId": 73,
|
||||
"icon": "ethereum",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "fncy scan",
|
||||
"url": "https://fncyscan.fncy.world",
|
||||
"icon": "ethereum",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-9528.json
Normal file
23
_data/chains/eip155-9528.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "QEasyWeb3 Testnet",
|
||||
"chain": "QET",
|
||||
"rpc": ["https://qeasyweb3.com"],
|
||||
"faucets": ["http://faucet.qeasyweb3.com"],
|
||||
"nativeCurrency": {
|
||||
"name": "QET",
|
||||
"symbol": "QET",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.qeasyweb3.com",
|
||||
"shortName": "QETTest",
|
||||
"chainId": 9528,
|
||||
"networkId": 9528,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "QEasyWeb3 Explorer",
|
||||
"url": "https://www.qeasyweb3.com",
|
||||
"icon": "qetscan",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/agora.json
Normal file
8
_data/icons/agora.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmW3CT4SHmso5dRJdsjR8GL1qmt79HkdAebCn2uNaWXFYh",
|
||||
"width": 256,
|
||||
"height": 257,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/etmp.json
Normal file
8
_data/icons/etmp.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmT7DTqT1V2y42pRpt3sj9ifijfmbtkHN7D2vTfAUAS622",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/oasys.json
Normal file
8
_data/icons/oasys.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmT84suD2ZmTSraJBfeHhTNst2vXctQijNCztok9XiVcUR",
|
||||
"width": 3600,
|
||||
"height": 3600,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user