Skip to content

Commit

Permalink
Merge pull request #90 from CityOfZion/CU-86a0yxv6t
Browse files Browse the repository at this point in the history
CU-86a0yxv6t - Implement calculate fee in the Wallet Connect
  • Loading branch information
melanke authored Oct 3, 2023
2 parents ce71481 + 32f6d37 commit 6904766
Show file tree
Hide file tree
Showing 22 changed files with 24,981 additions and 40,516 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
run: npm install -g pnpm
- name: Install RushJS
run: npm install -g @microsoft/rush
- name: Install Yarn
run: npm install --global yarn
- name: Verify Change Logs
run: rush change --verify
- name: Verify each project's package.json
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/wallet-connect-sdk-core",
"comment": "A new method has been added to calculate the fee for a request",
"type": "minor"
}
],
"packageName": "@cityofzion/wallet-connect-sdk-core"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/wallet-connect-sdk-react",
"comment": "A new method has been added to calculate the fee for a request",
"type": "minor"
}
],
"packageName": "@cityofzion/wallet-connect-sdk-react"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/wallet-connect-sdk-wallet-core",
"comment": "A new method has been added so that the wallet can calculate the fee for an invocation",
"type": "minor"
}
],
"packageName": "@cityofzion/wallet-connect-sdk-wallet-core"
}
Loading

0 comments on commit 6904766

Please sign in to comment.