@nightlylabs/dex-sdk 0.3.5 → 0.3.6

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
@@ -23230,7 +23230,7 @@ var MAINNET_CONFIG = {
23230
23230
  fullnode: "https://rpc.mainnet.neony.exchange/v1",
23231
23231
  indexer: "https://rpc.mainnet.neony.exchange/v1/graphql",
23232
23232
  faucet: void 0,
23233
- chainId: 69,
23233
+ chainId: 1,
23234
23234
  apiUrl: "https://api.mainnet.neony.exchange"
23235
23235
  };
23236
23236
  function getNetworkConfig(mode) {
package/dist/index.js CHANGED
@@ -23178,7 +23178,7 @@ var MAINNET_CONFIG = {
23178
23178
  fullnode: "https://rpc.mainnet.neony.exchange/v1",
23179
23179
  indexer: "https://rpc.mainnet.neony.exchange/v1/graphql",
23180
23180
  faucet: void 0,
23181
- chainId: 69,
23181
+ chainId: 1,
23182
23182
  apiUrl: "https://api.mainnet.neony.exchange"
23183
23183
  };
23184
23184
  function getNetworkConfig(mode) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {