Skip to content

Commit

Permalink
change solana fee to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Apr 25, 2024
1 parent 2dbd266 commit b3c17a4
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: 7, max: 7 };
const solFeeMargin = { min: 5, max: 5 };
const notifier = evNotifier(middleware_uri);

// VeChain related:
Expand Down

0 comments on commit b3c17a4

Please sign in to comment.