@tria-sdk/constants 2.1.9 → 2.1.10

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/chains.ts +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tria-sdk/constants",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
package/src/chains.ts CHANGED
@@ -63,7 +63,6 @@ export const TESTNET_CHAINS = [
63
63
  matChainTestnet,
64
64
  baseTestnet,
65
65
  berachainBartio,
66
- imx,
67
66
  ];
68
67
 
69
68
  export const SUPPORTED_EVM_CHAINS = [
@@ -109,7 +108,6 @@ export const AA_SUPPORTED_EVM_CHAINS = [
109
108
  "ARBITRUM",
110
109
  "POLYGON",
111
110
  "BINANCE",
112
- "FUSE",
113
111
  "MUMBAI",
114
112
  sepolia,
115
113
  "OPTIMISM",