@zoralabs/protocol-deployments 0.3.5-COMMENTS.5 → 0.3.5-COMMENTS.6
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 +22 -22
- package/CHANGELOG.md +6 -0
- package/dist/generated/wagmi.d.ts +15 -0
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +12 -0
package/dist/index.js
CHANGED
|
@@ -1783,6 +1783,9 @@ var commentsABI = [
|
|
|
1783
1783
|
}
|
|
1784
1784
|
];
|
|
1785
1785
|
var commentsAddress = {
|
|
1786
|
+
10: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
1787
|
+
8453: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
1788
|
+
42161: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
1786
1789
|
7777777: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
1787
1790
|
999999999: "0x7777777C2B3132e03a65721a41745C07170a5877"
|
|
1788
1791
|
};
|