@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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:
|
|
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:
|
|
23139
|
+
chainId: 1,
|
|
23140
23140
|
apiUrl: "https://api.mainnet.neony.exchange"
|
|
23141
23141
|
};
|
|
23142
23142
|
function getNetworkConfig(mode) {
|