@t2000/sdk 1.1.0 → 1.2.0

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.
@@ -488,8 +488,6 @@ var SUPPORTED_ASSETS = {
488
488
  };
489
489
  var STABLE_ASSETS = ["USDC"];
490
490
  var ALL_NAVI_ASSETS = Object.keys(SUPPORTED_ASSETS);
491
- process.env.T2000_PACKAGE_ID ?? "0xd775fcc66eae26797654d435d751dea56b82eeb999de51fd285348e573b968ad";
492
- process.env.T2000_CONFIG_ID ?? "0x08ba26f0d260b5edf6a19c71492b3eb914906a7419baf2df1426765157e5862a";
493
491
  process.env.T2000_OVERLAY_FEE_WALLET ?? "0x5366efbf2b4fe5767fe2e78eb197aa5f5d138d88ac3333fbf3f80a1927da473a";
494
492
  process.env.T2000_API_URL ?? "https://api.t2000.ai";
495
493