Skip to content

Commit

Permalink
update flow.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Oct 25, 2024
1 parent cc6586a commit 583d69b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 35 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ git
coverage.json
coverage.lcov
*.pkey

# Private flow.jsons

private.flow.json
35 changes: 0 additions & 35 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,41 +154,6 @@
"emulator-account": {
"address": "f8d6e0586b0a20c7",
"key": "7677f7c9410f8773b482737c778b5d7c6acfdbbae718d61e4727a07667f66004"
},
"mainnet-locked-tokens": {
"address": "8d0e87b65159ae63",
"key": {
"type": "google-kms",
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/dl-flow/locations/global/keyRings/mainnet/cryptoKeys/service-account/cryptoKeyVersions/1"
}
},
"testnet-locked-tokens": {
"address": "95e019a17d0e23d7",
"key": {
"type": "file",
"location": "./testnet-service.pkey"
}
},
"testnet-service": {
"address": "8c5303eaa26202d6",
"key": {
"type": "file",
"signatureAlgorithm": "ECDSA_secp256k1",
"hashAlgorithm": "SHA2_256",
"location": "./testnet-service.pkey"
}
}
},
"deployments": {
"testnet": {
"testnet-locked-tokens": [
"LockedTokens",
"FlowStakingCollection"
],
"testnet-service": [
"Crypto"
]
}
}
}

0 comments on commit 583d69b

Please # to comment.