Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(hidden-hand): add market identifiers to fetch claimed amounts (#3099
Browse files Browse the repository at this point in the history
)
  • Loading branch information
0xhafa committed Dec 6, 2023
1 parent d1a3dc3 commit 02d5904
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/apps/hidden-hand/common/hidden-hand.rewards-resolver.ts
Expand Up @@ -134,12 +134,12 @@ export const PROTOCOLS: Partial<Record<Network, Record<string, PROTOCOL>>> = {
address: '0x054d189225e66438a4d88441507cfa3193fa34a2',
},
'aura-v2': {
identifier: '',
identifier: 'AURA',
name: 'Aura Market v2',
address: '0x679c5c5828367db9005fdea80faa45ae7b881791',
},
'balancer-v2': {
identifier: '',
identifier: 'BALANCER',
name: 'Balancer Market v2',
address: '0xea1aac67b6ad9005e1551a4085fffe5aef0f3f09',
},
Expand All @@ -151,12 +151,12 @@ export const PROTOCOLS: Partial<Record<Network, Record<string, PROTOCOL>>> = {
},
[Network.ARBITRUM_MAINNET]: {
'aura-v2': {
identifier: '',
identifier: 'AURA',
name: 'Aura Market v2',
address: '0x928b06229a3f4bc7806d80fe54e48e777bb74536',
},
'pendle-v2': {
identifier: '',
identifier: 'PENDLE',
name: 'Pendle Market v2',
address: '0x12ca7c85db4cd7f03704ccce2311c95895cf17f5',
},
Expand Down Expand Up @@ -195,7 +195,7 @@ export class HiddenHandRewardsResolver {
constructor(
@Inject(APP_TOOLKIT) protected readonly appToolkit: IAppToolkit,
@Inject(HiddenHandViemContractFactory) protected readonly contractFactory: HiddenHandViemContractFactory,
) {}
) { }

@Cache({
key: `studio:hidden-hand:claimable-raw-data`,
Expand Down

0 comments on commit 02d5904

Please sign in to comment.