From 6bd46669a55609dcfd567bc4dee33c042095bb60 Mon Sep 17 00:00:00 2001 From: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com> Date: Thu, 8 Aug 2024 19:05:29 -0600 Subject: [PATCH] fix testnet-service-account in flow.json --- flow.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/flow.json b/flow.json index ddee8b36..9350a296 100644 --- a/flow.json +++ b/flow.json @@ -413,11 +413,13 @@ } }, "testnet-service-account": { - "address": "dfc20aee650fcbdf", + "address": "8c5303eaa26202d6", "key": { - "type": "google-kms", + "type": "file", + "signatureAlgorithm": "ECDSA_secp256k1", "hashAlgorithm": "SHA2_256", - "resourceID": "projects/dl-flow-admin/locations/global/keyRings/flow-vm-bridge/cryptoKeys/flow-fvm-evm-bridge-testnet/cryptoKeyVersions/1" + "location": "./testnet-service-account.pkey", + "index": 2 } } },