@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.js
CHANGED
|
@@ -23271,8 +23271,8 @@ var MUON_BASE_URLS = [
|
|
|
23271
23271
|
var MUON_APP_NAME = "symmio";
|
|
23272
23272
|
var MUON_REQUEST_TIMEOUT = 15e3;
|
|
23273
23273
|
var HEDGER_BASE_URLS = {
|
|
23274
|
-
[42161 /* ARBITRUM */]: "https://www.perps-streaming.com/v1/42161a/0x6273242a7E88b3De90822b31648C212215caaFE4",
|
|
23275
|
-
[8453 /* BASE */]: "https://www.perps-streaming.com/v1/8453a/
|
|
23274
|
+
[42161 /* ARBITRUM */]: "https://www.perps-streaming.com/v1/42161a/0x6273242a7E88b3De90822b31648C212215caaFE4/",
|
|
23275
|
+
[8453 /* BASE */]: "https://www.perps-streaming.com/v1/8453a/0xE43166cE17d3511B09438a359dAa53513225101D/"
|
|
23276
23276
|
};
|
|
23277
23277
|
var SymmioSDKError = class extends Error {
|
|
23278
23278
|
constructor(message, code) {
|