From 82341865d40bbe4876db9b40ce288e5d0c9202e8 Mon Sep 17 00:00:00 2001 From: Zion <67903793+zlog-in@users.noreply.github.com> Date: Tue, 15 Aug 2023 23:15:54 +0200 Subject: [PATCH] add Orderly testnet (#3328) * add Orderly testnet * successful run locally * fixed json format issue * add new line at the end of file * remove l2 info * add newline at the end of icon json file * reformatted icon json file --------- Co-authored-by: ligi --- _data/chains/eip155-4460.json | 24 ++++++++++++++++++++++++ _data/icons/orderlyTestnet.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-4460.json create mode 100644 _data/icons/orderlyTestnet.json diff --git a/_data/chains/eip155-4460.json b/_data/chains/eip155-4460.json new file mode 100644 index 000000000000..b037cee76e91 --- /dev/null +++ b/_data/chains/eip155-4460.json @@ -0,0 +1,24 @@ +{ + "name": "Orderly Sepolia Testnet", + "chain": "ETH", + "rpc": ["https://l2-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "www.orderly.network", + "shortName": "orderlyl2", + "chainId": 4460, + "networkId": 4460, + "icon": "orderlyTestnet", + "explorers": [ + { + "name": "basescout", + "url": "https://explorerl2new-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/orderlyTestnet.json b/_data/icons/orderlyTestnet.json new file mode 100644 index 000000000000..5d66c63b3f1f --- /dev/null +++ b/_data/icons/orderlyTestnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmSpwp3RAVhZsErAQrCQxEmjnGqJQMigarzZbfqr9Ktakb", + "width": 512, + "height": 512, + "format": "png" + } +]