Skip to content

Commit 53fdd59

Browse files
Merge pull request #95 from elusiv-privacy/add-jito
Add JitoSOL and JTO
2 parents 2555e24 + fa9e2d1 commit 53fdd59

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Token.toml

+26
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,29 @@ max = 16_000_000_000
128128
# https://pyth.network/price-feeds/crypto-pyth-usd
129129
pyth_usd_price_mainnet = "nrYkQQQur7z8rYTST3G9GqATviK5SxTDkrqd21MW6Ue"
130130
pyth_usd_price_devnet = "ELF78ZhSr8u4SCixA7YSpjdZHZoSNrAhcyysbavpC2kA"
131+
132+
[[token]]
133+
symbol = "JitoSOL"
134+
# https://explorer.solana.com/address/J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn
135+
mint = "J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn"
136+
mint_devnet = "BHstKf9BVw7vv7fkKTUREARAboSh1VBmjruSWnkpyv6f"
137+
active = true
138+
decimals = 9
139+
min = 1_000
140+
max = 360_000_000_000
141+
# https://pyth.network/price-feeds/crypto-jitosol-usd
142+
pyth_usd_price_mainnet = "7yyaeuJ1GGtVBLT2z2xub5ZWYKaNhF28mj1RdV4VDFVk"
143+
pyth_usd_price_devnet = "3d4eLK2TF6UdpSjKvS5ZUnDY1uZq2sEj9Tk3cujpUaAk"
144+
145+
[[token]]
146+
symbol = "JTO"
147+
# https://explorer.solana.com/address/jtojtomepa8beP8AuQc6eXt5FriJwfFMwQx2v2f9mCL
148+
mint = "jtojtomepa8beP8AuQc6eXt5FriJwfFMwQx2v2f9mCL"
149+
mint_devnet = "7Bp5Qe1ZsFGqw8BXjFA5LaUPu8PPnCy1u1NJ9ggXADme"
150+
active = true
151+
decimals = 9
152+
min = 1_000_000
153+
max = 2_000_000_000_000
154+
# https://pyth.network/price-feeds/crypto-jto-usd
155+
pyth_usd_price_mainnet = "D8UUgr8a3aR3yUeHLu7v8FWK7E8Y5sSU7qrYBXUJXBQ5"
156+
pyth_usd_price_devnet = "29xQnTzyyuRtgJ7RtSKEgBWwRzZqtrrKmyQQ5m3x629f"

0 commit comments

Comments
 (0)