@across-protocol/sdk 4.3.63 → 4.3.65

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.
@@ -54,8 +54,8 @@ exports.STABLE_COIN_SYMBOLS = tslib_1.__spreadArray(tslib_1.__spreadArray([], ex
54
54
  exports.CUSTOM_GAS_TOKENS = (_a = {},
55
55
  _a[constants_1.CHAIN_IDs.BSC] = "BNB",
56
56
  _a[constants_1.CHAIN_IDs.HYPEREVM] = "HYPE",
57
- _a[constants_1.CHAIN_IDs.PLASMA] = "XLP",
58
- _a[constants_1.CHAIN_IDs.PLASMA_TESTNET] = "XLP",
57
+ _a[constants_1.CHAIN_IDs.PLASMA] = "XPL",
58
+ _a[constants_1.CHAIN_IDs.PLASMA_TESTNET] = "XPL",
59
59
  _a[constants_1.CHAIN_IDs.POLYGON] = "MATIC",
60
60
  _a[constants_1.CHAIN_IDs.POLYGON_AMOY] = "MATIC",
61
61
  _a[constants_1.CHAIN_IDs.LENS] = "GHO",
@@ -62,8 +62,8 @@ export var STABLE_COIN_SYMBOLS = __spreadArray(__spreadArray([], BRIDGED_USDC_SY
62
62
  export var CUSTOM_GAS_TOKENS = (_a = {},
63
63
  _a[CHAIN_IDs.BSC] = "BNB",
64
64
  _a[CHAIN_IDs.HYPEREVM] = "HYPE",
65
- _a[CHAIN_IDs.PLASMA] = "XLP",
66
- _a[CHAIN_IDs.PLASMA_TESTNET] = "XLP",
65
+ _a[CHAIN_IDs.PLASMA] = "XPL",
66
+ _a[CHAIN_IDs.PLASMA_TESTNET] = "XPL",
67
67
  _a[CHAIN_IDs.POLYGON] = "MATIC",
68
68
  _a[CHAIN_IDs.POLYGON_AMOY] = "MATIC",
69
69
  _a[CHAIN_IDs.LENS] = "GHO",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@across-protocol/sdk",
3
3
  "author": "UMA Team",
4
- "version": "4.3.63",
4
+ "version": "4.3.65",
5
5
  "license": "AGPL-3.0",
6
6
  "homepage": "https://docs.across.to/reference/sdk",
7
7
  "files": [
@@ -106,7 +106,7 @@
106
106
  },
107
107
  "dependencies": {
108
108
  "@across-protocol/across-token": "^1.0.0",
109
- "@across-protocol/constants": "^3.1.77",
109
+ "@across-protocol/constants": "^3.1.78",
110
110
  "@across-protocol/contracts": "^4.1.8",
111
111
  "@coral-xyz/anchor": "^0.30.1",
112
112
  "@eth-optimism/sdk": "^3.3.1",
package/src/constants.ts CHANGED
@@ -89,8 +89,8 @@ export const STABLE_COIN_SYMBOLS = [
89
89
  export const CUSTOM_GAS_TOKENS = {
90
90
  [CHAIN_IDs.BSC]: "BNB",
91
91
  [CHAIN_IDs.HYPEREVM]: "HYPE",
92
- [CHAIN_IDs.PLASMA]: "XLP",
93
- [CHAIN_IDs.PLASMA_TESTNET]: "XLP",
92
+ [CHAIN_IDs.PLASMA]: "XPL",
93
+ [CHAIN_IDs.PLASMA_TESTNET]: "XPL",
94
94
  [CHAIN_IDs.POLYGON]: "MATIC",
95
95
  [CHAIN_IDs.POLYGON_AMOY]: "MATIC",
96
96
  [CHAIN_IDs.LENS]: "GHO",