We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fc555 commit be8554fCopy full SHA for be8554f
1 file changed
flow.json
@@ -271,9 +271,24 @@
271
"type": "file",
272
"location": "local/test-user.pkey"
273
}
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
285
},
286
"deployments": {
287
+ "testnet": {
288
+ "testnet-admin": [
289
+ "DeFiActionsMathUtils"
290
+ ]
291
292
"emulator": {
293
"emulator-account": [
294
"DeFiActionsMathUtils",
0 commit comments