Skip to content

Commit

Permalink
Add CITRO token (#6680)
Browse files Browse the repository at this point in the history
* feat: add citro support

* fix: rename chain name

* fix: image size

* chore: prettier

---------

Co-authored-by: root <root@242406.fornex.cloud>
Co-authored-by: ligi <ligi@ligi.de>
  • Loading branch information
3 people authored Jan 30, 2025
1 parent 835e7ae commit d7a1049
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
29 changes: 29 additions & 0 deletions _data/chains/eip155-50000.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Citronus",
"chain": "Citronus",
"rpc": ["https://rpc.citronus.com"],
"faucets": [],
"nativeCurrency": {
"name": "CITRO",
"symbol": "CITRO",
"decimals": 18
},
"infoURL": "https://citronus.com",
"shortName": "citro",
"chainId": 50000,
"networkId": 50000,
"icon": "citro",
"explorers": [
{
"name": "citro",
"url": "https://explorer.citronus.com",
"icon": "citro",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "https://bridge.gelato.network/bridge/citronus" }]
}
}
8 changes: 8 additions & 0 deletions _data/icons/citro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2ws",
"width": 24,
"height": 24,
"format": "svg"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="12" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.6711 14.6611C21.2017 20.554 15.2322 24.14 9.33793 22.6708C3.44643 21.2016 -0.140321 15.2328 1.32938 9.34023C2.79804 3.44666 8.76724 -0.140008 14.6598 1.32917C20.5537 2.79835 24.1404 8.76788 22.6711 14.6611Z" fill="#FFCF00"/>
<path d="M14.2313 15.45C13.6879 15.8767 13.0143 16.0926 12.2054 16.0926C11.5618 16.0926 10.9657 15.9189 10.4148 15.574C9.86385 15.2292 9.42811 14.7454 9.10505 14.1276C8.7845 13.5098 8.62172 12.8002 8.62172 11.9988C8.62172 11.1974 8.782 10.4878 9.10505 9.86996C9.4256 9.25216 9.86385 8.76835 10.4148 8.42347C10.9657 8.0786 11.5618 7.90492 12.2054 7.90492C13.0143 7.90492 13.6879 8.11829 14.2313 8.54753C14.7723 8.97428 15.1554 9.49035 15.3758 10.0908H19.3726C19.1147 9.12563 18.6915 8.23491 18.1055 7.41366C17.517 6.59489 16.7281 5.92499 15.7364 5.40644C14.7447 4.88788 13.5677 4.62737 12.2079 4.62737C11.1936 4.62737 10.2445 4.80352 9.35799 5.1484V9.45065H5.07815C4.78014 10.2521 4.62738 11.1031 4.62738 12.0012C4.62738 13.3485 4.96296 14.5866 5.63411 15.7155C6.30526 16.8444 7.21932 17.7351 8.3763 18.3901C9.53329 19.0451 10.8105 19.3726 12.2079 19.3726C13.6053 19.3726 14.7748 19.1121 15.7765 18.5936C16.7782 18.075 17.5721 17.4051 18.1606 16.5863C18.7491 15.7676 19.1523 14.8744 19.3726 13.9117H15.3758C15.1554 14.5121 14.7748 15.0257 14.2313 15.455V15.45Z" fill="white"/>
<rect x="5.34256" y="5.40144" width="3.31768" height="3.31768" fill="white"/>
</svg>

0 comments on commit d7a1049

Please sign in to comment.