From 1d2fc4010e5a09598751712dd0470b1e16b88384 Mon Sep 17 00:00:00 2001 From: normadn Date: Thu, 10 Apr 2025 21:08:30 +0200 Subject: [PATCH 1/2] st specs and icon --- _data/chains/eip155-1217.json | 31 +++++++++++++++++++++++++++++++ _data/icons/spaceandtime.json | 8 ++++++++ 2 files changed, 39 insertions(+) create mode 100644 _data/chains/eip155-1217.json create mode 100644 _data/icons/spaceandtime.json diff --git a/_data/chains/eip155-1217.json b/_data/chains/eip155-1217.json new file mode 100644 index 000000000000..87d6ddced27f --- /dev/null +++ b/_data/chains/eip155-1217.json @@ -0,0 +1,31 @@ +{ + "name": "Space and Time", + "chain": "spaceandtime", + "rpc": ["https://spaceandtime.calderachain.xyz/http"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://www.spaceandtime.io", + "shortName": "spaceandtime", + "chainId": 1217, + "networkId": 1217, + "icon": "spaceandtime", + "explorers": [ + { + "name": "Space and Time Caldera Explorer", + "url": "https://spaceandtime.calderaexplorer.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/spaceandtime.json b/_data/icons/spaceandtime.json new file mode 100644 index 000000000000..569a2440f4b3 --- /dev/null +++ b/_data/icons/spaceandtime.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreid7fdenhizlg63rja5df5pwlrthhijpofnfrdz7vjkdg25kqyawqa", + "width": 1564, + "height": 1622, + "format": "avif" + } +] From f4b37b11a3682c8160c86a88141b698383cb19e1 Mon Sep 17 00:00:00 2001 From: normadn Date: Thu, 10 Apr 2025 21:15:24 +0200 Subject: [PATCH 2/2] st png logo --- _data/icons/spaceandtime.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/icons/spaceandtime.json b/_data/icons/spaceandtime.json index 569a2440f4b3..6f3b48882cd1 100644 --- a/_data/icons/spaceandtime.json +++ b/_data/icons/spaceandtime.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://bafkreid7fdenhizlg63rja5df5pwlrthhijpofnfrdz7vjkdg25kqyawqa", + "url": "ipfs://bafkreiffazfioqqvvvkslih2yyrj26gy7ku77ax64zazfti24xnsqmal3e", "width": 1564, "height": 1622, - "format": "avif" + "format": "png" } ]