Skip to content

Commit

Permalink
fix: tx generator (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
witter-deland authored Jan 2, 2025
1 parent 0f83dd7 commit 5117af9
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 169 deletions.
3 changes: 2 additions & 1 deletion packages/coin-kaspa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@
"dependencies": {
"@delandlabs/coin-base": "*",
"@delandlabs/crypto-lib": "*",
"@kcoin/kaspa-web3.js": "^0.1.4",
"@kcoin/kaspa-web3.js": "^0.1.7",
"buffer": "^6.0.3"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@rollup/plugin-typescript": "^12.1.1",
"@scure/bip39": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"eslint": "^9.16.0",
Expand Down
7 changes: 1 addition & 6 deletions packages/coin-kaspa/src/chain-wallet/utils.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import {
GeneratorSettings,
SignableTransaction,
GeneratorSummary,
Generator
} from '@kcoin/kaspa-web3.js';
import { GeneratorSettings, SignableTransaction, GeneratorSummary, Generator } from '@kcoin/kaspa-web3.js';

export const createTransactions = (
settings: GeneratorSettings
Expand Down
Loading

0 comments on commit 5117af9

Please sign in to comment.