UNPKG

proximity-wallet-connect

Version:

Wallet Connect package for NEAR Wallet Selector (Proximity fork with transaction fixes).

51 lines (50 loc) 1.29 kB
{ "name": "proximity-wallet-connect", "version": "7.9.8-proximity.29", "type": "module", "description": "Wallet Connect package for NEAR Wallet Selector (Proximity fork with transaction fixes).", "keywords": [ "near", "blockchain", "wallets", "dapps", "near-protocol", "near-blockchain", "wallet selector", "wallet connect", "proximity", "fireblocks" ], "repository": { "type": "git", "url": "https://github.com/ref-finance/wallet-selector.git" }, "bugs": { "url": "https://github.com/ref-finance/wallet-selector/issues" }, "homepage": "https://github.com/ref-finance/wallet-selector/tree/main/packages/wallet-connect", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc --project tsconfig.build.json && node build-postprocess.js", "clean": "rm -rf dist" }, "files": [ "dist", "src", "README.md" ], "dependencies": { "bn.js": "^5.2.0", "js-sha256": "0.9.0", "near-api-js": "0.44.2", "proximity-dex-core": "7.9.8-proximity.3", "@walletconnect/modal": "2.7.0", "@walletconnect/sign-client": "2.21.2", "@walletconnect/types": "2.21.0" }, "devDependencies": { "typescript": "^5.0.0" } }