@gainsnetwork/sdk 0.0.0-me-rc1 → 0.0.0-me-rc2

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.
@@ -165,6 +165,8 @@ const isValidSignedPricesChain = (chainId) => {
165
165
  types_1.ChainId.ARBITRUM,
166
166
  types_1.ChainId.ARBITRUM_SEPOLIA,
167
167
  types_1.ChainId.APECHAIN,
168
+ types_1.ChainId.MEGAETH,
169
+ types_1.ChainId.MEGAETH_TESTNET,
168
170
  ].includes(chainId));
169
171
  };
170
172
  exports.isValidSignedPricesChain = isValidSignedPricesChain;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.0.0-me-rc1",
3
+ "version": "0.0.0-me-rc2",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [