@zkp2p/contracts-v2 0.0.5-rc.1 → 0.0.5-rc.2
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/_cjs/addresses/base.json +1 -1
- package/_cjs/addresses/baseSepolia.json +1 -1
- package/_cjs/addresses/baseStaging.json +1 -1
- package/_cjs/addresses/index.json +8 -0
- package/_cjs/constants/index.json +8 -0
- package/_cjs/paymentMethods/baseSepolia.json +1 -1
- package/_cjs/paymentMethods/baseStaging.json +1 -1
- package/_cjs/paymentMethods/index.json +1 -1
- package/_esm/addresses/base.json +1 -1
- package/_esm/addresses/baseSepolia.json +1 -1
- package/_esm/addresses/baseStaging.json +1 -1
- package/_esm/addresses/index.json +8 -0
- package/_esm/constants/index.json +8 -0
- package/_esm/paymentMethods/baseSepolia.json +1 -1
- package/_esm/paymentMethods/baseStaging.json +1 -1
- package/_esm/paymentMethods/index.json +1 -1
- package/_types/addresses/base.d.ts +1 -1
- package/_types/addresses/baseSepolia.d.ts +1 -1
- package/_types/addresses/baseStaging.d.ts +1 -1
- package/_types/constants/base.d.ts +1 -1
- package/_types/constants/baseSepolia.d.ts +1 -1
- package/_types/constants/baseStaging.d.ts +1 -1
- package/_types/paymentMethods/baseSepolia.d.ts +1 -1
- package/_types/paymentMethods/baseStaging.d.ts +1 -1
- package/addresses/base.d.ts +1 -1
- package/addresses/base.json +1 -1
- package/addresses/baseSepolia.d.ts +1 -1
- package/addresses/baseSepolia.json +1 -1
- package/addresses/baseStaging.d.ts +1 -1
- package/addresses/baseStaging.json +1 -1
- package/addresses/index.json +8 -0
- package/constants/base.d.ts +1 -1
- package/constants/baseSepolia.d.ts +1 -1
- package/constants/baseStaging.d.ts +1 -1
- package/constants/index.json +8 -0
- package/package.json +1 -1
- package/paymentMethods/baseSepolia.d.ts +1 -1
- package/paymentMethods/baseSepolia.json +1 -1
- package/paymentMethods/baseStaging.d.ts +1 -1
- package/paymentMethods/baseStaging.json +1 -1
- package/paymentMethods/index.json +1 -1
package/_cjs/addresses/base.json
CHANGED
package/_esm/addresses/base.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// Typed address file for base
|
|
2
|
-
export type AddressFile = { name: string; chainId: number; contracts: Record<string, 0x${string}
|
|
2
|
+
export type AddressFile = { name: string; chainId: number; contracts: Record<string, `0x${string}`>; meta?: Record<string, unknown> };
|
|
3
3
|
const value: AddressFile;
|
|
4
4
|
export default value;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// Typed address file for baseSepolia
|
|
2
|
-
export type AddressFile = { name: string; chainId: number; contracts: Record<string, 0x${string}
|
|
2
|
+
export type AddressFile = { name: string; chainId: number; contracts: Record<string, `0x${string}`>; meta?: Record<string, unknown> };
|
|
3
3
|
const value: AddressFile;
|
|
4
4
|
export default value;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// Typed address file for baseStaging
|
|
2
|
-
export type AddressFile = { name: string; chainId: number; contracts: Record<string, 0x${string}
|
|
2
|
+
export type AddressFile = { name: string; chainId: number; contracts: Record<string, `0x${string}`>; meta?: Record<string, unknown> };
|
|
3
3
|
const value: AddressFile;
|
|
4
4
|
export default value;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// Typed payment methods file for baseSepolia
|
|
2
|
-
export type PaymentMethods = { methods: Record<string, { paymentMethodHash?: 0x${string}
|
|
2
|
+
export type PaymentMethods = { methods: Record<string, { paymentMethodHash?: `0x${string}`; currencies?: string[] }> };
|
|
3
3
|
const value: PaymentMethods;
|
|
4
4
|
export default value;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// Typed payment methods file for baseStaging
|
|
2
|
-
export type PaymentMethods = { methods: Record<string, { paymentMethodHash?: 0x${string}
|
|
2
|
+
export type PaymentMethods = { methods: Record<string, { paymentMethodHash?: `0x${string}`; currencies?: string[] }> };
|
|
3
3
|
const value: PaymentMethods;
|
|
4
4
|
export default value;
|
package/addresses/base.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// Typed address file for base
|
|
2
|
-
export type AddressFile = { name: string; chainId: number; contracts: Record<string, 0x${string}
|
|
2
|
+
export type AddressFile = { name: string; chainId: number; contracts: Record<string, `0x${string}`>; meta?: Record<string, unknown> };
|
|
3
3
|
const value: AddressFile;
|
|
4
4
|
export default value;
|
package/addresses/base.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// Typed address file for baseSepolia
|
|
2
|
-
export type AddressFile = { name: string; chainId: number; contracts: Record<string, 0x${string}
|
|
2
|
+
export type AddressFile = { name: string; chainId: number; contracts: Record<string, `0x${string}`>; meta?: Record<string, unknown> };
|
|
3
3
|
const value: AddressFile;
|
|
4
4
|
export default value;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// Typed address file for baseStaging
|
|
2
|
-
export type AddressFile = { name: string; chainId: number; contracts: Record<string, 0x${string}
|
|
2
|
+
export type AddressFile = { name: string; chainId: number; contracts: Record<string, `0x${string}`>; meta?: Record<string, unknown> };
|
|
3
3
|
const value: AddressFile;
|
|
4
4
|
export default value;
|
package/constants/base.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// Typed payment methods file for baseSepolia
|
|
2
|
-
export type PaymentMethods = { methods: Record<string, { paymentMethodHash?: 0x${string}
|
|
2
|
+
export type PaymentMethods = { methods: Record<string, { paymentMethodHash?: `0x${string}`; currencies?: string[] }> };
|
|
3
3
|
const value: PaymentMethods;
|
|
4
4
|
export default value;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// Typed payment methods file for baseStaging
|
|
2
|
-
export type PaymentMethods = { methods: Record<string, { paymentMethodHash?: 0x${string}
|
|
2
|
+
export type PaymentMethods = { methods: Record<string, { paymentMethodHash?: `0x${string}`; currencies?: string[] }> };
|
|
3
3
|
const value: PaymentMethods;
|
|
4
4
|
export default value;
|