Skip to content

@3loop/transaction-decoder@0.27.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 11:37
· 42 commits to main since this release
aed7ceb

Minor Changes

  • d7ee3d8: BREAKING CHANGE: Changing the interface we use to declare ABI strategies and adding rate limiter per strategy. The Breaking Change will only affect you if you are declaring the store layers manually, if you are using the default stores you will not be affected.

    Example usage:

    EtherscanV2StrategyResolver({
      apikey: apikey,
      rateLimit: { limit: 5, interval: '2 seconds', algorithm: 'fixed-window' },
    })