@zoralabs/protocol-deployments 0.1.5-DEV.0 → 0.1.5-DEV.10

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,11 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
+ ## 0.1.5-DEV.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 042edbe0: Chain ids in protocol-deployments are now numbers instead of strings
8
+
3
9
  ## 0.1.5-DEV.0
4
10
 
5
11
  ### Patch Changes
@@ -1,62 +1,62 @@
1
1
  export declare const chainConfigs: {
2
- "1": {
2
+ 1: {
3
3
  FACTORY_OWNER: string;
4
4
  MINT_FEE_RECIPIENT: string;
5
5
  PROTOCOL_REWARDS: string;
6
6
  };
7
- "10": {
7
+ 10: {
8
8
  FACTORY_OWNER: string;
9
9
  MINT_FEE_RECIPIENT: string;
10
10
  PROTOCOL_REWARDS: string;
11
11
  };
12
- "999": {
12
+ 999: {
13
13
  FACTORY_OWNER: string;
14
14
  MINT_FEE_RECIPIENT: string;
15
15
  PROTOCOL_REWARDS: string;
16
16
  };
17
- "8453": {
17
+ 8453: {
18
18
  FACTORY_OWNER: string;
19
19
  MINT_FEE_RECIPIENT: string;
20
20
  PROTOCOL_REWARDS: string;
21
21
  };
22
- "42161": {
22
+ 42161: {
23
23
  FACTORY_OWNER: string;
24
24
  MINT_FEE_RECIPIENT: string;
25
25
  PROTOCOL_REWARDS: string;
26
26
  };
27
- "81457": {
27
+ 81457: {
28
28
  FACTORY_OWNER: string;
29
29
  MINT_FEE_RECIPIENT: string;
30
30
  PROTOCOL_REWARDS: string;
31
31
  };
32
- "421614": {
32
+ 421614: {
33
33
  FACTORY_OWNER: string;
34
34
  MINT_FEE_RECIPIENT: string;
35
35
  PROTOCOL_REWARDS: string;
36
36
  };
37
- "7777777": {
37
+ 7777777: {
38
38
  FACTORY_OWNER: string;
39
39
  MINT_FEE_RECIPIENT: string;
40
40
  PROTOCOL_REWARDS: string;
41
41
  };
42
- "11155111": {
42
+ 11155111: {
43
43
  FACTORY_OWNER: string;
44
44
  MINT_FEE_RECIPIENT: string;
45
45
  PROTOCOL_REWARDS: string;
46
46
  };
47
- "168587773": {
47
+ 168587773: {
48
48
  FACTORY_OWNER: string;
49
49
  MINT_FEE_RECIPIENT: string;
50
50
  PROTOCOL_REWARDS: string;
51
51
  };
52
- "999999999": {
52
+ 999999999: {
53
53
  FACTORY_OWNER: string;
54
54
  MINT_FEE_RECIPIENT: string;
55
55
  PROTOCOL_REWARDS: string;
56
56
  };
57
57
  };
58
58
  export declare const addresses: {
59
- "1": {
59
+ 1: {
60
60
  CONTRACT_1155_IMPL: string;
61
61
  CONTRACT_1155_IMPL_VERSION: string;
62
62
  FACTORY_IMPL: string;
@@ -70,7 +70,7 @@ export declare const addresses: {
70
70
  ERC20_MINTER: string;
71
71
  timestamp: number;
72
72
  };
73
- "10": {
73
+ 10: {
74
74
  CONTRACT_1155_IMPL: string;
75
75
  CONTRACT_1155_IMPL_VERSION: string;
76
76
  FACTORY_IMPL: string;
@@ -84,7 +84,7 @@ export declare const addresses: {
84
84
  ERC20_MINTER: string;
85
85
  timestamp: number;
86
86
  };
87
- "999": {
87
+ 999: {
88
88
  CONTRACT_1155_IMPL: string;
89
89
  CONTRACT_1155_IMPL_VERSION: string;
90
90
  FACTORY_IMPL: string;
@@ -97,7 +97,7 @@ export declare const addresses: {
97
97
  UPGRADE_GATE: string;
98
98
  timestamp: number;
99
99
  };
100
- "8453": {
100
+ 8453: {
101
101
  CONTRACT_1155_IMPL: string;
102
102
  CONTRACT_1155_IMPL_VERSION: string;
103
103
  FACTORY_IMPL: string;
@@ -111,7 +111,7 @@ export declare const addresses: {
111
111
  ERC20_MINTER: string;
112
112
  timestamp: number;
113
113
  };
114
- "42161": {
114
+ 42161: {
115
115
  CONTRACT_1155_IMPL: string;
116
116
  CONTRACT_1155_IMPL_VERSION: string;
117
117
  FACTORY_IMPL: string;
@@ -125,7 +125,7 @@ export declare const addresses: {
125
125
  ERC20_MINTER: string;
126
126
  timestamp: number;
127
127
  };
128
- "81457": {
128
+ 81457: {
129
129
  CONTRACT_1155_IMPL: string;
130
130
  CONTRACT_1155_IMPL_VERSION: string;
131
131
  FACTORY_IMPL: string;
@@ -139,7 +139,7 @@ export declare const addresses: {
139
139
  ERC20_MINTER: string;
140
140
  timestamp: number;
141
141
  };
142
- "421614": {
142
+ 421614: {
143
143
  CONTRACT_1155_IMPL: string;
144
144
  CONTRACT_1155_IMPL_VERSION: string;
145
145
  FACTORY_IMPL: string;
@@ -153,7 +153,7 @@ export declare const addresses: {
153
153
  ERC20_MINTER: string;
154
154
  timestamp: number;
155
155
  };
156
- "7777777": {
156
+ 7777777: {
157
157
  CONTRACT_1155_IMPL: string;
158
158
  CONTRACT_1155_IMPL_VERSION: string;
159
159
  FACTORY_IMPL: string;
@@ -167,7 +167,7 @@ export declare const addresses: {
167
167
  ERC20_MINTER: string;
168
168
  timestamp: number;
169
169
  };
170
- "11155111": {
170
+ 11155111: {
171
171
  CONTRACT_1155_IMPL: string;
172
172
  CONTRACT_1155_IMPL_VERSION: string;
173
173
  FACTORY_IMPL: string;
@@ -181,7 +181,7 @@ export declare const addresses: {
181
181
  ERC20_MINTER: string;
182
182
  timestamp: number;
183
183
  };
184
- "168587773": {
184
+ 168587773: {
185
185
  CONTRACT_1155_IMPL: string;
186
186
  CONTRACT_1155_IMPL_VERSION: string;
187
187
  FACTORY_IMPL: string;
@@ -194,7 +194,7 @@ export declare const addresses: {
194
194
  UPGRADE_GATE: string;
195
195
  timestamp: number;
196
196
  };
197
- "999999999": {
197
+ 999999999: {
198
198
  CONTRACT_1155_IMPL: string;
199
199
  CONTRACT_1155_IMPL_VERSION: string;
200
200
  FACTORY_IMPL: string;
@@ -1,43 +1,44 @@
1
1
  export declare const chainConfigs: {
2
- "1": {
2
+ 1: {
3
3
  PROXY_ADMIN: string;
4
4
  MINTS_OWNER: string;
5
5
  };
6
- "10": {
6
+ 10: {
7
7
  PROXY_ADMIN: string;
8
8
  MINTS_OWNER: string;
9
9
  };
10
- "420": {
10
+ 420: {
11
11
  PROXY_ADMIN: string;
12
12
  MINTS_OWNER: string;
13
13
  };
14
- "999": {
14
+ 999: {
15
15
  PROXY_ADMIN: string;
16
16
  MINTS_OWNER: string;
17
17
  };
18
- "8453": {
18
+ 8453: {
19
19
  PROXY_ADMIN: string;
20
20
  MINTS_OWNER: string;
21
21
  };
22
- "84531": {
22
+ 84531: {
23
23
  PROXY_ADMIN: string;
24
24
  MINTS_OWNER: string;
25
25
  };
26
- "7777777": {
26
+ 7777777: {
27
27
  PROXY_ADMIN: string;
28
28
  MINTS_OWNER: string;
29
29
  };
30
- "11155111": {
30
+ 11155111: {
31
31
  PROXY_ADMIN: string;
32
32
  MINTS_OWNER: string;
33
33
  };
34
- "999999999": {
34
+ 999999999: {
35
35
  PROXY_ADMIN: string;
36
36
  MINTS_OWNER: string;
37
37
  };
38
38
  };
39
39
  export declare const addresses: {
40
- "999999999": {
40
+ 999999999: {
41
+ MINTS_ETH_UNWRAPPER_AND_CALLER: string;
41
42
  MINTS_MANAGER_IMPL: string;
42
43
  MINTS_MANAGER_IMPL_VERSION: string;
43
44
  };
@@ -1 +1 @@
1
- {"version":3,"file":"mints.d.ts","sourceRoot":"","sources":["../../src/generated/mints.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCxB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;CAKrB,CAAC"}
1
+ {"version":3,"file":"mints.d.ts","sourceRoot":"","sources":["../../src/generated/mints.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCxB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;CAOrB,CAAC"}