@aztec/constants 0.0.0-test.1 → 0.0.1-fake-c83136db25

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/src/constants.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  // Typescript-land-only constants
2
- export const FEE_FUNDING_FOR_TESTER_ACCOUNT = BigInt(1_000e18);
2
+ export const SPONSORED_FPC_SALT = BigInt(0);
3
3
 
4
4
  // Autogenerated constants loaded from noir-land
5
5
  export * from './constants.gen.js';