@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/dist/index.js
CHANGED
|
@@ -2020,7 +2020,10 @@ var coinFactoryABI = [
|
|
|
2020
2020
|
{ name: "orderSize", internalType: "uint256", type: "uint256" }
|
|
2021
2021
|
],
|
|
2022
2022
|
name: "deploy",
|
|
2023
|
-
outputs: [
|
|
2023
|
+
outputs: [
|
|
2024
|
+
{ name: "", internalType: "address", type: "address" },
|
|
2025
|
+
{ name: "", internalType: "uint256", type: "uint256" }
|
|
2026
|
+
],
|
|
2024
2027
|
stateMutability: "payable"
|
|
2025
2028
|
},
|
|
2026
2029
|
{
|