Skip to content

Commit

Permalink
change fee to 4 for solana
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Apr 27, 2024
1 parent b3c17a4 commit 1342e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factory/factories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ export namespace ChainFactoryConfigs {

export const MainNet: () => Promise<Partial<ChainParams>> = async () => {
const feeMargin = { min: 0.5, max: 5 };
const solFeeMargin = { min: 5, max: 5 };
const solFeeMargin = { min: 4, max: 4 };
const notifier = evNotifier(middleware_uri);

// VeChain related:
Expand Down

0 comments on commit 1342e59

Please sign in to comment.