mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Merge branch 'master' into ensure_icon_json
This commit is contained in:
commit
a618e4a449
23
_data/chains/eip155-1117.json
Normal file
23
_data/chains/eip155-1117.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Dogcoin Mainnet",
|
||||
"chain": "DOGS",
|
||||
"icon": "dogs",
|
||||
"rpc": ["https://mainnet-rpc.dogcoin.network"],
|
||||
"faucets": ["https://faucet.dogcoin.network"],
|
||||
"nativeCurrency": {
|
||||
"name": "Dogcoin",
|
||||
"symbol": "DOGS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://dogcoin.network",
|
||||
"shortName": "DOGSm",
|
||||
"chainId": 1117,
|
||||
"networkId": 1117,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Dogcoin",
|
||||
"url": "https://explorer.dogcoin.network",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-4096.json
Normal file
23
_data/chains/eip155-4096.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Bitindi Testnet",
|
||||
"chain": "BNI",
|
||||
"icon": "bitindiTestnet",
|
||||
"rpc": ["https://testnet-rpc.bitindi.org"],
|
||||
"faucets": ["https://faucet.bitindi.org"],
|
||||
"nativeCurrency": {
|
||||
"name": "BNI",
|
||||
"symbol": "$BNI",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://bitindi.org",
|
||||
"shortName": "BNIt",
|
||||
"chainId": 4096,
|
||||
"networkId": 4096,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Bitindi",
|
||||
"url": "https://testnet.bitindiscan.com",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-4099.json
Normal file
23
_data/chains/eip155-4099.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Bitindi Mainnet",
|
||||
"chain": "BNI",
|
||||
"icon": "bitindi",
|
||||
"rpc": ["https://mainnet-rpc.bitindi.org"],
|
||||
"faucets": ["https://faucet.bitindi.org"],
|
||||
"nativeCurrency": {
|
||||
"name": "BNI",
|
||||
"symbol": "$BNI",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://bitindi.org",
|
||||
"shortName": "BNIm",
|
||||
"chainId": 4099,
|
||||
"networkId": 4099,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Bitindi",
|
||||
"url": "https://bitindiscan.com",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-9339.json
Normal file
23
_data/chains/eip155-9339.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Dogcoin Testnet",
|
||||
"chain": "DOGS",
|
||||
"icon": "dogs",
|
||||
"rpc": ["https://testnet-rpc.dogcoin.network"],
|
||||
"faucets": ["https://faucet.dogcoin.network"],
|
||||
"nativeCurrency": {
|
||||
"name": "Dogcoin",
|
||||
"symbol": "DOGS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://dogcoin.network",
|
||||
"shortName": "DOGSt",
|
||||
"chainId": 9339,
|
||||
"networkId": 9339,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Dogcoin",
|
||||
"url": "https://testnet.dogcoin.network",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/bitindi.json
Normal file
8
_data/icons/bitindi.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmRAFFPiLiSgjGTs9QaZdnR9fsDgyUdTejwSxcnPXo292s",
|
||||
"width": 60,
|
||||
"height": 72,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/bitindiTestnet.json
Normal file
8
_data/icons/bitindiTestnet.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmRAFFPiLiSgjGTs9QaZdnR9fsDgyUdTejwSxcnPXo292s",
|
||||
"width": 60,
|
||||
"height": 72,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/dogs.json
Normal file
8
_data/icons/dogs.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3",
|
||||
"width": 160,
|
||||
"height": 171,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Loading…
Reference in New Issue
Block a user