Skip to content

Commit

Permalink
Add vSOL and The Vault (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao authored Mar 27, 2024
1 parent 8dd982d commit e7aea1d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion config/Sources.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,12 @@ name = "EUROe"
website = "https://euroe.com/"
description = "EUROe is a full-backed euro stablecoin."
risksURL = "https://www.euroe.com/due-diligence-resources"
iconURL = "https://dev.euroe.com/persistent/token-icon/png/256x256.png"
iconURL = "https://dev.euroe.com/persistent/token-icon/png/256x256.png"

[vault]
auditors = []
name = "The Vault"
website = "https://thevault.finance"
description = "The Vault is a Solana stake pool focused on supporting validators that are committed to decentralization and the long-term success of the Solana network."
risksURL = "https://thevault.finance/"
iconURL = "https://thevault.finance/"
5 changes: 5 additions & 0 deletions config/assets/Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -537,3 +537,8 @@ coingeckoId = "solana"
market = "USD"
source = "midas"
coingeckoId = "midas-token"

[mainnet.vSoLxydx6akxyMD9XEcPvGYNGq6Nn66oqVb3UkGkei7]
market = "SOL"
source = "vault"
coingeckoId = "solana" # TODO: update when on coingecko
3 changes: 3 additions & 0 deletions config/pools/Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -445,3 +445,6 @@ swapAccount = "ercAoEmXjQzEvAFbdjAo81KtMxRGn9AW1ju882upmPH"

[mainnet.mds]
swapAccount = "HDSBGqAuMRr6X2AfmmbXQPpRgU6VEhtfNVVZ3wUTZXg"

[mainnet.vsol]
swapAccount = "C2ypsDADXcCRz8HbV2zX1AXPSja7a1P3xZtRC91xGhJh"

0 comments on commit e7aea1d

Please sign in to comment.