Skip to content

Commit

Permalink
add new wallet pstake btc (#11368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 authored Aug 21, 2024
1 parent 2c1dbe4 commit d97d878
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 d97d878

Please sign in to comment.