From a63ab85f37a8ea71420fb814d7add16a350ee947 Mon Sep 17 00:00:00 2001 From: gfournieriExec <100280020+gfournieriExec@users.noreply.github.com> Date: Fri, 10 Mar 2023 06:36:19 +0100 Subject: [PATCH] Add iExec sidechain network (#2386) * Add iExec sidechain network * Update eip155-134.json Update latest changes for Bellecour network * update file to pass tests --------- Co-authored-by: Zied <26070035+zguesmi@users.noreply.github.com> Co-authored-by: Thomas Ricou <13215730+Miminoux@users.noreply.github.com> --- _data/chains/eip155-134.json | 24 ++++++++++++++++++++++++ _data/icons/rlc.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-134.json create mode 100644 _data/icons/rlc.json diff --git a/_data/chains/eip155-134.json b/_data/chains/eip155-134.json new file mode 100644 index 00000000..4d2fb367 --- /dev/null +++ b/_data/chains/eip155-134.json @@ -0,0 +1,24 @@ +{ + "name": "iExec Sidechain", + "chain": "Bellecour", + "icon": "rlc", + "rpc": ["https://bellecour.iex.ec"], + "faucets": [], + "nativeCurrency": { + "name": "xRLC", + "symbol": "xRLC", + "decimals": 18 + }, + "infoURL": "https://iex.ec", + "shortName": "rlc", + "chainId": 134, + "networkId": 134, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.bellecour.iex.ec", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/rlc.json b/_data/icons/rlc.json new file mode 100644 index 00000000..cf934527 --- /dev/null +++ b/_data/icons/rlc.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmUYKpVmZL4aS3TEZLG5wbrRJ6exxLiwm1rejfGYYNicfb", + "width": 155, + "height": 155, + "format": "png" + } +]