Skip to content

Commit

Permalink
feat: add dummyExchangeDepositAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
nikashitsa committed Aug 21, 2023
1 parent 1ff43af commit 389461e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions lib/SolanaWallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ export default class SolanaWallet extends CsWallet {
return undefined;
}

get dummyExchangeDepositAddress() {
return 'D2Ew1qShMxjenxVz8vNzPAi9WbeVQ6xvV7u8iNnZB5nQ';
}

constructor(options = {}) {
super(options);

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"micro-sol-signer": "^0.3.0"
},
"peerDependencies": {
"@coinspace/cs-common": "^1.0.13"
"@coinspace/cs-common": "^1.0.18"
},
"devDependencies": {
"eslint": "^8.40.0",
Expand Down

0 comments on commit 389461e

Please sign in to comment.