Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tasiov committed Sep 25, 2023
1 parent 2bfc6f8 commit cb57a4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ describe('InfinityFactory', () => {
// Query pairs by owner
let pairsResponse = await infinityFactoryQueryClient.pairsByOwner({
owner: liquidityProvider.address,
codeId: globalConfig.infinity_pair_code_id,
queryOptions: {
descending: true,
limit: 4,
Expand Down
8 changes: 4 additions & 4 deletions typescript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2093,10 +2093,10 @@
ts-node "^10.9.1"
typescript "^5.0.4"

"@stargazezone/infinity-types@0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@stargazezone/infinity-types/-/infinity-types-0.7.0.tgz#82a231f721f272a00d824b459bc60a370c69c4ed"
integrity sha512-JZxrw2A+ZsVhOWmUloPfxAnlVjS4TrPqR9mvlGudkx9eVKrZ4mEELllKZ6ln01Oxqt2zTbRxNuFsiZPLD1zpBQ==
"@stargazezone/infinity-types@0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@stargazezone/infinity-types/-/infinity-types-0.8.0.tgz#e459696cbb0d9aa1be2b392cf10533930e24ae33"
integrity sha512-Lo2gOnakI2d5f6erHC/UEyjwrdactxivbHDxctCJJlDN5DlO1Mg1aKfyIrhepfAJPNtvdCdfyy5QYlEPUYPKRQ==
dependencies:
"@cosmjs/amino" "^0.31.0"
"@cosmjs/cosmwasm-stargate" "^0.31.0"
Expand Down

0 comments on commit cb57a4d

Please sign in to comment.