@drift-labs/vaults-sdk 0.2.7 → 0.2.8
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/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type DriftVaults = {
|
|
2
|
-
version: '0.
|
|
2
|
+
version: '0.2.0';
|
|
3
3
|
name: 'drift_vaults';
|
|
4
4
|
instructions: [
|
|
5
5
|
{
|
|
@@ -2762,7 +2762,7 @@ export type DriftVaults = {
|
|
|
2762
2762
|
};
|
|
2763
2763
|
|
|
2764
2764
|
export const IDL: DriftVaults = {
|
|
2765
|
-
version: '0.
|
|
2765
|
+
version: '0.2.0',
|
|
2766
2766
|
name: 'drift_vaults',
|
|
2767
2767
|
instructions: [
|
|
2768
2768
|
{
|