@nightlylabs/dex-sdk 0.3.27 → 0.3.28
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
|
@@ -23293,7 +23293,7 @@ var MAINNET_CONFIG = {
|
|
|
23293
23293
|
fullnode: "https://rpc.mainnet.neony.exchange/v1",
|
|
23294
23294
|
indexer: "https://rpc.mainnet.neony.exchange/v1/graphql",
|
|
23295
23295
|
faucet: void 0,
|
|
23296
|
-
chainId:
|
|
23296
|
+
chainId: 23,
|
|
23297
23297
|
apiUrl: "https://api.mainnet.neony.exchange"
|
|
23298
23298
|
};
|
|
23299
23299
|
function getNetworkConfig(mode) {
|
package/dist/index.js
CHANGED
|
@@ -23251,7 +23251,7 @@ var MAINNET_CONFIG = {
|
|
|
23251
23251
|
fullnode: "https://rpc.mainnet.neony.exchange/v1",
|
|
23252
23252
|
indexer: "https://rpc.mainnet.neony.exchange/v1/graphql",
|
|
23253
23253
|
faucet: void 0,
|
|
23254
|
-
chainId:
|
|
23254
|
+
chainId: 23,
|
|
23255
23255
|
apiUrl: "https://api.mainnet.neony.exchange"
|
|
23256
23256
|
};
|
|
23257
23257
|
function getNetworkConfig(mode) {
|