@exponent-labs/generic-sy-idl 0.0.9 → 0.1.0

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/build/idl.json CHANGED
@@ -745,6 +745,9 @@
745
745
  },
746
746
  {
747
747
  "name": "Meteora"
748
+ },
749
+ {
750
+ "name": "FragmetricSupportedAsset"
748
751
  }
749
752
  ]
750
753
  }
package/build/type.d.ts CHANGED
@@ -751,6 +751,9 @@ export type GenericStandard = {
751
751
  },
752
752
  {
753
753
  "name": "meteora";
754
+ },
755
+ {
756
+ "name": "fragmetricSupportedAsset";
754
757
  }
755
758
  ];
756
759
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exponent-labs/generic-sy-idl",
3
- "version": "0.0.9",
3
+ "version": "0.1.0",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "AGPL-3.0",
package/src/idl.json CHANGED
@@ -745,6 +745,9 @@
745
745
  },
746
746
  {
747
747
  "name": "Meteora"
748
+ },
749
+ {
750
+ "name": "FragmetricSupportedAsset"
748
751
  }
749
752
  ]
750
753
  }
package/src/type.ts CHANGED
@@ -751,6 +751,9 @@ export type GenericStandard = {
751
751
  },
752
752
  {
753
753
  "name": "meteora"
754
+ },
755
+ {
756
+ "name": "fragmetricSupportedAsset"
754
757
  }
755
758
  ]
756
759
  }