Skip to content

Commit

Permalink
add info about the contract update staging
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Mar 1, 2024
1 parent e528338 commit 35fd8d8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/cadence_migration_guide/core-contracts-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 6 additions & 1 deletion docs/cadence_migration_guide/ft-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 6 additions & 1 deletion docs/cadence_migration_guide/nft-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 35fd8d8

Please sign in to comment.