@zoralabs/protocol-deployments 0.2.0-SPARKS.0 → 0.2.0-SPARKS.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
+ ## 0.2.0-SPARKS.2
4
+
5
+ ### Patch Changes
6
+
7
+ - eb78bf31: Undo changes to MintsEthUnwrapperAndCaller
8
+
9
+ ## 0.2.0-SPARKS.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 4c383723: Updated sparks deployment
14
+
3
15
  ## 0.2.0-SPARKS.0
4
16
 
5
17
  ### Minor Changes
@@ -38,12 +38,12 @@ export declare const chainConfigs: {
38
38
  };
39
39
  export declare const addresses: {
40
40
  7777777: {
41
- SPARKS_ETH_UNWRAPPER_AND_CALLER: string;
41
+ MINTS_ETH_UNWRAPPER_AND_CALLER: string;
42
42
  SPARKS_MANAGER_IMPL: string;
43
43
  SPARKS_MANAGER_IMPL_VERSION: string;
44
44
  };
45
45
  999999999: {
46
- SPARKS_ETH_UNWRAPPER_AND_CALLER: string;
46
+ MINTS_ETH_UNWRAPPER_AND_CALLER: string;
47
47
  SPARKS_MANAGER_IMPL: string;
48
48
  SPARKS_MANAGER_IMPL_VERSION: string;
49
49
  };