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

feat: Balancer v2 to studio #318

Merged
merged 5 commits into from
Apr 29, 2022
Merged

feat: Balancer v2 to studio #318

merged 5 commits into from
Apr 29, 2022

Conversation

wpoulin
Copy link
Contributor

@wpoulin wpoulin commented Apr 29, 2022

Description

Migrated balancer-v2

Checklist

How to test?

arb - 0x0020c5222a24e4a96b720c06b803fb8d34adc0af
eth - 0x0020c5222a24e4a96b720c06b803fb8d34adc0af
poly - 0x53f2736fae551c998d4e72e519f1acf474264de4

@wpoulin wpoulin changed the title Balancer v2 to studio feat:Balancer v2 to studio Apr 29, 2022
@wpoulin wpoulin changed the title feat:Balancer v2 to studio feat: Balancer v2 to studio Apr 29, 2022
const { address, network, rewardTokenAddress } = opts;

const url = `https://us-west1-zapper-backend.cloudfunctions.net/balancer-v2-claimable`;
const response = await Axios.get(url, { params: { address, network, rewardTokenAddress } });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Type this please :)

// Legacy merkle redeem configurations can be found in https://github.com/balancer-labs/erc20-redeemable
// New merkle orchard configurations can be found in https://github.com/balancer-labs/frontend-v2

export type ClaimableTokenConfig = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete unused type

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll move it next to it's utilization in balancer-v2.claimables.config.ts

src/types/constant.ts Outdated Show resolved Hide resolved
@wpoulin wpoulin merged commit d582317 into main Apr 29, 2022
@wpoulin wpoulin deleted the balancer-v2-to-studio branch April 29, 2022 19:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants