-
Notifications
You must be signed in to change notification settings - Fork 2
Add legacy env var aliases for TON config #693
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
Conversation
🦋 Changeset detectedLatest commit: 942e601 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 |
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.
Pull request overview
This PR adds legacy environment variable aliases for TON (The Open Network) blockchain configuration, bringing it in line with other blockchain configurations like Aptos, Tron, and Sui which already have legacy aliases.
Changes:
- Added legacy environment variable aliases
TON_DEPLOYER_KEYandTON_WALLET_VERSIONto the configuration mapping - Updated test fixtures to use the new legacy variable names instead of the prefixed versions
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| engine/cld/config/env/config.go | Added legacy aliases for TON deployer key and wallet version configuration |
| engine/cld/config/env/config_test.go | Updated test environment variables to use new legacy TON variable names |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
👋 bytesizedroll, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
|
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## chainlink-deployments-framework@0.77.0 ### Minor Changes - [#683](#683) [`324fe82`](324fe82) Thanks [@bytesizedroll](https://github.com/bytesizedroll)! - Add top-level address-book and datastore CLI commands ### Patch Changes - [#693](#693) [`8bd9ada`](8bd9ada) Thanks [@bytesizedroll](https://github.com/bytesizedroll)! - Add legacy env var support for TON --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>





No description provided.