Skip to content

Commit

Permalink
Bump @defichain/whale dependencies (#398)
Browse files Browse the repository at this point in the history
* Bump @defichain/whale dependencies

* Bump docker-compose.yml

* fixed send.spec.ts

Co-authored-by: Fuxing Loh <[email protected]>
  • Loading branch information
defichain-bot and fuxingloh authored Aug 4, 2021
1 parent 6d5e0ef commit f5bd4e8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/functional/balances/send.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ context('wallet/send', () => {
// such as this as versioning is automatically handled there
let url: string
if (network === 'Playground') {
url = 'https://playground.defichain.com/v0.7/regtest'
url = 'https://playground.defichain.com/v0.8/regtest'
} else {
url = 'http://localhost:19553/v0.7/regtest'
url = 'http://localhost:19553/v0.8/regtest'
}
cy.request(`${url}/address/${address}/balance`).then((response) => {
expect(response.body).to.have.property('data', '1.00000000')
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock:ro"

defi-blockchain:
image: defi/defichain:1.8.0
image: defi/defichain:1.8.1
command: >
defid
-printtoconsole
Expand All @@ -42,7 +42,7 @@ services:
-eunospayaheight=7
defi-playground:
image: ghcr.io/defich/playground:0.7.0
image: ghcr.io/defich/playground:0.8.1
depends_on:
- defi-blockchain
ports:
Expand All @@ -55,7 +55,7 @@ services:
- "traefik.http.routers.playground.entrypoints=web"

defi-whale:
image: ghcr.io/defich/whale:0.7.0
image: ghcr.io/defich/whale:0.8.2
depends_on:
- defi-blockchain
ports:
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@defichain/jellyfish-wallet-encrypted": ">=0.34.3",
"@defichain/jellyfish-wallet-mnemonic": ">=0.34.3",
"@defichain/playground-api-client": ">=0.8.1",
"@defichain/whale-api-client": ">=0.7.1",
"@defichain/whale-api-wallet": ">=0.7.1",
"@defichain/whale-api-client": ">=0.8.2",
"@defichain/whale-api-wallet": ">=0.8.2",
"@expo-google-fonts/ibm-plex-sans": "^0.2.0",
"@expo/vector-icons": "^12.0.0",
"@expo/webpack-config": "~0.12.63",
Expand Down

0 comments on commit f5bd4e8

Please sign in to comment.