Skip to content

Commit

Permalink
chore: post-release merge back
Browse files Browse the repository at this point in the history
  • Loading branch information
leather-bot authored Dec 17, 2024
2 parents 33881cc + 1d3f603 commit 0afa9ce
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.55.0](https://github.com/leather-io/extension/compare/v6.54.0...v6.55.0) (2024-12-17)


### Features

* **sbtc:** update contracts with mainnet addresses ([cd58bce](https://github.com/leather-io/extension/commit/cd58bce6ac63e01495c985971a52cf40bed0b641))

## [6.54.0](https://github.com/leather-io/extension/compare/v6.53.0...v6.54.0) (2024-11-25)


Expand Down
16 changes: 15 additions & 1 deletion config/wallet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,18 @@
"recoverUninscribedTaprootUtxosFeatureEnabled": true,
"runesEnabled": true,
"swapsEnabled": true,
"sbtc": {
"enabled": false,
"contracts": {
"mainnet": {
"address": "SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token::sbtc-token"
},
"testnet": {
"address": "SNGWPN3XDAQE673MXYXF81016M50NHF5X5PWWM70.sbtc-token::sbtc-token"
}
},
"showPromoLinkOnNetworks": ["testnet", "sbtcTestnet"]
},
"tokensEnabledByDefault": [
"DOGGOTOTHEMOON",
"RSICGENESISRUNE",
Expand All @@ -108,6 +120,8 @@
"SM26NBC8SFHNW4P1Y4DFH27974P56WN86C92HPEHH.token-lqstx::lqstx",
"SP1Y5YSTAHZ88XYK1VPDH24GY0HPX5J4JECTMY4A1.velar-token::velar",
"SP4SZE494VC2YC5JYG7AYFQ44F5Q4PYV7DVMDPBG.ststx-token::ststx",
"SP2C2YFP12AJZB4MABJBAJ55XECVS7E4PMMZ89YZR.arkadiko-token::diko"
"SP2C2YFP12AJZB4MABJBAJ55XECVS7E4PMMZ89YZR.arkadiko-token::diko",
"SNGWPN3XDAQE673MXYXF81016M50NHF5X5PWWM70.sbtc-token::sbtc-token",
"SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token::sbtc-token"
]
}
40 changes: 40 additions & 0 deletions config/wallet-config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,46 @@
"swapsEnabled": {
"type": "boolean",
"description": "Determines whether or not the swaps feature is enabled"
},
"sbtc": {
"type": "object",
"description": "Configuration for SBTC",
"properties": {
"enabled": {
"type": "boolean",
"description": "Determines whether or not SBTC is enabled"
},
"showPromoLinkOnNetworks": {
"type": "array",
"description": "Networks on which the promo link should be shown",
"items": {
"type": "string"
}
},
"contracts": {
"type": "object",
"properties": {
"mainnet": {
"type": "object",
"properties": {
"address": {
"type": "string",
"description": "Mainnet contract address"
}
}
},
"testnet": {
"type": "object",
"properties": {
"address": {
"type": "string",
"description": "Testnet contract address"
}
}
}
}
}
}
}
},
"$defs": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/extension",
"description": "Leather is a browser extension for interacting with Stacks apps",
"private": true,
"version": "6.54.0",
"version": "6.55.0",
"packageManager": "[email protected]",
"author": {
"name": "Leather Wallet LLC"
Expand Down

0 comments on commit 0afa9ce

Please sign in to comment.