Skip to content

Commit

Permalink
Merge pull request #63 from janezpodhostnik/ci-fix-emulator-version
Browse files Browse the repository at this point in the history
Fix emulator version
  • Loading branch information
janezpodhostnik authored Aug 9, 2024
2 parents 7958270 + f6652fc commit 553aa29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
emulator:
#image: gcr.io/flow-container-registry/emulator:latest
# temporarily changed because the latest emulator is not 1.0
image: gcr.io/flow-container-registry/emulator:v1.0.0-preview.38
image: gcr.io/flow-container-registry/emulator:1.0.0-preview.38
ports:
- 3569:3569
env:
Expand Down
2 changes: 1 addition & 1 deletion examples/flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"accounts": {
"emulator-account": {
"address": "f8d6e0586b0a20c7",
"keys": "aff3a277caf2bdd6582c156ae7b07dbca537da7833309de88e56987faa2c0f1b",
"keys": "39a162b7ea58314c2cda19f32020b3992e9017a0acc5b3ac53ce3a3f8511a877",
"sigAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA3_256"
}
Expand Down

0 comments on commit 553aa29

Please sign in to comment.