@exponent-labs/exponent-admin-pda 0.9.3 → 0.9.4

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.
@@ -7,6 +7,6 @@ export declare class ExponentAdminPda {
7
7
  * Return the SY emission tracker account
8
8
  * `bank` is the address of the Marginfi Bank
9
9
  */
10
- exponentAdmin(): any;
10
+ exponentAdmin(): web3.PublicKey;
11
11
  }
12
- export declare const EXPONENT_ADMIN_PROGRAM_ID: any;
12
+ export declare const EXPONENT_ADMIN_PROGRAM_ID: web3.PublicKey;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exponent-labs/exponent-admin-pda",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "AGPL-3.0",