Skip to content

Commit be8554f

Browse files
committed
testnet kms
1 parent c8fc555 commit be8554f

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

flow.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,24 @@
271271
"type": "file",
272272
"location": "local/test-user.pkey"
273273
}
274-
}
274+
},
275+
"testnet-admin": {
276+
"address": "2ab6f469ee0dfbb6",
277+
"key": {
278+
"type": "google-kms",
279+
"resourceID": "projects/dl-flow-devex-staging/locations/us-central1/keyRings/tidal-keyring/cryptoKeys/tidal_admin_pk/cryptoKeyVersions/1",
280+
"hashAlgorithm": "SHA2_256",
281+
"signatureAlgorithm": "ECDSA_P256",
282+
"index": 0
283+
}
284+
}
275285
},
276286
"deployments": {
287+
"testnet": {
288+
"testnet-admin": [
289+
"DeFiActionsMathUtils"
290+
]
291+
},
277292
"emulator": {
278293
"emulator-account": [
279294
"DeFiActionsMathUtils",

0 commit comments

Comments
 (0)