Skip to content

Commit a9e66f1

Browse files
committed
refactor: removed hathor-rpc-handler-test
1 parent 6e293b7 commit a9e66f1

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

packages/bet-dapp/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"class-variance-authority": "^0.7.0",
3232
"clsx": "^2.1.1",
3333
"date-fns": "^4.1.0",
34-
"hathor-rpc-handler-test": "0.0.58",
3534
"highlight.js": "^11.10.0",
3635
"lodash": "^4.17.21",
3736
"lucide-react": "^0.435.0",

packages/bet-dapp/src/app/bet/[id]/createBet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { IHathorRpc } from '@/contexts/JsonRpcContext';
2-
import { SendNanoContractRpcRequest, sendNanoContractTxRpcRequest } from 'hathor-rpc-handler-test';
2+
import { SendNanoContractRpcRequest, sendNanoContractTxRpcRequest } from '@hathor/hathor-rpc-handler';
33
import { SendNanoContractTxResponse } from '@hathor/hathor-rpc-handler';
44
import { BET_BLUEPRINT, EVENT_TOKEN } from '@/constants';
55
import { NanoContractActionType } from '@hathor/wallet-lib/lib/nano_contracts/types';

yarn.lock

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3684,7 +3684,6 @@ __metadata:
36843684
date-fns: "npm:^4.1.0"
36853685
eslint: "npm:^8"
36863686
eslint-config-next: "npm:14.2.6"
3687-
hathor-rpc-handler-test: "npm:0.0.58"
36883687
highlight.js: "npm:^11.10.0"
36893688
lodash: "npm:^4.17.21"
36903689
lucide-react: "npm:^0.435.0"
@@ -5620,16 +5619,6 @@ __metadata:
56205619
languageName: unknown
56215620
linkType: soft
56225621

5623-
"hathor-rpc-handler-test@npm:0.0.58":
5624-
version: 0.0.58
5625-
resolution: "hathor-rpc-handler-test@npm:0.0.58"
5626-
dependencies:
5627-
"@hathor/wallet-lib": "npm:2.5.1"
5628-
zod: "npm:3.23.8"
5629-
checksum: 10c0/cf98ff0bacf390a1956f5b6eaf3d851485e7da19044e58fc90bc5f76b384c34627d11855dd1fed377ce8e70bcbdd1b0f7f5167b27cd732c47af2795ceb67e892
5630-
languageName: node
5631-
linkType: hard
5632-
56335622
"hey-listen@npm:^1.0.8":
56345623
version: 1.0.8
56355624
resolution: "hey-listen@npm:1.0.8"

0 commit comments

Comments
 (0)