@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-deployments",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -39,13 +39,13 @@ export const chainConfigs = {
39
39
  export const addresses = {
40
40
  7777777: {
41
41
  MINTS_ETH_UNWRAPPER_AND_CALLER:
42
- "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
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
- "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
48
+ "0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
49
49
  MINTS_MANAGER_IMPL: "0x978685ad10B829F17e6c2C6E8EeABd7dFDdC1678",
50
50
  MINTS_MANAGER_IMPL_VERSION: "0.1.2",
51
51
  },
@@ -534,8 +534,8 @@ export const iUnwrapAndForwardActionABI = [
534
534
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
535
535
 
536
536
  /**
537
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
538
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
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/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
631
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
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: '0xE9Db91DD126D81697B588F1C145d74283E5C8ccC',
635
- 999999999: '0xE9Db91DD126D81697B588F1C145d74283E5C8ccC',
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/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
640
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
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,