@pear-protocol/symmio-client 0.2.37 → 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 +41 -2
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +41 -2
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -23269,8 +23269,8 @@ var MUON_BASE_URLS = [
|
|
|
23269
23269
|
var MUON_APP_NAME = "symmio";
|
|
23270
23270
|
var MUON_REQUEST_TIMEOUT = 15e3;
|
|
23271
23271
|
var HEDGER_BASE_URLS = {
|
|
23272
|
-
[42161 /* ARBITRUM */]: "https://www.perps-streaming.com/v1/42161a/0x6273242a7E88b3De90822b31648C212215caaFE4",
|
|
23273
|
-
[8453 /* BASE */]: "https://www.perps-streaming.com/v1/8453a/
|
|
23272
|
+
[42161 /* ARBITRUM */]: "https://www.perps-streaming.com/v1/42161a/0x6273242a7E88b3De90822b31648C212215caaFE4/",
|
|
23273
|
+
[8453 /* BASE */]: "https://www.perps-streaming.com/v1/8453a/0xE43166cE17d3511B09438a359dAa53513225101D/"
|
|
23274
23274
|
};
|
|
23275
23275
|
var SymmioSDKError = class extends Error {
|
|
23276
23276
|
constructor(message, code) {
|