@sodax/sdk 0.0.1-rc.43 → 0.0.1-rc.44

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.d.cts CHANGED
@@ -11094,6 +11094,13 @@ declare const spokeChainConfig: {
11094
11094
  readonly address: "0xA28C70F92a1B2513edCdDD29c2E5195a4B785aB2";
11095
11095
  readonly xChainId: "hyper";
11096
11096
  };
11097
+ readonly USDC: {
11098
+ readonly symbol: "USDC";
11099
+ readonly name: "USD Coin";
11100
+ readonly decimals: 6;
11101
+ readonly address: "0xb88339CB7199b77E23DB6E890353E22632Ba630f";
11102
+ readonly xChainId: "hyper";
11103
+ };
11097
11104
  };
11098
11105
  };
11099
11106
  readonly lightlink: {
package/dist/index.d.ts CHANGED
@@ -11094,6 +11094,13 @@ declare const spokeChainConfig: {
11094
11094
  readonly address: "0xA28C70F92a1B2513edCdDD29c2E5195a4B785aB2";
11095
11095
  readonly xChainId: "hyper";
11096
11096
  };
11097
+ readonly USDC: {
11098
+ readonly symbol: "USDC";
11099
+ readonly name: "USD Coin";
11100
+ readonly decimals: 6;
11101
+ readonly address: "0xb88339CB7199b77E23DB6E890353E22632Ba630f";
11102
+ readonly xChainId: "hyper";
11103
+ };
11097
11104
  };
11098
11105
  };
11099
11106
  readonly lightlink: {
package/dist/index.mjs CHANGED
@@ -7502,6 +7502,13 @@ var spokeChainConfig = {
7502
7502
  decimals: 18,
7503
7503
  address: "0xA28C70F92a1B2513edCdDD29c2E5195a4B785aB2",
7504
7504
  xChainId: HYPEREVM_MAINNET_CHAIN_ID
7505
+ },
7506
+ USDC: {
7507
+ symbol: "USDC",
7508
+ name: "USD Coin",
7509
+ decimals: 6,
7510
+ address: "0xb88339CB7199b77E23DB6E890353E22632Ba630f",
7511
+ xChainId: HYPEREVM_MAINNET_CHAIN_ID
7505
7512
  }
7506
7513
  }
7507
7514
  },
@@ -8511,6 +8518,13 @@ var hubAssets = {
8511
8518
  symbol: "SODA",
8512
8519
  name: "SODAX",
8513
8520
  vault: hubVaults.sodaSODA.address
8521
+ },
8522
+ [spokeChainConfig[HYPEREVM_MAINNET_CHAIN_ID].supportedTokens.USDC.address]: {
8523
+ asset: "0x0f78b995d113712deeb17d96638e9d7525d409c6",
8524
+ decimal: 6,
8525
+ symbol: "USDC",
8526
+ name: "USD Coin",
8527
+ vault: hubVaults.sodaUSDC.address
8514
8528
  }
8515
8529
  },
8516
8530
  [LIGHTLINK_MAINNET_CHAIN_ID]: {
@@ -8889,7 +8903,12 @@ var solverSupportedTokens = {
8889
8903
  spokeChainConfig[BSC_MAINNET_CHAIN_ID].supportedTokens.bnUSD,
8890
8904
  spokeChainConfig[BSC_MAINNET_CHAIN_ID].supportedTokens.USDC
8891
8905
  ],
8892
- [HYPEREVM_MAINNET_CHAIN_ID]: [],
8906
+ [HYPEREVM_MAINNET_CHAIN_ID]: [
8907
+ spokeChainConfig[HYPEREVM_MAINNET_CHAIN_ID].supportedTokens.HYPE,
8908
+ spokeChainConfig[HYPEREVM_MAINNET_CHAIN_ID].supportedTokens.bnUSD,
8909
+ spokeChainConfig[HYPEREVM_MAINNET_CHAIN_ID].supportedTokens.SODA,
8910
+ spokeChainConfig[HYPEREVM_MAINNET_CHAIN_ID].supportedTokens.USDC
8911
+ ],
8893
8912
  [LIGHTLINK_MAINNET_CHAIN_ID]: [
8894
8913
  spokeChainConfig[LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens.ETH,
8895
8914
  spokeChainConfig[LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens.bnUSD,