Skip to content

Commit

Permalink
add slerf chain mainnet (#5987)
Browse files Browse the repository at this point in the history
* add slerf chain

* fix error

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
TomorrowLsn and ligi authored Oct 13, 2024
1 parent b5763f1 commit a1f346a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-918.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "SlerfChain Mainnet",
"title": "SlerfChain Mainnet",
"chain": "SLERF CHAIN",
"rpc": ["https://rpc.slerfchain.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "WSLERF",
"symbol": "WSLERF",
"decimals": 18
},
"infoURL": "https://slerfchain.xyz",
"shortName": "SlerfChain-Mainnet",
"chainId": 918,
"networkId": 918,
"icon": "slerf",
"explorers": [
{
"name": "SlerfChain Scan",
"url": "https://scan.slerfchain.xyz",
"icon": "slerf",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/slerf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdDeCjjYSG5FEAxzAuERXnS3AbeZvqSFVTn9x7UbrQeuT",
"width": 800,
"height": 800,
"format": "png"
}
]
Binary file not shown.

0 comments on commit a1f346a

Please sign in to comment.