Skip to content

Commit

Permalink
configure mainnet account
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkline committed Dec 20, 2023
1 parent c516339 commit e82616e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/flowty-test/locations/global/keyRings/flow/cryptoKeys/raffles/cryptoKeyVersions/1"
}
},
"raffles-mainnet": {
"address": "0x2fb4614ede95ab2b",
"key": {
"type": "google-kms",
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/flowty-prod/locations/global/keyRings/flow/cryptoKeys/raffles/cryptoKeyVersions/1"
}
}
},
"contracts": {
Expand Down Expand Up @@ -152,6 +160,12 @@
"FlowtyRaffles",
"FlowtyRaffleSource"
]
},
"mainnet": {
"raffles-mainnet": [
"FlowtyRaffles",
"FlowtyRaffleSource"
]
}
}
}

0 comments on commit e82616e

Please sign in to comment.