Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve(ConfigStoreClient): Remove deprecated transferThreshold variable from config store #388

Merged
merged 6 commits into from
Sep 20, 2023

Conversation

nicholaspai
Copy link
Member

@nicholaspai nicholaspai commented Sep 13, 2023

Copy link
Contributor

@pxrl pxrl left a comment

Choose a reason for hiding this comment

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

LGTM - nice cleanup.

src/contracts/acrossConfigStore.e2e.ts Show resolved Hide resolved
Copy link
Contributor

@james-a-morris james-a-morris left a comment

Choose a reason for hiding this comment

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

Left a nit regarding what we're testing for

@nicholaspai nicholaspai force-pushed the npai/transfer-threshold-removal branch from 03fcf2b to d6e8ba8 Compare September 19, 2023 18:31
package.json Outdated
"version": "0.15.22",
"version": "0.15.23",
Copy link
Contributor

Choose a reason for hiding this comment

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

This should probably be a bump in the minor, given that we're deprecating something.

@@ -3,8 +3,7 @@ import { RateModelDictionary } from "../lpFeeCalculator/rateModel";
import { SortableEvent } from "./Common";

export interface ParsedTokenConfig {
transferThreshold: string;
rateModel: RateModelDictionary;
rateModel: across.rateModel.RateModelDictionary;
Copy link
Contributor

Choose a reason for hiding this comment

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

I suspect this might be a bad merge - we don't import across from the UMA SDK anymore.

Suggested change
rateModel: across.rateModel.RateModelDictionary;
rateModel: RateModelDictionary;

@nicholaspai nicholaspai merged commit 7d92d7d into master Sep 20, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants