@resurrect-protocol/contracts 0.4.0-dev.31.1 → 0.4.0-dev.32.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
@@ -28,7 +28,7 @@ import explorerMainnet from '@resurrect-protocol/contracts/deployments/ethereum-
28
28
 
29
29
  Solidity tools can import `@resurrect-protocol/contracts/src/ResurrectOnchainSite.sol`. The contract implements ERC-5219 and the ERC-6944 `5219` resolve mode, reconstructing immutable resources from bytecode-storage contracts. It has no owner, mutable storage, or upgrade path.
30
30
 
31
- The production router is `0xb69aF08877a0C417169135D6710Bca4840CCCdE1` on Ethereum mainnet at block `25936611`. Its deployment JSON records the 25 data contracts, all 26 transaction hashes and blocks, every resource hash and payload length, the router runtime and manifest hashes, compiler settings, deployment cost, gateway URLs, and verification results.
31
+ The source-verified production router is `0xb69aF08877a0C417169135D6710Bca4840CCCdE1` on Ethereum mainnet at block `25936611`. Its deployment JSON records the 25 data contracts, all 26 transaction hashes and blocks, every resource hash and payload length, the router runtime and manifest hashes, compiler settings, Etherscan and Sourcify verification, deployment cost, gateway URLs, and runtime verification results.
32
32
 
33
33
  Open it through:
34
34
 
@@ -53,6 +53,27 @@
53
53
  "status": "pending-address-record"
54
54
  },
55
55
  "verification": {
56
+ "sourceCode": {
57
+ "etherscan": {
58
+ "status": "pass",
59
+ "url": "https://etherscan.io/address/0xb69aF08877a0C417169135D6710Bca4840CCCdE1#code",
60
+ "contractName": "ResurrectOnchainSite",
61
+ "compilerVersion": "v0.8.24+commit.e11b9ed9",
62
+ "optimizer": true,
63
+ "optimizerRuns": 20000,
64
+ "proxy": false
65
+ },
66
+ "sourcify": {
67
+ "status": "pass",
68
+ "url": "https://repo.sourcify.dev/1/0xb69aF08877a0C417169135D6710Bca4840CCCdE1",
69
+ "apiUrl": "https://sourcify.dev/server/v2/contract/1/0xb69aF08877a0C417169135D6710Bca4840CCCdE1?fields=all",
70
+ "match": "match",
71
+ "creationMatch": "match",
72
+ "runtimeMatch": "match",
73
+ "matchId": "48092080",
74
+ "verifiedAt": "2026-09-09T13:07:58Z"
75
+ }
76
+ },
56
77
  "ethereumRpc": {
57
78
  "status": "pass",
58
79
  "resolveMode": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resurrect-protocol/contracts",
3
- "version": "0.4.0-dev.31.1",
3
+ "version": "0.4.0-dev.32.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": {