Skip to content

Commit

Permalink
Merge pull request #5382 from leather-wallet/release/swap-disable
Browse files Browse the repository at this point in the history
Release/swap disable
  • Loading branch information
fbwoolf authored May 17, 2024
2 parents 80e6db6 + 4983476 commit 46355cd
Show file tree
Hide file tree
Showing 200 changed files with 2,108 additions and 2,499 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Extract version
id: extract_version
uses: Saionaro/extract-package-version@v1.2.1
uses: Saionaro/extract-package-version@v1.3.0

- name: Build project
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Extract version
id: extract_version
uses: Saionaro/extract-package-version@v1.2.1
uses: Saionaro/extract-package-version@v1.3.0

- name: Print version
run: echo ${{ steps.extract_version.outputs.version }}
Expand Down
5 changes: 3 additions & 2 deletions config/wallet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"mainnetApiUrl": "https://api2.ordinalsbot.com",
"signetApiUrl": "https://signet.ordinalsbot.com"
},
"recoverUninscribedTaprootUtxosFeatureEnabled": false,
"runesEnabled": true
"recoverUninscribedTaprootUtxosFeatureEnabled": true,
"runesEnabled": true,
"swapsEnabled": false
}
4 changes: 4 additions & 0 deletions config/wallet-config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@
"runesEnabled": {
"type": "boolean",
"description": "Determines whether or not Runes are live on mainnet"
},
"swapsEnabled": {
"type": "boolean",
"description": "Determines whether or not the swaps feature is enabled"
}
},
"$defs": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
"@dlc-link/dlc-tools": "1.1.1",
"@fungible-systems/zone-file": "2.0.0",
"@hirosystems/token-metadata-api-client": "1.2.0",
"@leather-wallet/models": "0.4.4",
"@leather-wallet/tokens": "0.0.14",
"@ledgerhq/hw-transport-webusb": "6.27.19",
"@noble/hashes": "1.3.2",
Expand Down Expand Up @@ -252,7 +253,7 @@
"@btckit/types": "0.0.19",
"@chromatic-com/storybook": "1.2.23",
"@leather-wallet/prettier-config": "0.0.5",
"@leather-wallet/types": "0.0.20",
"@leather-wallet/rpc": "0.3.0",
"@ls-lint/ls-lint": "2.2.3",
"@mdx-js/loader": "3.0.0",
"@pandacss/dev": "0.32.0",
Expand Down
Loading

0 comments on commit 46355cd

Please sign in to comment.