Skip to content

Commit

Permalink
Fix vault config
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Aug 3, 2024
1 parent 0147bcf commit 81c7fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vault-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class VaultConfig {
this.boostAddresses = new Array<string>()
this.rewardPoolsAddresses = new Array<string>()

if (underlyingPlatform === PLATFORM_BEEFY_CLM) {
if (underlyingPlatform === PLATFORM_BEEFY_CLM || underlyingPlatform === PLATFORM_BEEFY_CLM_VAULT) {
for (let i = 0; i < boostsOrRewardPools.length; i++) {
this.rewardPoolsAddresses.push(boostsOrRewardPools[i])
}
Expand Down

0 comments on commit 81c7fe4

Please sign in to comment.