@zoralabs/protocol-deployments 0.1.7 → 0.1.8
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 +8 -8
- package/CHANGELOG.md +6 -0
- package/dist/generated/wagmi.d.ts +10 -18
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +4 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/mints.ts +2 -2
- package/src/generated/wagmi.ts +8 -9
package/package.json
CHANGED
package/src/generated/mints.ts
CHANGED
|
@@ -39,13 +39,13 @@ export const chainConfigs = {
|
|
|
39
39
|
export const addresses = {
|
|
40
40
|
7777777: {
|
|
41
41
|
MINTS_ETH_UNWRAPPER_AND_CALLER:
|
|
42
|
-
"
|
|
42
|
+
"0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
|
|
43
43
|
MINTS_MANAGER_IMPL: "0x978685ad10B829F17e6c2C6E8EeABd7dFDdC1678",
|
|
44
44
|
MINTS_MANAGER_IMPL_VERSION: "0.1.2",
|
|
45
45
|
},
|
|
46
46
|
999999999: {
|
|
47
47
|
MINTS_ETH_UNWRAPPER_AND_CALLER:
|
|
48
|
-
"
|
|
48
|
+
"0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
|
|
49
49
|
MINTS_MANAGER_IMPL: "0x978685ad10B829F17e6c2C6E8EeABd7dFDdC1678",
|
|
50
50
|
MINTS_MANAGER_IMPL_VERSION: "0.1.2",
|
|
51
51
|
},
|
package/src/generated/wagmi.ts
CHANGED
|
@@ -534,8 +534,8 @@ export const iUnwrapAndForwardActionABI = [
|
|
|
534
534
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
535
535
|
|
|
536
536
|
/**
|
|
537
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
538
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
537
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
|
|
538
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
|
|
539
539
|
*/
|
|
540
540
|
export const mintsEthUnwrapperAndCallerABI = [
|
|
541
541
|
{
|
|
@@ -617,7 +617,6 @@ export const mintsEthUnwrapperAndCallerABI = [
|
|
|
617
617
|
{ type: 'error', inputs: [], name: 'FailedInnerCall' },
|
|
618
618
|
{ type: 'error', inputs: [], name: 'NotExpectingReceive' },
|
|
619
619
|
{ type: 'error', inputs: [], name: 'NotZoraMints1155' },
|
|
620
|
-
{ type: 'error', inputs: [], name: 'ReentrancyGuardReentrantCall' },
|
|
621
620
|
{
|
|
622
621
|
type: 'error',
|
|
623
622
|
inputs: [{ name: 'data', internalType: 'bytes', type: 'bytes' }],
|
|
@@ -627,17 +626,17 @@ export const mintsEthUnwrapperAndCallerABI = [
|
|
|
627
626
|
] as const
|
|
628
627
|
|
|
629
628
|
/**
|
|
630
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
631
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
629
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
|
|
630
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
|
|
632
631
|
*/
|
|
633
632
|
export const mintsEthUnwrapperAndCallerAddress = {
|
|
634
|
-
7777777: '
|
|
635
|
-
999999999: '
|
|
633
|
+
7777777: '0xb0994EB9520C98C97e1F3953a5964535C2bd271A',
|
|
634
|
+
999999999: '0xb0994EB9520C98C97e1F3953a5964535C2bd271A',
|
|
636
635
|
} as const
|
|
637
636
|
|
|
638
637
|
/**
|
|
639
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
640
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
638
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
|
|
639
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
|
|
641
640
|
*/
|
|
642
641
|
export const mintsEthUnwrapperAndCallerConfig = {
|
|
643
642
|
address: mintsEthUnwrapperAndCallerAddress,
|