From 32e3147736759e2718bd9d3dc08a8563971662f6 Mon Sep 17 00:00:00 2001 From: Silas Stulz Date: Thu, 18 May 2023 19:42:43 +0200 Subject: [PATCH] Add EIP155-94 (#2842) * Create eip155-94.json * Create bcts * Rename bcts to bcts.json * Update eip155-94.json * Update bcts.json * Update bcts.json * formatting eip155-94 --------- Co-authored-by: ligi --- _data/chains/eip155-94.json | 25 +++++++++++++++++++++++++ _data/icons/bcts.json | 8 ++++++++ 2 files changed, 33 insertions(+) create mode 100644 _data/chains/eip155-94.json create mode 100644 _data/icons/bcts.json diff --git a/_data/chains/eip155-94.json b/_data/chains/eip155-94.json new file mode 100644 index 00000000..4cf4e738 --- /dev/null +++ b/_data/chains/eip155-94.json @@ -0,0 +1,25 @@ +{ + "name": "SwissDLT", + "chain": "SDLT", + "rpc": ["https://rpc.swissdlt.ch"], + "faucets": [], + "nativeCurrency": { + "name": "BCTS", + "symbol": "BCTS", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://bcts.ch", + "shortName": "sdlt", + "chainId": 94, + "networkId": 94, + "icon": "bcts", + "explorers": [ + { + "name": "SwissDLT Explorer", + "url": "https://explorer.swissdlt.ch", + "icon": "bcts", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/bcts.json b/_data/icons/bcts.json new file mode 100644 index 00000000..544064d4 --- /dev/null +++ b/_data/icons/bcts.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreig7x5z4j6vh2r3pugmjnob3tmlksaekhqcgsorqzvs55o6v7ehqd4", + "width": 682, + "height": 512, + "format": "png" + } +]