Skip to content

Commit

Permalink
fix: bitcoin decimals
Browse files Browse the repository at this point in the history
  • Loading branch information
Vid201 committed Aug 9, 2024
1 parent 1b2a261 commit 653f21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/token_sdk/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"name": "Bitcoin",
"symbol": "BTC",
"default_price": 70000,
"decimals": 9,
"decimals": 8,
"mint_amount": 1,
"borrow_collateral_factor": 700000000000000000,
"liquidate_collateral_factor": 770000000000000000,
Expand Down
2 changes: 1 addition & 1 deletion libs/token_sdk/tokens.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"name": "Bitcoin",
"symbol": "BTC",
"default_price": 70000,
"decimals": 9,
"decimals": 8,
"mint_amount": 1,
"borrow_collateral_factor": 700000000000000000,
"liquidate_collateral_factor": 770000000000000000,
Expand Down

0 comments on commit 653f21f

Please sign in to comment.