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