generated from block-base/sandbox-collectibles-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
1,266 additions
and
421 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,3 +130,5 @@ packages/contracts/deployments | |
|
||
# Aptos CLI | ||
.aptos | ||
|
||
*.key |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
## Cadence 1.0 Migration 2024/07/29 | ||
|
||
```sh | ||
sudo sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" | ||
flow-c1 version | ||
|
||
flow-c1 emulator | ||
flow-c1 deploy | ||
|
||
|
||
flow-c1 migrate stage Base64Util --network=testnet | ||
flow-c1 migrate is-staged Base64Util --network=testnet | ||
flow-c1 migrate is-validated Base64Util --network=testnet | ||
|
||
flow-c1 migrate stage SakutaroPoemContent --network=testnet | ||
flow-c1 migrate is-staged SakutaroPoemContent --network=testnet | ||
flow-c1 migrate is-validated SakutaroPoemContent --network=testnet | ||
|
||
flow-c1 migrate stage SakutaroPoem --network=testnet | ||
flow-c1 migrate is-staged SakutaroPoem --network=testnet | ||
flow-c1 migrate is-validated SakutaroPoem --network=testnet | ||
|
||
flow-c1 migrate stage SakutaroPoemReplica --network=testnet | ||
flow-c1 migrate is-staged SakutaroPoemReplica --network=testnet | ||
flow-c1 migrate is-validated SakutaroPoemReplica --network=testnet | ||
|
||
|
||
flow-c1 migrate stage Base64Util --network=mainnet | ||
flow-c1 migrate is-staged Base64Util --network=mainnet | ||
flow-c1 migrate is-validated Base64Util --network=mainnet | ||
|
||
flow-c1 migrate stage SakutaroPoemContent --network=mainnet | ||
flow-c1 migrate is-staged SakutaroPoemContent --network=mainnet | ||
flow-c1 migrate is-validated SakutaroPoemContent --network=mainnet | ||
|
||
flow-c1 migrate stage SakutaroPoem --network=mainnet | ||
flow-c1 migrate is-staged SakutaroPoem --network=mainnet | ||
flow-c1 migrate is-validated SakutaroPoem --network=mainnet | ||
|
||
flow-c1 migrate stage SakutaroPoemReplica --network=mainnet | ||
flow-c1 migrate is-staged SakutaroPoemReplica --network=mainnet | ||
flow-c1 migrate is-validated SakutaroPoemReplica --network=mainnet | ||
``` |
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 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
Oops, something went wrong.