Skip to content

Commit

Permalink
Merge pull request #89 from elusiv-privacy/add-ray-token
Browse files Browse the repository at this point in the history
add ray token
  • Loading branch information
schradeyannik authored Aug 22, 2023
2 parents 4d5c17d + ff79422 commit b26f80d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Token.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,16 @@ max = 15_000_000_000
# https://pyth.network/price-feeds/crypto-orca-usd
pyth_usd_price_mainnet = "4ivThkX8uRxBpHsdWSqyXYihzKF3zpRGAUCqyuagnLoV"
pyth_usd_price_devnet = "A1WttWF7X3Rg6ZRpB2YQUFHCRh1kiXV8sKKLV3S9neJV"

[[token]]
symbol = "RAY"
# https://explorer.solana.com/address/4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R
mint = "4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R"
mint_devnet = "4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R"
active = true
decimals = 6
min = 1_000_000
max = 50_000_000_000
# https://pyth.network/price-feeds/crypto-ray-usd
pyth_usd_price_mainnet = "AnLf8tVYCM816gmBjiy8n53eXKKEDydT5piYjjQDPgTB"
pyth_usd_price_devnet = "EhgAdTrgxi4ZoVZLQx1n93vULucPpiFi2BQtz9RJr1y6"

0 comments on commit b26f80d

Please sign in to comment.