@gainsnetwork/sdk 0.0.44-rc1 → 0.0.44-rc2
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/lib/constants.d.ts +1 -1
- package/lib/constants.js +1 -1
- package/package.json +1 -1
package/lib/constants.d.ts
CHANGED
|
@@ -189,7 +189,7 @@ export declare const pairs: {
|
|
|
189
189
|
"WTI/USD": string;
|
|
190
190
|
"XPT/USD": string;
|
|
191
191
|
"XPD/USD": string;
|
|
192
|
-
"
|
|
192
|
+
"HG/USD": string;
|
|
193
193
|
};
|
|
194
194
|
export declare const getAssetClassFromGroupIndex: (groupIndex: number) => string | undefined;
|
|
195
195
|
export declare const tickerChanges: {
|
package/lib/constants.js
CHANGED