@hawksightco/hawk-sdk 0.0.16 → 0.0.17

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.
@@ -96,12 +96,12 @@ export type OrcaPoolConfig = OrcaPoolInfo;
96
96
  export type MeteoraPoolConfig = {
97
97
  address: string;
98
98
  name: string;
99
- mint_x: string;
100
- mint_y: string;
101
- reserve_x: string;
102
- reserve_y: string;
103
- reward_mint_x: string;
104
- reward_mint_y: string;
99
+ mint_a: string;
100
+ mint_b: string;
101
+ reserve_a: string;
102
+ reserve_b: string;
103
+ reward_mint_a: string;
104
+ reward_mint_b: string;
105
105
  bin_step: number;
106
106
  };
107
107
  export type Token = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",