From d97d878f160f6686e0232d38afecbe83c6ec16b8 Mon Sep 17 00:00:00 2001 From: Define101 <93603962+Define101@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:15:14 +0100 Subject: [PATCH] add new wallet pstake btc (#11368) --- projects/pstake-btc/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/pstake-btc/index.js b/projects/pstake-btc/index.js index 8fc11f236578..7076dd84c40f 100644 --- a/projects/pstake-btc/index.js +++ b/projects/pstake-btc/index.js @@ -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}.`,