From 63698904b68f4d0e97ff8e34e479c96d2505a67b Mon Sep 17 00:00:00 2001 From: normadn Date: Thu, 9 Oct 2025 14:00:38 +0200 Subject: [PATCH 1/3] eip-155-1155 --- _data/chains/eip155-1155.json | 39 +++++++++++++++++++++++++++++++++++ _data/icons/intuition.json | 8 +++++++ 2 files changed, 47 insertions(+) create mode 100644 _data/chains/eip155-1155.json create mode 100644 _data/icons/intuition.json diff --git a/_data/chains/eip155-1155.json b/_data/chains/eip155-1155.json new file mode 100644 index 000000000000..d0d7785f81c3 --- /dev/null +++ b/_data/chains/eip155-1155.json @@ -0,0 +1,39 @@ +{ + "name": "Intuition", + "chain": "intuition", + "rpc": [ + "https://rpc.intuition.systems", + "https://intuition.calderachain.xyz/http" + ], + "faucets": [], + "nativeCurrency": { + "name": "TRUST", + "symbol": "TRUST", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://www.intuition.systems/", + "shortName": "intuition", + "chainId": 1155, + "networkId": 1155, + "icon": "intuition", + "explorers": [ + { + "name": "Intuition Explorer", + "url": "https://explorer.intuition.systems/", + "standard": "EIP3091" + }, + { + "name": "Intuition Caldera Explorer", + "url": "https://intuition.calderaexplorer.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/intuition.json b/_data/icons/intuition.json new file mode 100644 index 000000000000..2f738e9f0fe4 --- /dev/null +++ b/_data/icons/intuition.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreihpglfdc2lwbrtbyfwl2ool4kvmibxi42uqmiprpgohwcpsm5lzda", + "width": 200, + "height": 200, + "format": "png" + } +] From dcca6bdd4ad5466ef04e2cf65d0e421197d88a58 Mon Sep 17 00:00:00 2001 From: normadn Date: Thu, 9 Oct 2025 14:07:07 +0200 Subject: [PATCH 2/3] remove slash at end --- _data/chains/eip155-1155.json | 74 +++++++++++++++++------------------ 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/_data/chains/eip155-1155.json b/_data/chains/eip155-1155.json index d0d7785f81c3..20f064d10d39 100644 --- a/_data/chains/eip155-1155.json +++ b/_data/chains/eip155-1155.json @@ -1,39 +1,39 @@ { - "name": "Intuition", - "chain": "intuition", - "rpc": [ - "https://rpc.intuition.systems", - "https://intuition.calderachain.xyz/http" - ], - "faucets": [], - "nativeCurrency": { - "name": "TRUST", - "symbol": "TRUST", - "decimals": 18 - }, - "features": [ - { - "name": "EIP155" - }, - { - "name": "EIP1559" - } - ], - "infoURL": "https://www.intuition.systems/", - "shortName": "intuition", - "chainId": 1155, - "networkId": 1155, - "icon": "intuition", - "explorers": [ - { - "name": "Intuition Explorer", - "url": "https://explorer.intuition.systems/", - "standard": "EIP3091" - }, - { - "name": "Intuition Caldera Explorer", - "url": "https://intuition.calderaexplorer.xyz", - "standard": "EIP3091" - } - ] + "name": "Intuition", + "chain": "intuition", + "rpc": [ + "https://rpc.intuition.systems", + "https://intuition.calderachain.xyz/http" + ], + "faucets": [], + "nativeCurrency": { + "name": "TRUST", + "symbol": "TRUST", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://www.intuition.systems", + "shortName": "intuition", + "chainId": 1155, + "networkId": 1155, + "icon": "intuition", + "explorers": [ + { + "name": "Intuition Explorer", + "url": "https://explorer.intuition.systems", + "standard": "EIP3091" + }, + { + "name": "Intuition Caldera Explorer", + "url": "https://intuition.calderaexplorer.xyz", + "standard": "EIP3091" + } + ] } From 64f1ae9d66a35cad18596fbef974589ede9621a3 Mon Sep 17 00:00:00 2001 From: normadn Date: Thu, 9 Oct 2025 14:08:15 +0200 Subject: [PATCH 3/3] run prettier --- _data/chains/eip155-1155.json | 74 +++++++++++++++++------------------ 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/_data/chains/eip155-1155.json b/_data/chains/eip155-1155.json index 20f064d10d39..334697360013 100644 --- a/_data/chains/eip155-1155.json +++ b/_data/chains/eip155-1155.json @@ -1,39 +1,39 @@ { - "name": "Intuition", - "chain": "intuition", - "rpc": [ - "https://rpc.intuition.systems", - "https://intuition.calderachain.xyz/http" - ], - "faucets": [], - "nativeCurrency": { - "name": "TRUST", - "symbol": "TRUST", - "decimals": 18 - }, - "features": [ - { - "name": "EIP155" - }, - { - "name": "EIP1559" - } - ], - "infoURL": "https://www.intuition.systems", - "shortName": "intuition", - "chainId": 1155, - "networkId": 1155, - "icon": "intuition", - "explorers": [ - { - "name": "Intuition Explorer", - "url": "https://explorer.intuition.systems", - "standard": "EIP3091" - }, - { - "name": "Intuition Caldera Explorer", - "url": "https://intuition.calderaexplorer.xyz", - "standard": "EIP3091" - } - ] + "name": "Intuition", + "chain": "intuition", + "rpc": [ + "https://rpc.intuition.systems", + "https://intuition.calderachain.xyz/http" + ], + "faucets": [], + "nativeCurrency": { + "name": "TRUST", + "symbol": "TRUST", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://www.intuition.systems", + "shortName": "intuition", + "chainId": 1155, + "networkId": 1155, + "icon": "intuition", + "explorers": [ + { + "name": "Intuition Explorer", + "url": "https://explorer.intuition.systems", + "standard": "EIP3091" + }, + { + "name": "Intuition Caldera Explorer", + "url": "https://intuition.calderaexplorer.xyz", + "standard": "EIP3091" + } + ] }