diff --git a/_data/chains/eip155-906.json b/_data/chains/eip155-906.json new file mode 100644 index 000000000000..7853a832d7e7 --- /dev/null +++ b/_data/chains/eip155-906.json @@ -0,0 +1,26 @@ +{ + "name": "IP Chain", + "chain": "IPC", + "icon": "ipchain", + "rpc": [ + "https://ipchain.ai/rpc", + "https://openlicense.ai/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "IP Royalty Coin", + "symbol": "IPR", + "decimals": 18 + }, + "infoURL": "https://ipchain.ai", + "shortName": "ipc", + "chainId": 906, + "networkId": 906, + "explorers": [ + { + "name": "ipchain", + "url": "https://ipchain.ai", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-907.json b/_data/chains/eip155-907.json new file mode 100644 index 000000000000..a65a1cf01d11 --- /dev/null +++ b/_data/chains/eip155-907.json @@ -0,0 +1,31 @@ +{ + "name": "IP TestChain", + "chain": "IPCT", + "icon": "ipchain", + "rpc": [ + "https://test.ipchain.ai/rpc", + "https://test.openlicense.ai/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "IP Royalty TCoin", + "symbol": "IPRT", + "decimals": 18 + }, + "infoURL": "https://ipchain.ai", + "shortName": "ipc", + "chainId": 906, + "networkId": 906, + "explorers": [ + { + "name": "ipchain", + "url": "https://ipchain.ai", + "standard": "none" + }, + { + "name": "openlicense", + "url": "https://blockchain.openlicense.ai", + "standard": "none" + } + ] +} diff --git a/_data/icons/ipchain.json b/_data/icons/ipchain.json new file mode 100644 index 000000000000..b959e5d183f2 --- /dev/null +++ b/_data/icons/ipchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQfRMzdZGaRaPT4qTRuNcDbSWDuBFJeXcBgADprkKDqJ3", + "width": 256, + "height": 256, + "format": "png" + } +]