Skip to content

Commit

Permalink
chore: missed the save button
Browse files Browse the repository at this point in the history
  • Loading branch information
whoabuddy committed Jan 10, 2025
1 parent 4b82469 commit 47d6a99
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/dao/extensions/aibtc-token.clar
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,8 @@
(begin
;; Send STX fees
(try! (send-stx 'ST295MNE41DC74QYCPRS8N37YYMC06N6Q3VQDZ6G1 u500000)) ;; <%= it.stxcity_token_deployment_fee_address %>

;; mint tokens to the dex_contract (20%)
(try! (ft-mint? SYMBOL (/ (* MAXSUPPLY u20) u100) .aibtc-token-dex)) ;; <%= it.token_symbol %> <%= it.dex_contract %>

;; mint tokens to the treasury (80%)
(try! (ft-mint? SYMBOL (/ (* MAXSUPPLY u80) u100) .aibtc-treasury)) ;; <%= it.token_symbol %> <%= it.treasury_contract %>

)

0 comments on commit 47d6a99

Please sign in to comment.