@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.mjs
CHANGED
|
@@ -536,8 +536,8 @@ var MUON_BASE_URLS = [
|
|
|
536
536
|
var MUON_APP_NAME = "symmio";
|
|
537
537
|
var MUON_REQUEST_TIMEOUT = 15e3;
|
|
538
538
|
var HEDGER_BASE_URLS = {
|
|
539
|
-
[42161 /* ARBITRUM */]: "https://www.perps-streaming.com/v1/42161a/0x6273242a7E88b3De90822b31648C212215caaFE4",
|
|
540
|
-
[8453 /* BASE */]: "https://www.perps-streaming.com/v1/8453a/
|
|
539
|
+
[42161 /* ARBITRUM */]: "https://www.perps-streaming.com/v1/42161a/0x6273242a7E88b3De90822b31648C212215caaFE4/",
|
|
540
|
+
[8453 /* BASE */]: "https://www.perps-streaming.com/v1/8453a/0xE43166cE17d3511B09438a359dAa53513225101D/"
|
|
541
541
|
};
|
|
542
542
|
|
|
543
543
|
// src/actions/instant.ts
|