-
Notifications
You must be signed in to change notification settings - Fork 75
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
chore: deploy mainnet #252
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR is published in NPM with version 0.7.0-pr-252-92704 |
K1-R1
previously approved these changes
Aug 30, 2024
PraneshASP
previously approved these changes
Sep 9, 2024
viraj124
reviewed
Sep 12, 2024
packages/solidity-contracts/deploy/mainnet/002.fuel_message_portal_v3.ts
Show resolved
Hide resolved
viraj124
reviewed
Sep 12, 2024
packages/solidity-contracts/deploy/mainnet/004.register_chainstate_watchtower.ts
Show resolved
Hide resolved
viraj124
reviewed
Sep 12, 2024
viraj124
reviewed
Oct 10, 2024
viraj124
reviewed
Oct 10, 2024
viraj124
reviewed
Oct 10, 2024
packages/solidity-contracts/deploy/mainnet/010.gateway_rate_limit_usdc.ts
Show resolved
Hide resolved
viraj124
reviewed
Oct 10, 2024
packages/solidity-contracts/deploy/mainnet/010.gateway_rate_limit_usdc.ts
Show resolved
Hide resolved
viraj124
approved these changes
Oct 10, 2024
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.
left a couple of comments, regarding the rate limit scripts besides that lgtm
PraneshASP
approved these changes
Oct 10, 2024
DefiCake
added a commit
that referenced
this pull request
Oct 17, 2024
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 ## @fuel-bridge/[email protected] ### Major Changes - Deploy mainnet contracts, by [@DefiCake](https://github.com/DefiCake) (See [#252](#252)) ### Minor Changes - Upgrade testnet and devnet artifacts, by [@DefiCake](https://github.com/DefiCake) (See [#284](#284)) - Add rate limit status check for FuelMessagePortal, by [@DefiCake](https://github.com/DefiCake) (See [#316](#316)) - don't update current withdrawn amount when rate limit is reset, by [@viraj124](https://github.com/viraj124) (See [#290](#290)) - update comment, by [@viraj124](https://github.com/viraj124) (See [#304](#304)) - add zero address check for time to finalise, by [@viraj124](https://github.com/viraj124) (See [#306](#306)) - ci proxy upgrade verification flow, by [@viraj124](https://github.com/viraj124) (See [#287](#287)) - add rate limit disabling/re-enabling, by [@viraj124](https://github.com/viraj124) (See [#311](#311)) - 🐞 Fix upgradability: reduce FuelERC20GatewayV4 \_\_gap variable, by [@DefiCake](https://github.com/DefiCake) (See [#318](#318)) - update naming convention for immutable var, by [@viraj124](https://github.com/viraj124) (See [#314](#314)) ### Patch Changes - Added base asset deploy script and documentation, by [@DefiCake](https://github.com/DefiCake) (See [#322](#322)) - Updated testnet deployment artifacts, by [@DefiCake](https://github.com/DefiCake) (See [#326](#326)) - Swap symbol and name in the metadata payload, by [@DefiCake](https://github.com/DefiCake) (See [#313](#313)) ## @fuel-bridge/[email protected] ### Minor Changes - Upgraded forc to 0.64.0, by [@DefiCake](https://github.com/DefiCake) (See [#320](#320)) - Updated sway contracts compiler to forc v0.63.4, by [@DefiCake](https://github.com/DefiCake) (See [#282](#282)) ## @fuel-bridge/[email protected] ### Minor Changes - Improve sway scripts, by [@DefiCake](https://github.com/DefiCake) (See [#280](#280)) - integrate fork tokens in e2e test, by [@viraj124](https://github.com/viraj124) (See [#267](#267)) ## @fuel-bridge/[email protected] ### Patch Changes - Added base asset deploy script and documentation, by [@DefiCake](https://github.com/DefiCake) (See [#322](#322)) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: DefiCake <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #251