@sodax/sdk 1.0.0-rc.1 → 1.0.0-rc.3

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 CHANGED
@@ -6772,7 +6772,7 @@ var FEE_PERCENTAGE_SCALE = 10000n;
6772
6772
  var STELLAR_PRIORITY_FEE = "10000";
6773
6773
  var STELLAR_DEFAULT_TX_TIMEOUT_SECONDS = 100;
6774
6774
  var DEFAULT_DEADLINE_OFFSET = 300n;
6775
- var DEFAULT_BACKEND_API_ENDPOINT = "https://apiv1.coolify.iconblockchain.xyz";
6775
+ var DEFAULT_BACKEND_API_ENDPOINT = "https://api.sodax.com/v1/be";
6776
6776
  var DEFAULT_BACKEND_API_TIMEOUT = 3e4;
6777
6777
  var DEFAULT_BACKEND_API_HEADERS = {
6778
6778
  "Content-Type": "application/json",
@@ -6826,6 +6826,8 @@ function getEvmViemChain(id) {
6826
6826
  return hyper;
6827
6827
  case types.LIGHTLINK_MAINNET_CHAIN_ID:
6828
6828
  return chains.lightlinkPhoenix;
6829
+ case types.ETHEREUM_MAINNET_CHAIN_ID:
6830
+ return chains.mainnet;
6829
6831
  default:
6830
6832
  throw new Error(`Unsupported EVM chain ID: ${id}`);
6831
6833
  }