@gearbox-protocol/sdk 3.0.0-next.169 → 3.0.0-next.170

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.
@@ -1,8 +1,5 @@
1
- export declare const TESTNET_CHAINS: {
2
- readonly Mainnet: 7878;
3
- readonly Optimism: 7879;
4
- readonly Arbitrum: 7880;
5
- };
1
+ import { NetworkType } from "@gearbox-protocol/sdk-gov";
2
+ export declare const TESTNET_CHAINS: Record<NetworkType, number>;
6
3
  type ChartsPriceSource = "chainlink" | "spot";
7
4
  interface Options {
8
5
  params?: Record<string, string | number>;
@@ -6,6 +6,7 @@ exports.TESTNET_CHAINS = {
6
6
  Mainnet: 7878,
7
7
  Optimism: 7879,
8
8
  Arbitrum: 7880,
9
+ Base: 7881,
9
10
  };
10
11
  const CHARTS_BACKEND_ADDRESSES = {
11
12
  [sdk_gov_1.CHAINS.Mainnet]: "https://charts-server.fly.dev",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "3.0.0-next.169",
3
+ "version": "3.0.0-next.170",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",