@rhea-finance/cross-chain-sdk 0.1.1 → 0.1.2

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
@@ -844,6 +844,7 @@ interface INEARConfig {
844
844
  txIdApiUrl: string;
845
845
  AM_CONTRACT: string;
846
846
  NBTCTokenId: string;
847
+ WBTC_TOKEN_ID: string;
847
848
  hiddenAssets: string[];
848
849
  oneClickUrl: string;
849
850
  RELAYER_ID: string;
package/dist/index.d.ts CHANGED
@@ -844,6 +844,7 @@ interface INEARConfig {
844
844
  txIdApiUrl: string;
845
845
  AM_CONTRACT: string;
846
846
  NBTCTokenId: string;
847
+ WBTC_TOKEN_ID: string;
847
848
  hiddenAssets: string[];
848
849
  oneClickUrl: string;
849
850
  RELAYER_ID: string;
package/dist/index.js CHANGED
@@ -25,6 +25,7 @@ function getConfig() {
25
25
  WRAP_NEAR_CONTRACT_ID: "wrap.near",
26
26
  XRHEA_TOKEN_ID: "xtoken.rhealab.near",
27
27
  NBTCTokenId: "nbtc.bridge.near",
28
+ WBTC_TOKEN_ID: "2260fac5e5542a773aa44fbcfedf7c193bc2c599.factory.bridge.near",
28
29
  indexUrl: "https://api.rhea.finance",
29
30
  dataServiceUrl: "https://apidata.rhea.finance",
30
31
  txIdApiUrl: "https://api3.nearblocks.io",