Skip to content

Commit

Permalink
Add exSat mainnet (#5719)
Browse files Browse the repository at this point in the history
* add exsat mainnet chainId info

* add exsat network

* update exsat info

---------

Co-authored-by: Purson <[email protected]>
  • Loading branch information
pursonc and Purson authored Oct 14, 2024
1 parent 8ae1187 commit aed47d4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
28 changes: 28 additions & 0 deletions _data/chains/eip155-7200.json
Original file line number Diff line number Diff line change
@@ -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": "" }]
}
}
8 changes: 8 additions & 0 deletions _data/icons/exsat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYZ1FjYCByj89pNiZfae2a9uTm7pJMKrzdQ1V1UKwhwNs",
"width": 1024,
"height": 1024,
"format": "png"
}
]

0 comments on commit aed47d4

Please sign in to comment.