mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-03 10:14:04 +00:00
17c7e46917
Requires the specific status-go changes that brings WCChangePairingState Process delete session and update internal pairing history state Updated testing while fighting for the issue of not deleting the session Found out that the client requests a different topic in the delete session request. Also: - update debugging UX to support session events - update storybook to support mocking session events - fix go test utility to account for refactoring Updates #12858
22 lines
583 B
JSON
22 lines
583 B
JSON
{
|
|
"name": "wallet_connect_integration",
|
|
"version": "0.1.0",
|
|
"description": "Wallet Connect integration for status-desktop",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"webpack": "^5.89.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1"
|
|
},
|
|
"license": "MPL-2.0",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack --mode production",
|
|
"build:dev": "webpack --mode development",
|
|
"start": "webpack serve --mode development --open"
|
|
},
|
|
"dependencies": {
|
|
"@walletconnect/web3wallet": "^1.9.4"
|
|
}
|
|
}
|