@tokemak/constants 0.2.0 → 0.2.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/dist/index.d.mts CHANGED
@@ -60,7 +60,7 @@ declare const TLDR_AUTO_REBALANCING_LINK = "https://docs.tokemak.xyz/autopilot/a
60
60
  declare const TLDR_YIELD_OPTIMIZING_LINK = "https://docs.tokemak.xyz/autopilot/autopilot-tl-dr/yield-optimizing";
61
61
  declare const TLDR_AUTO_COMPOUNDING_LINK = "https://docs.tokemak.xyz/autopilot/autopilot-tl-dr/auto-compounding";
62
62
  declare const TLDR_DASHBOARD_LINK = "https://docs.tokemak.xyz/autopilot/autopilot-tl-dr/dashboard-and-tracking";
63
- declare const SPLASH_WEBSITE_LINK = "https://www.tokemak.xyz/";
63
+ declare const SPLASH_WEBSITE_LINK = "https://www.auto.finance/";
64
64
  declare const V1_SPLASH_LINK = "https://v1.tokemak.xyz/";
65
65
  declare const V1_APP_LINK = "https://v1.tokemak.xyz/";
66
66
  declare const LEGACY_APP_LINK = "https://legacy.auto.finance";
package/dist/index.d.ts CHANGED
@@ -60,7 +60,7 @@ declare const TLDR_AUTO_REBALANCING_LINK = "https://docs.tokemak.xyz/autopilot/a
60
60
  declare const TLDR_YIELD_OPTIMIZING_LINK = "https://docs.tokemak.xyz/autopilot/autopilot-tl-dr/yield-optimizing";
61
61
  declare const TLDR_AUTO_COMPOUNDING_LINK = "https://docs.tokemak.xyz/autopilot/autopilot-tl-dr/auto-compounding";
62
62
  declare const TLDR_DASHBOARD_LINK = "https://docs.tokemak.xyz/autopilot/autopilot-tl-dr/dashboard-and-tracking";
63
- declare const SPLASH_WEBSITE_LINK = "https://www.tokemak.xyz/";
63
+ declare const SPLASH_WEBSITE_LINK = "https://www.auto.finance/";
64
64
  declare const V1_SPLASH_LINK = "https://v1.tokemak.xyz/";
65
65
  declare const V1_APP_LINK = "https://v1.tokemak.xyz/";
66
66
  declare const LEGACY_APP_LINK = "https://legacy.auto.finance";
package/dist/index.js CHANGED
@@ -181,7 +181,7 @@ var TLDR_AUTO_REBALANCING_LINK = "https://docs.tokemak.xyz/autopilot/autopilot-t
181
181
  var TLDR_YIELD_OPTIMIZING_LINK = "https://docs.tokemak.xyz/autopilot/autopilot-tl-dr/yield-optimizing";
182
182
  var TLDR_AUTO_COMPOUNDING_LINK = "https://docs.tokemak.xyz/autopilot/autopilot-tl-dr/auto-compounding";
183
183
  var TLDR_DASHBOARD_LINK = "https://docs.tokemak.xyz/autopilot/autopilot-tl-dr/dashboard-and-tracking";
184
- var SPLASH_WEBSITE_LINK = "https://www.tokemak.xyz/";
184
+ var SPLASH_WEBSITE_LINK = "https://www.auto.finance/";
185
185
  var V1_SPLASH_LINK = "https://v1.tokemak.xyz/";
186
186
  var V1_APP_LINK = "https://v1.tokemak.xyz/";
187
187
  var LEGACY_APP_LINK = "https://legacy.auto.finance";
package/dist/index.mjs CHANGED
@@ -59,7 +59,7 @@ var TLDR_AUTO_REBALANCING_LINK = "https://docs.tokemak.xyz/autopilot/autopilot-t
59
59
  var TLDR_YIELD_OPTIMIZING_LINK = "https://docs.tokemak.xyz/autopilot/autopilot-tl-dr/yield-optimizing";
60
60
  var TLDR_AUTO_COMPOUNDING_LINK = "https://docs.tokemak.xyz/autopilot/autopilot-tl-dr/auto-compounding";
61
61
  var TLDR_DASHBOARD_LINK = "https://docs.tokemak.xyz/autopilot/autopilot-tl-dr/dashboard-and-tracking";
62
- var SPLASH_WEBSITE_LINK = "https://www.tokemak.xyz/";
62
+ var SPLASH_WEBSITE_LINK = "https://www.auto.finance/";
63
63
  var V1_SPLASH_LINK = "https://v1.tokemak.xyz/";
64
64
  var V1_APP_LINK = "https://v1.tokemak.xyz/";
65
65
  var LEGACY_APP_LINK = "https://legacy.auto.finance";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokemak/constants",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@tokemak/config": "0.3.0",
29
- "@tokemak/tokenlist": "0.2.0"
29
+ "@tokemak/tokenlist": "0.3.1"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tsup",