@pear-protocol/symmio-client 0.2.38 → 0.2.39
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/react/index.js +2 -2
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +2 -2
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/react/index.js
CHANGED
|
@@ -538,8 +538,8 @@ var MUON_BASE_URLS = [
|
|
|
538
538
|
var MUON_APP_NAME = "symmio";
|
|
539
539
|
var MUON_REQUEST_TIMEOUT = 15e3;
|
|
540
540
|
var HEDGER_BASE_URLS = {
|
|
541
|
-
[42161 /* ARBITRUM */]: "https://www.perps-streaming.com/v1/42161a/0x6273242a7E88b3De90822b31648C212215caaFE4",
|
|
542
|
-
[8453 /* BASE */]: "https://www.perps-streaming.com/v1/8453a/
|
|
541
|
+
[42161 /* ARBITRUM */]: "https://www.perps-streaming.com/v1/42161a/0x6273242a7E88b3De90822b31648C212215caaFE4/",
|
|
542
|
+
[8453 /* BASE */]: "https://www.perps-streaming.com/v1/8453a/0xE43166cE17d3511B09438a359dAa53513225101D/"
|
|
543
543
|
};
|
|
544
544
|
|
|
545
545
|
// src/actions/instant.ts
|