From 35fd8d84e5843ce670f18fcc1d2a7cce953367f9 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Fri, 1 Mar 2024 12:35:14 -0600 Subject: [PATCH] add info about the contract update staging --- docs/cadence_migration_guide/core-contracts-guide.mdx | 7 ++++++- docs/cadence_migration_guide/ft-guide.mdx | 7 ++++++- docs/cadence_migration_guide/nft-guide.mdx | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/docs/cadence_migration_guide/core-contracts-guide.mdx b/docs/cadence_migration_guide/core-contracts-guide.mdx index be27f86..177a44d 100644 --- a/docs/cadence_migration_guide/core-contracts-guide.mdx +++ b/docs/cadence_migration_guide/core-contracts-guide.mdx @@ -24,7 +24,12 @@ Please look at the changes there to understand how the contracts have changed. Every contract in the repo is changing. Please see the latest post in [this forum thread](https://forum.flow.com/t/update-on-cadence-1-0/5197/8) -to find the latest version of the CLI and emulator that you should be testing with, +to find the latest version of the CLI and emulator that you should be testing with. + +It is also important to remember that after you've made your changes to your contracts, +you will have to stage the upgrades on testnet and mainnet in order for them +to be upgraded and migrated properly. You can find informaion about how to do that +here: https://github.com/onflow/contract-updater Additionally, here are the import addresses for all of the important contracts related to the protocol: diff --git a/docs/cadence_migration_guide/ft-guide.mdx b/docs/cadence_migration_guide/ft-guide.mdx index 8743547..52b81b4 100644 --- a/docs/cadence_migration_guide/ft-guide.mdx +++ b/docs/cadence_migration_guide/ft-guide.mdx @@ -43,7 +43,12 @@ This branch also includes the updated versions of `FungibleTokenMetadataViews`, `Burner`, `FungibleTokenSwitchboard`, and `TokenForwarding`. Please see the latest post in [this forum thread](https://forum.flow.com/t/update-on-cadence-1-0/5197/8) -to find the latest version of the CLI and emulator that you should be testing with, +to find the latest version of the CLI and emulator that you should be testing with. + +It is also important to remember that after you've made your changes to your contracts, +you will have to stage the upgrades on testnet and mainnet in order for them +to be upgraded and migrated properly. You can find informaion about how to do that +here: https://github.com/onflow/contract-updater Additionally, here are the import addresses for all of the important contracts related to fungible tokens: diff --git a/docs/cadence_migration_guide/nft-guide.mdx b/docs/cadence_migration_guide/nft-guide.mdx index 3586360..1dba50c 100644 --- a/docs/cadence_migration_guide/nft-guide.mdx +++ b/docs/cadence_migration_guide/nft-guide.mdx @@ -47,7 +47,12 @@ This branch includes the updated versions of `NonFungibleToken`, `MetadataViews` and `NFTForwarding`. Please see the latest post in [this forum thread](https://forum.flow.com/t/update-on-cadence-1-0/5197/8) -to find the latest version of the CLI and emulator that you should be testing with, +to find the latest version of the CLI and emulator that you should be testing with. + +It is also important to remember that after you've made your changes to your contracts, +you will have to stage the upgrades on testnet and mainnet in order for them +to be upgraded and migrated properly. You can find informaion about how to do that +here: https://github.com/onflow/contract-updater Additionally, here are the import addresses for all of the important contracts related to non-fungible tokens: