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

feat(statics): add new coinfeature to identify eth rollup chain #4949

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

dpkjnr
Copy link
Contributor

@dpkjnr dpkjnr commented Sep 26, 2024

Ticket: WIN-3410

@dpkjnr dpkjnr marked this pull request as ready for review September 26, 2024 08:30
@dpkjnr dpkjnr requested review from a team as code owners September 26, 2024 08:30
@@ -287,6 +287,11 @@ export enum CoinFeature {
* This coin supports acceleration or nonce filling txn for stuck transactions for onchain wallet
*/
STUCK_TRANSACTION_MANAGEMENT_ONCHAIN = 'stuck-transaction-management-onchain',

/**
* This coin is onboarded on etheruem rollup chain
Copy link
Contributor

Choose a reason for hiding this comment

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

nit:

Suggested change
* This coin is onboarded on etheruem rollup chain
* This coin is onboarded on ethereum rollup chain

Copy link
Contributor Author

Choose a reason for hiding this comment

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

will fix it with the upcoming PR to enable it in production

@dpkjnr dpkjnr merged commit ae0b25d into master Sep 26, 2024
6 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.

2 participants