@ape.swap/bonds-sdk 3.0.4-test.2 → 3.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  import { LaunchBondTiers } from '@ape.swap/apeswap-lists';
3
- interface MinTierBondProps {
3
+ interface XmasFlashBondProps {
4
4
  userTier: LaunchBondTiers | null;
5
5
  minTier: number | undefined;
6
6
  }
7
- declare const TagMinTierBond: React.FC<MinTierBondProps>;
8
- export default TagMinTierBond;
7
+ declare const TagXmasFlashBond: React.FC<XmasFlashBondProps>;
8
+ export default TagXmasFlashBond;