Merge branch 'master' into ensure_icon_json

This commit is contained in:
ligi 2023-02-06 17:21:46 +01:00 committed by GitHub
commit a618e4a449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 116 additions and 0 deletions

View 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"
}
]
}

View 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"
}
]
}

View 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"
}
]
}

View 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
View File

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

View File

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

8
_data/icons/dogs.json Normal file
View 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