diff --git a/_data/chains/eip155-1170.json b/_data/chains/eip155-1170.json new file mode 100644 index 00000000..38c4dc3b --- /dev/null +++ b/_data/chains/eip155-1170.json @@ -0,0 +1,24 @@ +{ + "name": "Origin Testnet", + "chain": "Origin", + "rpc": ["https://json-rpc.origin.uptick.network"], + "faucets": [], + "nativeCurrency": { + "name": "Origin", + "symbol": "UOC", + "decimals": 18 + }, + "infoURL": "https://www.uptick.network", + "shortName": "auoc", + "chainId": 1170, + "networkId": 1170, + "icon": "origin", + "explorers": [ + { + "name": "Origin Explorer", + "url": "https://evm-explorer.origin.uptick.network", + "icon": "origin", + "standard": "none" + } + ] +} diff --git a/_data/icons/origin.json b/_data/icons/origin.json new file mode 100644 index 00000000..39bd2d3f --- /dev/null +++ b/_data/icons/origin.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRGJ6PqYHDTWuUQ6xfnK8S82NzRXiMjTnSGat9qtLuaLP", + "width": 400, + "height": 400, + "format": "png" + } +]