Skip to content

Commit 583d69b

Browse files
committed
update flow.json
1 parent cc6586a commit 583d69b

File tree

2 files changed

+4
-35
lines changed

2 files changed

+4
-35
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ git
1616
coverage.json
1717
coverage.lcov
1818
*.pkey
19+
20+
# Private flow.jsons
21+
22+
private.flow.json

flow.json

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -154,41 +154,6 @@
154154
"emulator-account": {
155155
"address": "f8d6e0586b0a20c7",
156156
"key": "7677f7c9410f8773b482737c778b5d7c6acfdbbae718d61e4727a07667f66004"
157-
},
158-
"mainnet-locked-tokens": {
159-
"address": "8d0e87b65159ae63",
160-
"key": {
161-
"type": "google-kms",
162-
"hashAlgorithm": "SHA2_256",
163-
"resourceID": "projects/dl-flow/locations/global/keyRings/mainnet/cryptoKeys/service-account/cryptoKeyVersions/1"
164-
}
165-
},
166-
"testnet-locked-tokens": {
167-
"address": "95e019a17d0e23d7",
168-
"key": {
169-
"type": "file",
170-
"location": "./testnet-service.pkey"
171-
}
172-
},
173-
"testnet-service": {
174-
"address": "8c5303eaa26202d6",
175-
"key": {
176-
"type": "file",
177-
"signatureAlgorithm": "ECDSA_secp256k1",
178-
"hashAlgorithm": "SHA2_256",
179-
"location": "./testnet-service.pkey"
180-
}
181-
}
182-
},
183-
"deployments": {
184-
"testnet": {
185-
"testnet-locked-tokens": [
186-
"LockedTokens",
187-
"FlowStakingCollection"
188-
],
189-
"testnet-service": [
190-
"Crypto"
191-
]
192157
}
193158
}
194159
}

0 commit comments

Comments
 (0)