https://mirror.xyz/ara721.eth/LD7H64Y1zFthHLrT4-cZLiGZ_5PP8EesxuVp4Sfz_MM
- Snapshot.cdc (Mainnet:
0x36b1a29d10c00c1a
) - SnapshotLogic.cdc (Mainnet:
0x36b1a29d10c00c1a
) - SnapshotViewer.cdc (Mainnet:
0x36b1a29d10c00c1a
)
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=mainnet
flow-c1 migrate is-staged Base64Util --network=mainnet
flow-c1 migrate is-validated Base64Util --network=mainnet
flow-c1 migrate stage Snapshot --network=mainnet
flow-c1 migrate is-staged Snapshot --network=mainnet
flow-c1 migrate is-validated Snapshot --network=mainnet
flow-c1 migrate stage SnapshotLogic --network=mainnet
flow-c1 migrate is-staged SnapshotLogic --network=mainnet
flow-c1 migrate is-validated SnapshotLogic --network=mainnet
flow-c1 migrate stage SnapshotViewer --network=mainnet
flow-c1 migrate is-staged SnapshotViewer --network=mainnet
flow-c1 migrate is-validated SnapshotViewer --network=mainnet