@sip-protocol/sdk 0.2.7 → 0.2.8
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/browser.js +26 -5
- package/dist/browser.mjs +1 -1
- package/dist/chunk-UPTISVCY.mjs +10304 -0
- package/dist/index.js +26 -5
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/adapters/near-intents.ts +31 -5
package/dist/browser.js
CHANGED
|
@@ -2457,22 +2457,43 @@ var DEFAULT_ASSET_MAPPINGS = {
|
|
|
2457
2457
|
// NEAR assets
|
|
2458
2458
|
"near:NEAR": "nep141:wrap.near",
|
|
2459
2459
|
"near:wNEAR": "nep141:wrap.near",
|
|
2460
|
+
"near:USDC": "nep141:17208628f84f5d6ad33f0da3bbbeb27ffcb398eac501a31bd6ad2011e36133a1",
|
|
2460
2461
|
// Ethereum assets (via OMFT bridge)
|
|
2461
2462
|
"ethereum:ETH": "nep141:eth.omft.near",
|
|
2462
|
-
"ethereum:USDC": "nep141:
|
|
2463
|
-
"ethereum:USDT": "nep141:
|
|
2463
|
+
"ethereum:USDC": "nep141:eth-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.omft.near",
|
|
2464
|
+
"ethereum:USDT": "nep141:eth-0xdac17f958d2ee523a2206206994597c13d831ec7.omft.near",
|
|
2464
2465
|
// Solana assets (via OMFT bridge)
|
|
2465
2466
|
"solana:SOL": "nep141:sol.omft.near",
|
|
2467
|
+
"solana:USDC": "nep141:sol-5ce3bf3a31af18be40ba30f721101b4341690186.omft.near",
|
|
2468
|
+
"solana:USDT": "nep141:sol-c800a4bd850783ccb82c2b2c7e84175443606352.omft.near",
|
|
2466
2469
|
// Zcash assets
|
|
2467
2470
|
"zcash:ZEC": "nep141:zec.omft.near",
|
|
2468
2471
|
// Arbitrum assets
|
|
2469
2472
|
"arbitrum:ETH": "nep141:arb.omft.near",
|
|
2473
|
+
"arbitrum:ARB": "nep141:arb-0x912ce59144191c1204e64559fe8253a0e49e6548.omft.near",
|
|
2474
|
+
"arbitrum:USDC": "nep141:arb-0xaf88d065e77c8cc2239327c5edb3a432268e5831.omft.near",
|
|
2470
2475
|
// Base assets
|
|
2471
2476
|
"base:ETH": "nep141:base.omft.near",
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
"
|
|
2477
|
+
"base:USDC": "nep141:base-0x833589fcd6edb6e08f4c7c32d4f71b54bda02913.omft.near",
|
|
2478
|
+
// Optimism assets (via HOT bridge - uses nep245)
|
|
2479
|
+
"optimism:ETH": "nep245:v2_1.omni.hot.tg:10_11111111111111111111",
|
|
2480
|
+
"optimism:OP": "nep245:v2_1.omni.hot.tg:10_vLAiSt9KfUGKpw5cD3vsSyNYBo7",
|
|
2481
|
+
"optimism:USDC": "nep245:v2_1.omni.hot.tg:10_A2ewyUyDp6qsue1jqZsGypkCxRJ",
|
|
2482
|
+
// Polygon assets (via HOT bridge - uses nep245)
|
|
2483
|
+
"polygon:POL": "nep245:v2_1.omni.hot.tg:137_11111111111111111111",
|
|
2484
|
+
"polygon:MATIC": "nep245:v2_1.omni.hot.tg:137_11111111111111111111",
|
|
2475
2485
|
// POL is the rebranded MATIC
|
|
2486
|
+
"polygon:USDC": "nep245:v2_1.omni.hot.tg:137_qiStmoQJDQPTebaPjgx5VBxZv6L",
|
|
2487
|
+
// BNB Chain assets (via HOT bridge - uses nep245)
|
|
2488
|
+
"bsc:BNB": "nep245:v2_1.omni.hot.tg:56_11111111111111111111",
|
|
2489
|
+
"bsc:USDC": "nep245:v2_1.omni.hot.tg:56_2w93GqMcEmQFDru84j3HZZWt557r",
|
|
2490
|
+
// Avalanche assets (via HOT bridge - uses nep245)
|
|
2491
|
+
"avalanche:AVAX": "nep245:v2_1.omni.hot.tg:43114_11111111111111111111",
|
|
2492
|
+
"avalanche:USDC": "nep245:v2_1.omni.hot.tg:43114_3atVJH3r5c4GqiSYmg9fECvjc47o",
|
|
2493
|
+
// Bitcoin
|
|
2494
|
+
"bitcoin:BTC": "nep141:btc.omft.near",
|
|
2495
|
+
// Aptos
|
|
2496
|
+
"aptos:APT": "nep141:aptos.omft.near"
|
|
2476
2497
|
};
|
|
2477
2498
|
var CHAIN_BLOCKCHAIN_MAP = {
|
|
2478
2499
|
near: "near",
|