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" + } +]