@gearbox-protocol/sdk 3.0.0-next.140 → 3.0.0-next.141

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.
@@ -9,8 +9,7 @@ exports.TESTNET_CHAINS = {
9
9
  };
10
10
  const CHARTS_BACKEND_ADDRESSES = {
11
11
  [sdk_gov_1.CHAINS.Mainnet]: "https://charts-server.fly.dev",
12
- // !& server for Arbitrum
13
- [sdk_gov_1.CHAINS.Arbitrum]: "https://charts-server.fly.dev",
12
+ [sdk_gov_1.CHAINS.Arbitrum]: "https://arbitrum.gearbox.foundation",
14
13
  [sdk_gov_1.CHAINS.Local]: "https://charts-server.fly.dev",
15
14
  [exports.TESTNET_CHAINS.Mainnet]: "https://testnet.gearbox.foundation",
16
15
  // !& test server for Optimism
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "3.0.0-next.140",
3
+ "version": "3.0.0-next.141",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",