@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/package.json
CHANGED
package/src/generated/wagmi.ts
CHANGED
|
@@ -826,6 +826,9 @@ export const callerAndCommenterConfig = {
|
|
|
826
826
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
827
827
|
|
|
828
828
|
/**
|
|
829
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
830
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
831
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
829
832
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
830
833
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
831
834
|
*/
|
|
@@ -1799,15 +1802,24 @@ export const commentsABI = [
|
|
|
1799
1802
|
] as const
|
|
1800
1803
|
|
|
1801
1804
|
/**
|
|
1805
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1806
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1807
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1802
1808
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1803
1809
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1804
1810
|
*/
|
|
1805
1811
|
export const commentsAddress = {
|
|
1812
|
+
10: '0x7777777C2B3132e03a65721a41745C07170a5877',
|
|
1813
|
+
8453: '0x7777777C2B3132e03a65721a41745C07170a5877',
|
|
1814
|
+
42161: '0x7777777C2B3132e03a65721a41745C07170a5877',
|
|
1806
1815
|
7777777: '0x7777777C2B3132e03a65721a41745C07170a5877',
|
|
1807
1816
|
999999999: '0x7777777C2B3132e03a65721a41745C07170a5877',
|
|
1808
1817
|
} as const
|
|
1809
1818
|
|
|
1810
1819
|
/**
|
|
1820
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1821
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1822
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1811
1823
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1812
1824
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
1813
1825
|
*/
|