Skip to content

Commit

Permalink
chore: fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteZhang1024 committed Mar 18, 2024
1 parent eded9ba commit 65a98c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
13 changes: 1 addition & 12 deletions packages/engine/src/vaults/impl/neurai/provider.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
import * as BitcoinJS from 'bitcoinjs-lib';

import { Provider as BaseProvider } from '../../utils/btcForkChain/provider';

import type { Psbt } from 'bitcoinjs-lib';

export default class Provider extends BaseProvider {
override getPsbt(): Psbt {
return new BitcoinJS.Psbt({
network: this.network,
maximumFeeRate: 10000,
});
}
}
export default class Provider extends BaseProvider {}
4 changes: 2 additions & 2 deletions packages/engine/src/vaults/impl/neurai/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const settings: IVaultSettings = Object.freeze({
tokenEnabled: false,
txCanBeReplaced: false,

importedAccountEnabled: true,
importedAccountEnabled: false,
hardwareAccountEnabled: true,
externalAccountEnabled: false,
watchingAccountEnabled: true,
watchingAccountEnabled: false,

minTransferAmount: '0.00000546',

Expand Down

0 comments on commit 65a98c2

Please sign in to comment.