@zoralabs/protocol-deployments 0.2.0-SPARKS.1 → 0.2.0-SPARKS.3

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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - a3b86207: Fixed sparks deployment
8
+
9
+ ## 0.2.0-SPARKS.2
10
+
11
+ ### Patch Changes
12
+
13
+ - eb78bf31: Undo changes to MintsEthUnwrapperAndCaller
14
+
3
15
  ## 0.2.0-SPARKS.1
4
16
 
5
17
  ### Patch Changes
@@ -43,7 +43,7 @@ export declare const addresses: {
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
  };