@resurrect-protocol/contracts 0.4.0-dev.33.1 → 0.4.0-dev.35.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,10 +34,16 @@ The source-verified production router is `0x14765f12a7f068EDf42dF4920fd5170ADBa7
34
34
 
35
35
  Open it through:
36
36
 
37
+ - `https://resurrect.wei.domains/` — primary human-readable entry point;
38
+ - `web3://resurrect.wei/`;
37
39
  - `web3://0x14765f12a7f068EDf42dF4920fd5170ADBa73306:1/`;
38
40
  - `https://0x14765f12a7f068edf42df4920fd5170adba73306.w3eth.io/`; or
39
41
  - `https://0x14765f12a7f068edf42df4920fd5170adba73306.1.w3link.io/`.
40
42
 
43
+ The deployment JSON also records the WNS contract, `resurrect.wei` token ID,
44
+ owner, expiry, resolved address, ERC-6821 `contentcontract`, registration and
45
+ configuration transactions, cost, and byte-for-byte WNS gateway verification.
46
+
41
47
  Consumers should independently compare deployed code and resources with the pinned source and build artifact before relying on them.
42
48
 
43
49
  ## License
@@ -49,13 +49,48 @@
49
49
  "ethPaid": "0.007086418126710057"
50
50
  },
51
51
  "gateways": {
52
+ "primary": "https://resurrect.wei.domains/",
53
+ "wns": "https://resurrect.wei.domains/",
54
+ "web3Name": "web3://resurrect.wei/",
52
55
  "web3": "web3://0x14765f12a7f068EDf42dF4920fd5170ADBa73306:1/",
53
56
  "w3eth": "https://0x14765f12a7f068edf42df4920fd5170adba73306.w3eth.io/",
54
57
  "w3link": "https://0x14765f12a7f068edf42df4920fd5170adba73306.1.w3link.io/"
55
58
  },
56
- "ens": {
57
- "name": "resurrect.cazala.eth",
58
- "status": "pending-address-record"
59
+ "wns": {
60
+ "name": "resurrect.wei",
61
+ "status": "active",
62
+ "contract": "0x0000000000696760E15f265e828DB644A0c242EB",
63
+ "tokenId": "41087391431831184440468199834649177938136395864233436476895591760904781888274",
64
+ "tokenIdHex": "0x5ad6a3b22580f32032bc963e77903e6c2d7baa9199d605fa31cc1613dd98fb12",
65
+ "owner": "0x6E4a6b178Fea5FA7cE3051615C49F26b177E74F0",
66
+ "resolvedAddress": "0x14765f12a7f068EDf42dF4920fd5170ADBa73306",
67
+ "contentcontract": "eth:0x14765f12a7f068EDf42dF4920fd5170ADBa73306",
68
+ "contenthash": "0x",
69
+ "registeredAt": "2026-09-10T12:10:47Z",
70
+ "expiresAt": "2027-09-10T12:10:47Z",
71
+ "expiresAtUnix": 1820578247,
72
+ "registrationFeeWei": "500000000000000",
73
+ "registrationAndConfigurationGasUsed": 350304,
74
+ "weiPaid": "526901469028467",
75
+ "ethPaid": "0.000526901469028467",
76
+ "transactions": {
77
+ "commit": {
78
+ "hash": "0x0645328813aa11e75aaf9286bc11d35dd3905f417131736ebdcef8a9c54298d9",
79
+ "block": 25946893
80
+ },
81
+ "reveal": {
82
+ "hash": "0x010cce17ac09ea0a1deda110993d904e5af402217fe954439636866a9dad79c4",
83
+ "block": 25946901
84
+ },
85
+ "setAddr": {
86
+ "hash": "0x420f900ae42dfa456770c5334694de467d81e3f804fd3d6c58db92f549f3e09f",
87
+ "block": 25946902
88
+ },
89
+ "setContentcontract": {
90
+ "hash": "0x45d0cd803dd6e04f623d42e2cb5519f954fd0ec958a52a7b8cd37b57fec98674",
91
+ "block": 25946904
92
+ }
93
+ }
59
94
  },
60
95
  "verification": {
61
96
  "sourceCode": {
@@ -98,6 +133,14 @@
98
133
  "status": "pass",
99
134
  "allAssetsByteForByte": true,
100
135
  "rootDocumentServed": true
136
+ },
137
+ "weiDomains": {
138
+ "status": "pass",
139
+ "url": "https://resurrect.wei.domains/",
140
+ "nameRecordsMatchRouter": true,
141
+ "allAssetsByteForByte": true,
142
+ "rootDocumentServed": true,
143
+ "browserRendered": true
101
144
  }
102
145
  },
103
146
  "resources": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resurrect-protocol/contracts",
3
- "version": "0.4.0-dev.33.1",
3
+ "version": "0.4.0-dev.35.1",
4
4
  "description": "Canonical immutable Solidity contracts, ABIs, and Ethereum deployments for Resurrect",
5
5
  "license": "CC0-1.0 AND (MIT OR Apache-2.0)",
6
6
  "repository": {