From e82616ef50e10df0d48a4eba613ce4c20d32ab8a Mon Sep 17 00:00:00 2001 From: Austin Kline Date: Wed, 20 Dec 2023 13:51:20 -0800 Subject: [PATCH] configure mainnet account --- flow.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/flow.json b/flow.json index ccfe946..393599c 100644 --- a/flow.json +++ b/flow.json @@ -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": { @@ -152,6 +160,12 @@ "FlowtyRaffles", "FlowtyRaffleSource" ] + }, + "mainnet": { + "raffles-mainnet": [ + "FlowtyRaffles", + "FlowtyRaffleSource" + ] } } } \ No newline at end of file