Skip to content

Commit

Permalink
Add cytonic chains (#6274)
Browse files Browse the repository at this point in the history
* Add cytonic chains

* Add cytonic imgs to download

* Remove l2 chain

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
GooGrand and ligi authored Nov 28, 2024
1 parent 7fd40ec commit cde9e55
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-52225.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Cytonic Testnet",
"chain": "Cytonic",
"rpc": ["http://rpc.sl.testnet.cytonic.com"],
"faucets": [],
"nativeCurrency": {
"name": "Cytonic",
"symbol": "CCC",
"decimals": 18
},
"infoURL": "https://cytonic.com",
"shortName": "CTS",
"chainId": 52225,
"networkId": 52225,
"icon": "cytonic_l1",
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.sl.testnet.cytonic.com",
"icon": "cytonic_l1",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/cytonic_l1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmWASoRS8k7YspDLiwz5xfpusBtqHwy5hR5B9NynGx8HGt",
"width": 326,
"height": 326,
"format": "png"
}
]
Binary file not shown.

0 comments on commit cde9e55

Please sign in to comment.