Skip to content

Commit

Permalink
Merge pull request #87 from elusiv-privacy/add-new-tokens
Browse files Browse the repository at this point in the history
Add the mSOL (#84), Bonk (#83), Samo (#85) tokens into `Token.toml`.
  • Loading branch information
schradeyannik authored Jun 5, 2023
2 parents 6bd465a + 0eab385 commit c414de3
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![CI](https://github.com/elusiv-privacy/elusiv/actions/workflows/test.yaml/badge.svg)](https://github.com/elusiv-privacy/elusiv/actions/workflows/test.yaml)
[![Codecov](https://codecov.io/gh/elusiv-privacy/elusiv/branch/master/graph/badge.svg?token=E6EBAGCE0M)](https://codecov.io/gh/elusiv-privacy/elusiv)
[![dependency check](https://github.com/elusiv-privacy/elusiv/actions/workflows/audit.yaml/badge.svg)](https://github.com/elusiv-privacy/elusiv/actions/workflows/audit.yaml)
[![vkey check](https://github.com/elusiv-privacy/elusiv/actions/workflows/vkey.yaml/badge.svg)](https://github.com/elusiv-privacy/elusiv/actions/workflows/vkey.yaml)

</div>
Expand Down Expand Up @@ -83,4 +82,4 @@ Even with all measures taken to ensure its reliability, mistakes can still occur
We are not liable for any damages or losses that may result from your use of this project.
Please use this project at your own risk.

We reserve the right to modify this disclaimer at any time.
We reserve the right to modify this disclaimer at any time.
41 changes: 40 additions & 1 deletion Token.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,43 @@ min = 1_000
max = 8_000_000_000
# https://pyth.network/price-feeds/crypto-usdt-usd
pyth_usd_price_mainnet = "3vxLXJqLqF3JG5TCbYycbKWRBbCJQLxQmBGCkyqEEefL"
pyth_usd_price_devnet = "38xoQ4oeJCBrcVvca2cGk7iV1dAfrmTR1kmhSCJQ8Jto"
pyth_usd_price_devnet = "38xoQ4oeJCBrcVvca2cGk7iV1dAfrmTR1kmhSCJQ8Jto"

[[token]]
symbol = "mSOL"
# https://explorer.solana.com/address/mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So
mint = "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So"
mint_devnet = "4EnmvnhxdmMrHQeHXh5tRnhCCUJpdCjmWjrnJPr3YNzi"
active = true
decimals = 9
min = 1_000
max = 360_000_000_000
# https://pyth.network/price-feeds/crypto-msol-usd
pyth_usd_price_mainnet = "E4v1BBgoso9s64TQvmyownAVJbhbEPGyzA3qn4n46qj9"
pyth_usd_price_devnet = "9a6RNx3tCu1TSs6TBSfV2XRXEPEZXQ6WB7jRojZRvyeZ"

[[token]]
symbol = "BONK"
# https://explorer.solana.com/address/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263
mint = "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
mint_devnet = "5B2TabGvtPgV67jnyEhhSrFvTTBv4awdrPg2qxNashhm"
active = true
decimals = 5
min = 1_000_000_000 # 10K units
max = 2_000_000_000_000_000 # 20B units
# https://pyth.network/price-feeds/crypto-bonk-usd
pyth_usd_price_mainnet = "8ihFLu5FimgTQ1Unh4dVyEHUGodJ5gJQCrQf4KUVB9bN"
pyth_usd_price_devnet = "6bquU99ktV1VRiHDr8gMhDFt3kMfhCQo5nfNrg2Urvsn"

[[token]]
symbol = "SAMO"
# https://explorer.solana.com/address/7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU
mint = "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"
mint_devnet = "QcvLaJJPXCTmcBsif9DxivbHQLqqjUgcXU1F97sKoPJ"
active = true
decimals = 9
min = 100_000_000 # 0.1 units
max = 2_000_000_000_000_000 # 2M units
# https://pyth.network/price-feeds/crypto-samo-usd
pyth_usd_price_mainnet = "5wRjzrwWZG3af3FE26ZrRj3s8A3BVNyeJ9Pt9Uf2ogdf"
pyth_usd_price_devnet = "G7dySNGaxZ8y2E89aX1K6rFeBt2ZnYBqXuCu1k2Y9MEe"

0 comments on commit c414de3

Please sign in to comment.