Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
feat: add proof test for all endpoints and appHash extraction (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
antouhou authored Sep 16, 2021
1 parent f08ee65 commit 5e18783
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 278 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DRIVE_BRANCH=feat/grpc-error-codes
DAPI_BRANCH=error-codes
DASHMATE_BRANCH=error-codes
#SDK_BRANCH=error-codes
DRIVE_BRANCH=v0.21-dev
DAPI_BRANCH=v0.21-dev
# DASHMATE_BRANCH=
# SDK_BRANCH=
6 changes: 6 additions & 0 deletions lib/test/createClientWithoutWallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ const getDAPISeeds = require('./getDAPISeeds');
function createClientWithoutWallet() {
return new Dash.Client({
seeds: getDAPISeeds(),
network: process.env.NETWORK,
apps: {
dpns: {
contractId: process.env.DPNS_CONTRACT_ID,
},
},
});
}

Expand Down
Loading

0 comments on commit 5e18783

Please sign in to comment.