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

Remove gasEstimater and related code #553

Merged

Conversation

danielailie
Copy link
Contributor

No description provided.

@danielailie danielailie self-assigned this Dec 17, 2024
@danielailie danielailie changed the base branch from main to TOOL-407-update-address-to-follow-specs December 17, 2024 13:55
andreibancioiu
andreibancioiu previously approved these changes Dec 17, 2024
popenta
popenta previously approved these changes Dec 17, 2024
constructor(options: { config: IConfig }) {
this.config = options.config;
this.tokenComputer = new TokenComputer();
this.tokenTransfersDataBuilder = new TokenTransfersDataBuilder();
}

private ensureConfigIsDefined() {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this can be removed since now the only way to use the factory is to instantiate it with a config

Base automatically changed from TOOL-407-update-address-to-follow-specs to feat/next December 18, 2024 09:29
@danielailie danielailie dismissed stale reviews from popenta and andreibancioiu December 18, 2024 09:29

The base branch was changed.

@danielailie danielailie merged commit d482a67 into feat/next Dec 18, 2024
2 checks passed
@danielailie danielailie deleted the TOOL-408-remove-i-gas-estimater-and-related-code branch December 18, 2024 09:32
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