@aurigami/sdk 1.16.1 → 1.16.2

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.16.1",
2
+ "version": "1.16.2",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -196,7 +196,7 @@ export class MoneyMarketRead extends BlockchainEntityRead {
196
196
 
197
197
  @cache({ ttl: CACHE_TIMEOUT, type: CacheType.MEMO })
198
198
  public async getDepositStaderAPY(): Promise<BigNumber> {
199
- const rewardStartTime = 1675371600;
199
+ const rewardStartTime = 1675346400;
200
200
  const currentTime = helpers.getCurrentTimestamp();
201
201
  if (currentTime < rewardStartTime) {
202
202
  return new BigNumber(0);