@resurrect-protocol/contracts 0.4.0-dev.35.1 → 0.4.0-dev.36.1
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/README.md
CHANGED
|
@@ -34,7 +34,8 @@ The source-verified production router is `0x14765f12a7f068EDf42dF4920fd5170ADBa7
|
|
|
34
34
|
|
|
35
35
|
Open it through:
|
|
36
36
|
|
|
37
|
-
- `https://resurrect.wei.
|
|
37
|
+
- `https://resurrect.wei.limo/` — primary human-readable entry point;
|
|
38
|
+
- `https://resurrect.wei.domains/` — alternative name gateway;
|
|
38
39
|
- `web3://resurrect.wei/`;
|
|
39
40
|
- `web3://0x14765f12a7f068EDf42dF4920fd5170ADBa73306:1/`;
|
|
40
41
|
- `https://0x14765f12a7f068edf42df4920fd5170adba73306.w3eth.io/`; or
|
|
@@ -48,4 +49,4 @@ Consumers should independently compare deployed code and resources with the pinn
|
|
|
48
49
|
|
|
49
50
|
## License
|
|
50
51
|
|
|
51
|
-
|
|
52
|
+
Resurrect's original source and deployment metadata are licensed under MIT. Dependency licenses remain their own.
|
|
@@ -49,8 +49,10 @@
|
|
|
49
49
|
"ethPaid": "0.007086418126710057"
|
|
50
50
|
},
|
|
51
51
|
"gateways": {
|
|
52
|
-
"primary": "https://resurrect.wei.
|
|
53
|
-
"wns": "https://resurrect.wei.
|
|
52
|
+
"primary": "https://resurrect.wei.limo/",
|
|
53
|
+
"wns": "https://resurrect.wei.limo/",
|
|
54
|
+
"weiLimo": "https://resurrect.wei.limo/",
|
|
55
|
+
"weiDomains": "https://resurrect.wei.domains/",
|
|
54
56
|
"web3Name": "web3://resurrect.wei/",
|
|
55
57
|
"web3": "web3://0x14765f12a7f068EDf42dF4920fd5170ADBa73306:1/",
|
|
56
58
|
"w3eth": "https://0x14765f12a7f068edf42df4920fd5170adba73306.w3eth.io/",
|
|
@@ -62,7 +64,7 @@
|
|
|
62
64
|
"contract": "0x0000000000696760E15f265e828DB644A0c242EB",
|
|
63
65
|
"tokenId": "41087391431831184440468199834649177938136395864233436476895591760904781888274",
|
|
64
66
|
"tokenIdHex": "0x5ad6a3b22580f32032bc963e77903e6c2d7baa9199d605fa31cc1613dd98fb12",
|
|
65
|
-
"owner": "
|
|
67
|
+
"owner": "0x3107af70F278D3824f9BaB4222b3361A545356C2",
|
|
66
68
|
"resolvedAddress": "0x14765f12a7f068EDf42dF4920fd5170ADBa73306",
|
|
67
69
|
"contentcontract": "eth:0x14765f12a7f068EDf42dF4920fd5170ADBa73306",
|
|
68
70
|
"contenthash": "0x",
|
|
@@ -89,6 +91,12 @@
|
|
|
89
91
|
"setContentcontract": {
|
|
90
92
|
"hash": "0x45d0cd803dd6e04f623d42e2cb5519f954fd0ec958a52a7b8cd37b57fec98674",
|
|
91
93
|
"block": 25946904
|
|
94
|
+
},
|
|
95
|
+
"transferOwnership": {
|
|
96
|
+
"hash": "0x3c8ee9a2452daab45ab1030a6abaea5a6b4296f5360388e91ca7820205d4fd8d",
|
|
97
|
+
"block": 25948245,
|
|
98
|
+
"from": "0x6E4a6b178Fea5FA7cE3051615C49F26b177E74F0",
|
|
99
|
+
"to": "0x3107af70F278D3824f9BaB4222b3361A545356C2"
|
|
92
100
|
}
|
|
93
101
|
}
|
|
94
102
|
},
|
|
@@ -134,6 +142,13 @@
|
|
|
134
142
|
"allAssetsByteForByte": true,
|
|
135
143
|
"rootDocumentServed": true
|
|
136
144
|
},
|
|
145
|
+
"weiLimo": {
|
|
146
|
+
"status": "pass",
|
|
147
|
+
"url": "https://resurrect.wei.limo/",
|
|
148
|
+
"nameRecordsMatchRouter": true,
|
|
149
|
+
"allAssetsByteForByte": true,
|
|
150
|
+
"rootDocumentServed": true
|
|
151
|
+
},
|
|
137
152
|
"weiDomains": {
|
|
138
153
|
"status": "pass",
|
|
139
154
|
"url": "https://resurrect.wei.domains/",
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@resurrect-protocol/contracts",
|
|
3
|
-
"version": "0.4.0-dev.
|
|
3
|
+
"version": "0.4.0-dev.36.1",
|
|
4
4
|
"description": "Canonical immutable Solidity contracts, ABIs, and Ethereum deployments for Resurrect",
|
|
5
|
-
"license": "
|
|
5
|
+
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/cazala/resurrect.git",
|