@shogun-sdk/intents-sdk 1.4.3 → 1.4.4
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/constants.ts +2 -2
package/dist/index.cjs
CHANGED
|
@@ -258,7 +258,7 @@ var init_constants = __esm({
|
|
|
258
258
|
SUI_GUARD_COLLATERAL_TYPE = "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
259
259
|
SUI_GUARD_STABLECOIN_TYPE = "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
260
260
|
auctioneerUrlOverride = typeof process !== "undefined" ? process.env?.INTENTS_AUCTIONEER_URL : void 0;
|
|
261
|
-
AUCTIONEER_URL = auctioneerUrlOverride || (useProdConfig ? "https://
|
|
261
|
+
AUCTIONEER_URL = auctioneerUrlOverride || (useProdConfig ? "https://intents.shogun.bot" : "http://127.0.0.1:8080");
|
|
262
262
|
MAX_UINT_32 = 2n ** 32n - 1n;
|
|
263
263
|
MAX_UINT_64 = 2n ** 64n - 1n;
|
|
264
264
|
MAX_UINT_128 = 2n ** 128n - 1n;
|
|
@@ -278,7 +278,7 @@ var init_constants = __esm({
|
|
|
278
278
|
NATIVE_SUI_TOKEN_ADDRESS = "0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI";
|
|
279
279
|
EVM_ZERO_ADDRESS = "0x0000000000000000000000000000000000000000";
|
|
280
280
|
EVM_ZERO_SIGNATURE = "0x0000000000000000000000000000000000000000000000000000000000000000";
|
|
281
|
-
TOKEN_SEARCH_API_BASE_URL = "https://
|
|
281
|
+
TOKEN_SEARCH_API_BASE_URL = "https://token-search-api.vercel.app";
|
|
282
282
|
}
|
|
283
283
|
});
|
|
284
284
|
|