Skip to content

Commit

Permalink
configure accounts for mainnet launch
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkline committed Sep 25, 2024
1 parent 94f32c4 commit f55cc0f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,26 @@
"resourceID": "projects/flowty-test/locations/global/keyRings/flow/cryptoKeys/flowty-drops/cryptoKeyVersions/1"
}
},
"flowty-drops-mainnet": {
"address": "0xbefbaccb5032a457",
"key": {
"type": "google-kms",
"index": 0,
"signatureAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/flowty-prod/locations/global/keyRings/flow/cryptoKeys/flowty-drops/cryptoKeyVersions/1"
}
},
"droptypes-mainnet": {
"address": "0x54233ec36b0c883b",
"key": {
"type": "google-kms",
"index": 0,
"signatureAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/flowty-prod/locations/global/keyRings/flow/cryptoKeys/flowty-drops/cryptoKeyVersions/1"
}
},
"sample-nfts-testnet": {
"address": "0xd92e02ee8881d9c1",
"key": {
Expand Down

0 comments on commit f55cc0f

Please sign in to comment.