Skip to content

Commit

Permalink
add PSOL rewarders (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
kAsky53 authored Sep 10, 2022
1 parent 7eac83f commit d40147d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/config/Rewarders.toml
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,29 @@ address = "Euv9QFYjjPVzF56Pvp8aUZisAnU465oKEfn858apHmsf"
color = "#59FF04"
description = "Get FUXD"
website = "https://2xd.fi/"

[[rewarders]]
id = "parasol"
name = "Parasol Finance"
networks = ["mainnet-beta"]
address = "CWbKCRhEgqEvPvS1cdDYuMsRayn19YMeYVbUV5vhHV2m"
color = "#7939FF"
description = "The First Community Governed IDO Platform"
website = "https://parasol.finance"

[rewarders.redeemer]
underlyingToken = "Hmatmu1ktLbobSvim94mfpZmjL5iiyoM1zidtXJRAdLZ"
method = "parasol"

[[rewarders]]
id = "parasol-devnet"
name = "Parasol Finance"
networks = ["devnet"]
address = "CWbKCRhEgqEvPvS1cdDYuMsRayn19YMeYVbUV5vhHV2m"
color = "#7939FF"
description = "The First Community Governed IDO Platform"
website = "https://parasol.finance"

[rewarders.redeemer]
underlyingToken = "HK3Q8SJYiV1kLo3b6vfwLnL45nhunnt4kSBVQNa3Z28J"
method = "parasol-devnet"

0 comments on commit d40147d

Please sign in to comment.