Skip to content

Commit

Permalink
Merge pull request #31 from onflow/add-mainnet-info
Browse files Browse the repository at this point in the history
Add Mainnet deployment info
  • Loading branch information
sisyphusSmiling authored Apr 18, 2024
2 parents aec1811 + ce663e8 commit 015d5d6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Coordinated Upgrade.
| --------- | ------------------------------------------------------------------------------------------------------------------------- |
| Crescendo | [0x27b2302520211b67](https://crescendo.flowdiver.io/contract/A.27b2302520211b67.MigrationContractStaging?tab=deployments) |
| Testnet | [0x2ceae959ed1a7e7a](https://contractbrowser.com/A.2ceae959ed1a7e7a.MigrationContractStaging) |
| Mainnet | TBD |
| Mainnet | [56100d46aa9b0212](https://contractbrowser.com/A.56100d46aa9b0212.MigrationContractStaging) |

### Pre-Requisites

Expand Down
25 changes: 16 additions & 9 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@
"aliases": {
"crescendo": "27b2302520211b67",
"emulator": "f8d6e0586b0a20c7",
"testnet": "2ceae959ed1a7e7a",
"testing": "0000000000000007"
"mainnet": "56100d46aa9b0212",
"testing": "0000000000000007",
"testnet": "2ceae959ed1a7e7a"
}
},
"NonFungibleToken": {
Expand Down Expand Up @@ -110,19 +111,20 @@
"resourceID": "projects/dl-flow-admin/locations/global/keyRings/migration-contract-staging-testnet/cryptoKeys/evm-storage-testnet-key/cryptoKeyVersions/1"
}
},
"migration-contract-staging-testnet": {
"address": "2ceae959ed1a7e7a",
"migration-contract-staging-mainnet": {
"address": "56100d46aa9b0212",
"key": {
"type": "google-kms",
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/dl-flow-admin/locations/global/keyRings/migration-contract-staging-testnet/cryptoKeys/evm-storage-testnet-key/cryptoKeyVersions/1"
"resourceID": "projects/dl-flow-admin/locations/global/keyRings/migration-contract-staging-mainnet/cryptoKeys/evm-storage-mainnet-key/cryptoKeyVersions/1"
}
},
"originator-crescendo": {
"address": "c3d589f831db1bb8",
"migration-contract-staging-testnet": {
"address": "2ceae959ed1a7e7a",
"key": {
"type": "file",
"location": "crescendo-originator.pkey"
"type": "google-kms",
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/dl-flow-admin/locations/global/keyRings/migration-contract-staging-testnet/cryptoKeys/evm-storage-testnet-key/cryptoKeyVersions/1"
}
}
},
Expand Down Expand Up @@ -150,6 +152,11 @@
"Foo"
]
},
"mainnet": {
"migration-contract-staging-mainnet": [
"MigrationContractStaging"
]
},
"testnet": {
"migration-contract-staging-testnet": [
"MigrationContractStaging"
Expand Down
6 changes: 3 additions & 3 deletions lib/go/templates/internal/assets/assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 015d5d6

Please sign in to comment.