Skip to content

Commit

Permalink
Merge pull request #95 from elusiv-privacy/add-jito
Browse files Browse the repository at this point in the history
Add JitoSOL and JTO
  • Loading branch information
schradeyannik authored Dec 9, 2023
2 parents 2555e24 + fa9e2d1 commit 53fdd59
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Token.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,29 @@ max = 16_000_000_000
# https://pyth.network/price-feeds/crypto-pyth-usd
pyth_usd_price_mainnet = "nrYkQQQur7z8rYTST3G9GqATviK5SxTDkrqd21MW6Ue"
pyth_usd_price_devnet = "ELF78ZhSr8u4SCixA7YSpjdZHZoSNrAhcyysbavpC2kA"

[[token]]
symbol = "JitoSOL"
# https://explorer.solana.com/address/J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn
mint = "J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn"
mint_devnet = "BHstKf9BVw7vv7fkKTUREARAboSh1VBmjruSWnkpyv6f"
active = true
decimals = 9
min = 1_000
max = 360_000_000_000
# https://pyth.network/price-feeds/crypto-jitosol-usd
pyth_usd_price_mainnet = "7yyaeuJ1GGtVBLT2z2xub5ZWYKaNhF28mj1RdV4VDFVk"
pyth_usd_price_devnet = "3d4eLK2TF6UdpSjKvS5ZUnDY1uZq2sEj9Tk3cujpUaAk"

[[token]]
symbol = "JTO"
# https://explorer.solana.com/address/jtojtomepa8beP8AuQc6eXt5FriJwfFMwQx2v2f9mCL
mint = "jtojtomepa8beP8AuQc6eXt5FriJwfFMwQx2v2f9mCL"
mint_devnet = "7Bp5Qe1ZsFGqw8BXjFA5LaUPu8PPnCy1u1NJ9ggXADme"
active = true
decimals = 9
min = 1_000_000
max = 2_000_000_000_000
# https://pyth.network/price-feeds/crypto-jto-usd
pyth_usd_price_mainnet = "D8UUgr8a3aR3yUeHLu7v8FWK7E8Y5sSU7qrYBXUJXBQ5"
pyth_usd_price_devnet = "29xQnTzyyuRtgJ7RtSKEgBWwRzZqtrrKmyQQ5m3x629f"

0 comments on commit 53fdd59

Please sign in to comment.