Skip to content

Commit

Permalink
Merge pull request #134 from Concordium/fix-parameter-schema-of-set-a…
Browse files Browse the repository at this point in the history
…ddress-function

Fix parameter schema of set_address function
  • Loading branch information
DOBEN authored Feb 12, 2024
2 parents b8f4e71 + 7a1e9e8 commit 94fd0ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions wallet-connect-test-bench/front-end/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased changes

## 1.5.1

- Fix parameter schema of function `set_address`.

## 1.5.0

- Migrate dApp from using deprecated JSON-RPC client to new gRPC client.
Expand Down
2 changes: 1 addition & 1 deletion wallet-connect-test-bench/front-end/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-bench-for-wallets",
"packageManager": "[email protected]",
"version": "1.5.0",
"version": "1.5.1",
"license": "Apache-2.0",
"engines": {
"node": ">=16.x"
Expand Down
2 changes: 1 addition & 1 deletion wallet-connect-test-bench/front-end/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const SET_U16_PARAMETER_SCHEMA = 'Aw==';

export const SET_CONTRACT_ADDRESS_PARAMETER_SCHEMA = 'DA==';

export const SET_ADDRESS_PARAMETER_SCHEMA = 'FQIAAAAHAAAAQWNjb3VudAEBAAAACwgAAABDb250cmFjdAEBAAAADA';
export const SET_ADDRESS_PARAMETER_SCHEMA = 'FQIAAAAHAAAAQWNjb3VudAEBAAAACwgAAABDb250cmFjdAEBAAAADA==';

export const SET_ACCOUNT_ADDRESS_PARAMETER_SCHEMA = 'Cw==';

Expand Down

0 comments on commit 94fd0ae

Please sign in to comment.