@zoralabs/protocol-deployments 0.5.0 → 0.5.1
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/.turbo/turbo-build.log +15 -15
- package/CHANGELOG.md +6 -0
- package/dist/generated/wagmi.d.ts +8 -0
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +4 -1
package/package.json
CHANGED
package/src/generated/wagmi.ts
CHANGED
|
@@ -2067,7 +2067,10 @@ export const coinFactoryABI = [
|
|
|
2067
2067
|
{ name: 'orderSize', internalType: 'uint256', type: 'uint256' },
|
|
2068
2068
|
],
|
|
2069
2069
|
name: 'deploy',
|
|
2070
|
-
outputs: [
|
|
2070
|
+
outputs: [
|
|
2071
|
+
{ name: '', internalType: 'address', type: 'address' },
|
|
2072
|
+
{ name: '', internalType: 'uint256', type: 'uint256' },
|
|
2073
|
+
],
|
|
2071
2074
|
stateMutability: 'payable',
|
|
2072
2075
|
},
|
|
2073
2076
|
{
|