From b0e7cecfe7d5e5a75c4911f2eca58caa7d0bc0dd Mon Sep 17 00:00:00 2001 From: normadn Date: Thu, 9 Oct 2025 14:22:00 +0200 Subject: [PATCH 1/2] eip155-757 --- _data/chains/eip155-757.json | 31 +++++++++++++++++++++++++++++++ _data/icons/capx.json | 8 ++++++++ 2 files changed, 39 insertions(+) create mode 100644 _data/chains/eip155-757.json create mode 100644 _data/icons/capx.json diff --git a/_data/chains/eip155-757.json b/_data/chains/eip155-757.json new file mode 100644 index 000000000000..0b3790d8b02a --- /dev/null +++ b/_data/chains/eip155-757.json @@ -0,0 +1,31 @@ +{ + "name": "Capx Mainnet", + "chain": "capx-mainnet", + "rpc": ["https://capx-mainnet.calderachain.xyz/http"], + "faucets": [], + "nativeCurrency": { + "name": "Capx", + "symbol": "CAPX", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://www.capx.ai/", + "shortName": "capx-mainnet", + "chainId": 757, + "networkId": 757, + "icon": "capx", + "explorers": [ + { + "name": "Capx Mainnet Caldera Explorer", + "url": "https://capx-mainnet.calderaexplorer.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/capx.json b/_data/icons/capx.json new file mode 100644 index 000000000000..7a16b9930f96 --- /dev/null +++ b/_data/icons/capx.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiacmxwys3nhfk33hx56b32wasrgsq54mq2xy52zxycskbki7kv7dy", + "width": 400, + "height": 400, + "format": "jpg" + } +] From d6e15b148cc556e9c4be70423087e05a185ab0d0 Mon Sep 17 00:00:00 2001 From: normadn Date: Thu, 9 Oct 2025 14:22:47 +0200 Subject: [PATCH 2/2] prettier --- _data/chains/eip155-757.json | 58 ++++++++++++++++++------------------ _data/icons/capx.json | 12 ++++---- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/_data/chains/eip155-757.json b/_data/chains/eip155-757.json index 0b3790d8b02a..788cbc24ad90 100644 --- a/_data/chains/eip155-757.json +++ b/_data/chains/eip155-757.json @@ -1,31 +1,31 @@ { - "name": "Capx Mainnet", - "chain": "capx-mainnet", - "rpc": ["https://capx-mainnet.calderachain.xyz/http"], - "faucets": [], - "nativeCurrency": { - "name": "Capx", - "symbol": "CAPX", - "decimals": 18 - }, - "features": [ - { - "name": "EIP155" - }, - { - "name": "EIP1559" - } - ], - "infoURL": "https://www.capx.ai/", - "shortName": "capx-mainnet", - "chainId": 757, - "networkId": 757, - "icon": "capx", - "explorers": [ - { - "name": "Capx Mainnet Caldera Explorer", - "url": "https://capx-mainnet.calderaexplorer.xyz", - "standard": "EIP3091" - } - ] + "name": "Capx Mainnet", + "chain": "capx-mainnet", + "rpc": ["https://capx-mainnet.calderachain.xyz/http"], + "faucets": [], + "nativeCurrency": { + "name": "Capx", + "symbol": "CAPX", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://www.capx.ai/", + "shortName": "capx-mainnet", + "chainId": 757, + "networkId": 757, + "icon": "capx", + "explorers": [ + { + "name": "Capx Mainnet Caldera Explorer", + "url": "https://capx-mainnet.calderaexplorer.xyz", + "standard": "EIP3091" + } + ] } diff --git a/_data/icons/capx.json b/_data/icons/capx.json index 7a16b9930f96..24a18061a94e 100644 --- a/_data/icons/capx.json +++ b/_data/icons/capx.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://bafkreiacmxwys3nhfk33hx56b32wasrgsq54mq2xy52zxycskbki7kv7dy", - "width": 400, - "height": 400, - "format": "jpg" - } + { + "url": "ipfs://bafkreiacmxwys3nhfk33hx56b32wasrgsq54mq2xy52zxycskbki7kv7dy", + "width": 400, + "height": 400, + "format": "jpg" + } ]