From e096e4c785943317cab063cc0bfef743fbc7e317 Mon Sep 17 00:00:00 2001 From: Tim Baldwin Date: Sat, 14 May 2022 09:23:50 -0400 Subject: [PATCH] Adding L2 Boba networks --- _data/chains/eip155-1294.json | 21 +++++++++++++++++++++ _data/chains/eip155-1297.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 _data/chains/eip155-1294.json create mode 100644 _data/chains/eip155-1297.json diff --git a/_data/chains/eip155-1294.json b/_data/chains/eip155-1294.json new file mode 100644 index 00000000..6583870c --- /dev/null +++ b/_data/chains/eip155-1294.json @@ -0,0 +1,21 @@ +{ + "name": "Bobabeam", + "chain": "MOON", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Glimmer", + "symbol": "GLMR", + "decimals": 18 + }, + "infoURL": "https://docs.boba.network/for-developers/network-moonbeam", + "shortName": "bobabeam", + "chainId": 1294, + "networkId": 1294, + "explorers": [], + "parent": { + "type" : "L2", + "chain": "eip155-1285", + "bridges": [] + } +} \ No newline at end of file diff --git a/_data/chains/eip155-1297.json b/_data/chains/eip155-1297.json new file mode 100644 index 00000000..b14ceaca --- /dev/null +++ b/_data/chains/eip155-1297.json @@ -0,0 +1,28 @@ +{ + "name": "Bobabase", + "chain": "MOON", + "rpc": [ + "https://bobabase.boba.network", + "wss://wss.bobabase.boba.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "Dev", + "symbol": "DEV", + "decimals": 18 + }, + "infoURL": "https://docs.boba.network/for-developers/network-moonbeam", + "shortName": "bobabase", + "chainId": 1297, + "networkId": 1297, + "explorers": [{ + "name": "Blockscout", + "url": "https://blockexplorer.bobabase.boba.network/", + "standard": "none" + }], + "parent": { + "type" : "L2", + "chain": "eip155-1287", + "bridges": [ {"url":"https://gateway.bobabase.boba.network/"} ] +} +} \ No newline at end of file