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

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