From aed47d4a28c0d361db768f8a8e0c2c6d5786bf1d Mon Sep 17 00:00:00 2001 From: Purson <185297167@qq.com> Date: Mon, 14 Oct 2024 19:33:58 +0800 Subject: [PATCH] Add exSat mainnet (#5719) * add exsat mainnet chainId info * add exsat network * update exsat info --------- Co-authored-by: Purson --- _data/chains/eip155-7200.json | 28 ++++++++++++++++++++++++++++ _data/icons/exsat.json | 8 ++++++++ 2 files changed, 36 insertions(+) create mode 100644 _data/chains/eip155-7200.json create mode 100644 _data/icons/exsat.json diff --git a/_data/chains/eip155-7200.json b/_data/chains/eip155-7200.json new file mode 100644 index 000000000000..94f79bffb8d4 --- /dev/null +++ b/_data/chains/eip155-7200.json @@ -0,0 +1,28 @@ +{ + "name": "exSat Network", + "chain": "exSat", + "icon": "exsat", + "rpc": ["https://evm.exsat.network"], + "faucets": [], + "nativeCurrency": { + "name": "BTC", + "symbol": "BTC", + "decimals": 18 + }, + "infoURL": "https://exsat.network/", + "shortName": "xsat", + "chainId": 7200, + "networkId": 7200, + "explorers": [ + { + "name": "exSat Explorer", + "url": "https://scan.exsat.network", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "" }] + } +} diff --git a/_data/icons/exsat.json b/_data/icons/exsat.json new file mode 100644 index 000000000000..b131ad6abd21 --- /dev/null +++ b/_data/icons/exsat.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYZ1FjYCByj89pNiZfae2a9uTm7pJMKrzdQ1V1UKwhwNs", + "width": 1024, + "height": 1024, + "format": "png" + } +]