Skip to content

Commit

Permalink
update js-soroban-client to 0.9.1 (#768)
Browse files Browse the repository at this point in the history
* update

* update

* fix missing
  • Loading branch information
tsachiherman authored Jul 12, 2023
1 parent 422c101 commit b5e8586
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest-4-cores
env:
# the gh tag of system-test repo version to run
SYSTEM_TEST_GIT_REF: v1.0.16
SYSTEM_TEST_GIT_REF: v1.0.17

# the soroban tools source code to compile and run from system test
# refers to checked out source of current git hub ref context
Expand All @@ -32,7 +32,7 @@ jobs:
SYSTEM_TEST_RUST_TOOLCHAIN_VERSION: stable

# sets the version of soroban-js-client used by tests
SYSTEM_TEST_JS_SOROBAN_CLIENT_NPM_VERSION: "0.9.0"
SYSTEM_TEST_JS_SOROBAN_CLIENT_NPM_VERSION: "0.9.1"

# system test will build quickstart image internally to use for running the service stack
# configured in standalone network mode(core, rpc)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@stellar/freighter-api": "1.5.0",
"buffer": "6.0.3",
"soroban-client": "0.9.0",
"soroban-client": "0.9.1",
"bigint-conversion": "2.4.1"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@stellar/freighter-api": "1.5.0",
"buffer": "6.0.3",
"soroban-client": "0.9.0",
"soroban-client": "0.9.1",
"bigint-conversion": "2.4.1"
},
"scripts": {
Expand Down

0 comments on commit b5e8586

Please sign in to comment.