Skip to content

Commit

Permalink
add new wallet pstake btc
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 committed Aug 21, 2024
1 parent 77f2170 commit 877f0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/pstake-btc/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { sumTokensExport } = require("../helper/sumTokens");
const sdk = require("@defillama/sdk");

const owner = "bc1qajcp935tuvqakut95f0sc9qm09hxjj6egexl9d";
const owner = ["bc1qajcp935tuvqakut95f0sc9qm09hxjj6egexl9d", "bc1pzq0ve6e7j6jt4ckx8uzdjyddrfda9ew8dxvrjmkxmfnj9yz68zeqgqh9cl"];

module.exports = {
methodology: `Total amount of BTC in ${owner}.`,
Expand Down

0 comments on commit 877f0ba

Please sign in to comment.