@nightlylabs/dex-sdk 0.3.9 → 0.3.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.
package/dist/index.cjs CHANGED
@@ -23188,7 +23188,7 @@ var MAINNET_CONFIG = {
23188
23188
  fullnode: "https://rpc.mainnet.neony.exchange/v1",
23189
23189
  indexer: "https://rpc.mainnet.neony.exchange/v1/graphql",
23190
23190
  faucet: void 0,
23191
- chainId: 69,
23191
+ chainId: 1,
23192
23192
  apiUrl: "https://api.mainnet.neony.exchange"
23193
23193
  };
23194
23194
  function getNetworkConfig(mode) {
package/dist/index.js CHANGED
@@ -23136,7 +23136,7 @@ var MAINNET_CONFIG = {
23136
23136
  fullnode: "https://rpc.mainnet.neony.exchange/v1",
23137
23137
  indexer: "https://rpc.mainnet.neony.exchange/v1/graphql",
23138
23138
  faucet: void 0,
23139
- chainId: 69,
23139
+ chainId: 1,
23140
23140
  apiUrl: "https://api.mainnet.neony.exchange"
23141
23141
  };
23142
23142
  function getNetworkConfig(mode) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {