-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CU-86dt1fxtx - Implement Contextual Messages on WcSdk on both sides
- Loading branch information
1 parent
0d47a87
commit 983a9ca
Showing
14 changed files
with
150 additions
and
156 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@cityofzion/wallet-connect-sdk-core/CU-86dt1fxtx-1_2024-05-14-18-59.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@cityofzion/wallet-connect-sdk-core", | ||
"comment": "Implemented a Contextual Messages on WcSdk", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "@cityofzion/wallet-connect-sdk-core" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@cityofzion/wallet-connect-sdk-react/CU-86dt1fxtx-1_2024-05-14-18-59.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@cityofzion/wallet-connect-sdk-react", | ||
"comment": "Implemented a Contextual Messages on WcSdk", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "@cityofzion/wallet-connect-sdk-react" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@cityofzion/wallet-connect-sdk-svelte/CU-86dt1fxtx-1_2024-05-14-18-59.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@cityofzion/wallet-connect-sdk-svelte", | ||
"comment": "Implemented a Contextual Messages on WcSdk", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "@cityofzion/wallet-connect-sdk-svelte" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export const ACCOUNT_PASSWORD: string = "Password: Not '12345' - because we're not living in 1995!" | ||
export const DAPP_METHOD_CONTEXT_MESSAGE: string = "Accept this and your balance goes 'to the moon'!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.