-
Notifications
You must be signed in to change notification settings - Fork 12
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: ignores gasCurrency when passed to the config #198
Conversation
🦋 Changeset detectedLatest commit: 4791daa The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
) | ||
if (gasCurrency) { | ||
ux.warn( | ||
`\nSetting a default gasCurrency has been removed from the config, you may still use the --gasCurrency on every command.\nDid you value this feature a lot and would like to see it back? Let us know at ${chalk.cyan( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thanks!
67568e0
to
e5cf38a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beaut
Following the discussion we had, this:
config:set
but prints a warning linking to a discussionStrongAddress | 'CELO'
type toStrongAddress
asCELO
is the default if no flag is passedconfig:set
packages/cli/src/transfer-stable-base.ts
to use the kit.connection.defaultFeeCurrency instead of reimplementing the same logic aspackages/cli/src/base.ts