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

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,15 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
+ ## 0.2.0-SPARKS.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 94f524b4: Publishing Sparks contracts abis and addresses. `MintsEthUnwrapperAndCaller` abis and addresses renamed to `SparksEthUnwrapperAndCaller`
8
+
9
+ ### Patch Changes
10
+
11
+ - fcf962f2: Deployed Sparks contracts
12
+
3
13
  ## 0.1.13
4
14
 
5
15
  ### Patch Changes
package/README.md CHANGED
@@ -1,14 +1,5 @@
1
1
  # Zora Protocol Deployments
2
2
 
3
- Published package containing a bundle of deployed addresses and versions for the Zora Protocol.
3
+ Published package containing a bundle of deployed abis and addresses for the Zora Protocol.
4
4
 
5
- ## npm package usage
6
-
7
- Import abis and addresses for a contract from the package:
8
-
9
- ```typescript
10
- import { zoraCreator1155FactoryImplConfig } from "@zoralabs/protocol-deployments";
11
-
12
- // get addresses and abi for the zora creator 1155 factory:
13
- const { addresses, abi } = zoraCreator1155FactoryImplConfig;
14
- ```
5
+ For documentation and guides, [head to the documentation site.](https://ourzora.github.io/zora-protocol/protocol-deployments/guide)
@@ -0,0 +1,51 @@
1
+ export declare const chainConfigs: {
2
+ 1: {
3
+ PROXY_ADMIN: string;
4
+ };
5
+ 10: {
6
+ PROXY_ADMIN: string;
7
+ };
8
+ 420: {
9
+ PROXY_ADMIN: string;
10
+ };
11
+ 8453: {
12
+ PROXY_ADMIN: string;
13
+ };
14
+ 42161: {
15
+ PROXY_ADMIN: string;
16
+ };
17
+ 81457: {
18
+ PROXY_ADMIN: string;
19
+ };
20
+ 84531: {
21
+ PROXY_ADMIN: string;
22
+ };
23
+ 84532: {
24
+ PROXY_ADMIN: string;
25
+ };
26
+ 421614: {
27
+ PROXY_ADMIN: string;
28
+ };
29
+ 7777777: {
30
+ PROXY_ADMIN: string;
31
+ };
32
+ 11155111: {
33
+ PROXY_ADMIN: string;
34
+ };
35
+ 999999999: {
36
+ PROXY_ADMIN: string;
37
+ };
38
+ };
39
+ export declare const addresses: {
40
+ 7777777: {
41
+ SPARKS_ETH_UNWRAPPER_AND_CALLER: string;
42
+ SPARKS_MANAGER_IMPL: string;
43
+ SPARKS_MANAGER_IMPL_VERSION: string;
44
+ };
45
+ 999999999: {
46
+ SPARKS_ETH_UNWRAPPER_AND_CALLER: string;
47
+ SPARKS_MANAGER_IMPL: string;
48
+ SPARKS_MANAGER_IMPL_VERSION: string;
49
+ };
50
+ };
51
+ //# sourceMappingURL=sparks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sparks.d.ts","sourceRoot":"","sources":["../../src/generated/sparks.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAaxB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;CAarB,CAAC"}