Skip to content

Commit

Permalink
configure mainnet account (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkline authored Dec 20, 2023
1 parent 8816a7e commit 236b22b
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/flowty-test/locations/global/keyRings/flow/cryptoKeys/wrapped/cryptoKeyVersions/1"
}
},
"wrapped-mainnet": {
"address": "0x592eb32b47d8b85f",
"key": {
"type": "google-kms",
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/flowty-prod/locations/global/keyRings/flow/cryptoKeys/wrapped/cryptoKeyVersions/1"
}
}
},
"deployments": {
Expand All @@ -124,11 +132,17 @@
"FungibleToken"
]
},
"testnet": {
"wrapped-testnet": [
"FlowtyWrapped",
"WrappedEditions"
]
}
"testnet": {
"wrapped-testnet": [
"FlowtyWrapped",
"WrappedEditions"
]
},
"mainnet": {
"wrapped-mainnet": [
"FlowtyWrapped",
"WrappedEditions"
]
}
}
}

0 comments on commit 236b22b

Please sign in to comment.