Skip to content

Commit

Permalink
Updating incentivized pools (#3464)
Browse files Browse the repository at this point in the history
* making correct variables mandated to generate call data

* updating docs

* additional unit test

* updating incentivized pools

* constants

* constants
  • Loading branch information
Defi-Moses authored Dec 16, 2024
1 parent 81e4d56 commit ff03881
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/synapse-constants/src/constants/tokens/poolMaster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ export const CANTO_POOL_SWAP_TOKEN = new Token({
display: true,
priorityRank: 6,
chainId: CHAINS.CANTO.id,
incentivized: true,
incentivized: false,
miniChefAddress: MINICHEF_ADDRESSES[CHAINS.CANTO.id],
})

Expand Down Expand Up @@ -522,7 +522,7 @@ export const CANTO_WRAPPER_POOL_SWAP_TOKEN = new Token({
priorityPool: true,
priorityRank: 6,
chainId: CHAINS.CANTO.id,
incentivized: true,
incentivized: false,
miniChefAddress: MINICHEF_ADDRESSES[CHAINS.CANTO.id],
})

Expand Down
4 changes: 2 additions & 2 deletions packages/synapse-interface/constants/tokens/poolMaster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ export const CANTO_POOL_SWAP_TOKEN = new Token({
display: true,
priorityRank: 6,
chainId: CHAINS.CANTO.id,
incentivized: true,
incentivized: false,
miniChefAddress: MINICHEF_ADDRESSES[CHAINS.CANTO.id],
})

Expand Down Expand Up @@ -523,7 +523,7 @@ export const CANTO_WRAPPER_POOL_SWAP_TOKEN = new Token({
priorityPool: true,
priorityRank: 6,
chainId: CHAINS.CANTO.id,
incentivized: true,
incentivized: false,
miniChefAddress: MINICHEF_ADDRESSES[CHAINS.CANTO.id],
})

Expand Down

0 comments on commit ff03881

Please sign in to comment.