Skip to content

Commit

Permalink
fix testnet-service-account in flow.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Aug 9, 2024
1 parent 377a97f commit 6bd4666
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
},
Expand Down

0 comments on commit 6bd4666

Please sign in to comment.