Skip to content

Commit

Permalink
chore: update dynex settings
Browse files Browse the repository at this point in the history
  • Loading branch information
weatherstar committed May 1, 2024
1 parent a0efb13 commit a7640a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/engine/src/vaults/impl/dynex/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { IVaultSettings } from '../../types';
const settings: IVaultSettings = Object.freeze({
feeInfoEditable: false,
privateKeyExportEnabled: false,
tokenEnabled: true,
tokenEnabled: false,
txCanBeReplaced: false,

importedAccountEnabled: false,
Expand All @@ -25,6 +25,8 @@ const settings: IVaultSettings = Object.freeze({

enabledOnClassicOnly: true,

minTransferAmount: '0.000000001',

accountNameInfo: {
default: {
prefix: 'DNX',
Expand Down

0 comments on commit a7640a3

Please sign in to comment.