@t2000/sdk 4.0.1 → 4.0.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.
@@ -491,7 +491,6 @@ var SUPPORTED_ASSETS = {
491
491
  var SAVEABLE_ASSETS = ["USDC", "USDsui"];
492
492
  var ALL_NAVI_ASSETS = Object.keys(SUPPORTED_ASSETS);
493
493
  process.env.T2000_OVERLAY_FEE_WALLET ?? "0x5366efbf2b4fe5767fe2e78eb197aa5f5d138d88ac3333fbf3f80a1927da473a";
494
- process.env.T2000_API_URL ?? "https://api.t2000.ai";
495
494
 
496
495
  // src/adapters/registry.ts
497
496
  var ProtocolRegistry = class {