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

feat: add proof test for all endpoints and appHash extraction #163

Merged
merged 9 commits into from
Sep 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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