Skip to content

Commit

Permalink
fix: add src20 image types, ref leather-io/mono#724
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Dec 19, 2024
1 parent 49405c5 commit 56ac4af
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 26 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
"@leather.io/bitcoin": "0.17.0",
"@leather.io/constants": "0.13.5",
"@leather.io/crypto": "1.6.14",
"@leather.io/models": "0.22.0",
"@leather.io/query": "2.26.1",
"@leather.io/models": "0.24.0",
"@leather.io/query": "2.26.9",
"@leather.io/stacks": "1.4.0",
"@leather.io/tokens": "0.12.1",
"@leather.io/ui": "1.44.4",
Expand Down
89 changes: 65 additions & 24 deletions pnpm-lock.yaml

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

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ function createBtcCryptoAssetBalance(balance: Money): BtcCryptoAssetBalance {
availableBalance: balance,
protectedBalance: createMoney(0, 'BTC'),
uneconomicalBalance: createMoney(0, 'BTC'),
pendingBalance: createMoney(0, 'BTC'),
totalBalance: balance,
inboundBalance: createMoney(0, 'BTC'),
outboundBalance: createMoney(0, 'BTC'),
};
}

Expand Down

0 comments on commit 56ac4af

Please sign in to comment.