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" + } +]