Skip to content

Commit

Permalink
feat(blockchain-link): minFee and maxFee for solana for working valid…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
vytick committed Nov 22, 2024
1 parent d0c54f2 commit 90458cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/connect/src/data/defaultFeeLevels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ const SOLANA_FEE_INFO: FeeInfoWithLevels = {
blocks: -1,
},
],
minFee: -1, // unused
maxFee: -1, // unused
minFee: 25000,
maxFee: 1000000000,
dustLimit: -1, // unknown/unused
};

Expand Down

0 comments on commit 90458cd

Please sign in to comment.