diff --git a/_data/chains/eip155-1155.json b/_data/chains/eip155-1155.json new file mode 100644 index 000000000000..334697360013 --- /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" + } +]