diff --git a/_data/chains/eip155-1117.json b/_data/chains/eip155-1117.json new file mode 100644 index 00000000..b49f42a5 --- /dev/null +++ b/_data/chains/eip155-1117.json @@ -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" + } + ] +} diff --git a/_data/chains/eip155-4096.json b/_data/chains/eip155-4096.json new file mode 100644 index 00000000..cd119aa9 --- /dev/null +++ b/_data/chains/eip155-4096.json @@ -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" + } + ] +} diff --git a/_data/chains/eip155-4099.json b/_data/chains/eip155-4099.json new file mode 100644 index 00000000..4edf8d6e --- /dev/null +++ b/_data/chains/eip155-4099.json @@ -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" + } + ] +} diff --git a/_data/chains/eip155-9339.json b/_data/chains/eip155-9339.json new file mode 100644 index 00000000..fb64b72a --- /dev/null +++ b/_data/chains/eip155-9339.json @@ -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" + } + ] +} diff --git a/_data/icons/bitindi.json b/_data/icons/bitindi.json new file mode 100644 index 00000000..00d76276 --- /dev/null +++ b/_data/icons/bitindi.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRAFFPiLiSgjGTs9QaZdnR9fsDgyUdTejwSxcnPXo292s", + "width": 60, + "height": 72, + "format": "png" + } +] diff --git a/_data/icons/bitindiTestnet.json b/_data/icons/bitindiTestnet.json new file mode 100644 index 00000000..00d76276 --- /dev/null +++ b/_data/icons/bitindiTestnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRAFFPiLiSgjGTs9QaZdnR9fsDgyUdTejwSxcnPXo292s", + "width": 60, + "height": 72, + "format": "png" + } +] diff --git a/_data/icons/dogs.json b/_data/icons/dogs.json new file mode 100644 index 00000000..3366484d --- /dev/null +++ b/_data/icons/dogs.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3", + "width": 160, + "height": 171, + "format": "png" + } +] diff --git a/_data/iconsDownload/QmRAFFPiLiSgjGTs9QaZdnR9fsDgyUdTejwSxcnPXo292s b/_data/iconsDownload/QmRAFFPiLiSgjGTs9QaZdnR9fsDgyUdTejwSxcnPXo292s new file mode 100644 index 00000000..2b78de77 Binary files /dev/null and b/_data/iconsDownload/QmRAFFPiLiSgjGTs9QaZdnR9fsDgyUdTejwSxcnPXo292s differ diff --git a/_data/iconsDownload/QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3 b/_data/iconsDownload/QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3 new file mode 100644 index 00000000..5a5682d3 Binary files /dev/null and b/_data/iconsDownload/QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3 differ