@resurrect-protocol/contracts 0.2.0 → 0.3.0-dev.25.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 +1 -1
- package/deployments/ethereum-mainnet.json +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ import ethereumMainnet from '@resurrect-protocol/contracts/deployments/ethereum-
|
|
|
13
13
|
|
|
14
14
|
Solidity tools can import `@resurrect-protocol/contracts/src/ResurrectRegistryV1.sol`. The source exposes exactly `VERSION`, `MAX_TTL`, `MAX_RECORD_BYTES`, and `announce`. TTL must be between one second and 90 days; records must be between one and 4096 bytes. Expiry is computed from the block timestamp and emitted with the namespace, codec, and bytes.
|
|
15
15
|
|
|
16
|
-
The reference deployment is `0x6F33c332e8251dcd307D85A27fCcAbd85d578910` on Ethereum mainnet (chain ID `1`, receipt block `25882327`). Its exact transaction, deployer, compiler settings, runtime-bytecode hash, tagged source revision, and Sourcify verification URLs are published in the deployment JSON above. Consumers should independently verify those facts before relying on them.
|
|
16
|
+
The reference deployment is `0x6F33c332e8251dcd307D85A27fCcAbd85d578910` on Ethereum mainnet (chain ID `1`, receipt block `25882327`). Its exact transaction, deployer, compiler settings, runtime-bytecode hash, tagged source revision, and Etherscan and Sourcify verification URLs are published in the deployment JSON above. Consumers should independently verify those facts before relying on them.
|
|
17
17
|
|
|
18
18
|
The source is released under [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/). Applications may use the reference deployment or deploy the exact source elsewhere, but must always pin the chosen chain, address, deployment block, namespace, and constants in their descriptor. A shared stateless registry does not create a shared peer list: namespaces remain application-specific, RPC providers remain caller-selected, and the deployer has no contract authority.
|
|
19
19
|
|
|
@@ -29,5 +29,12 @@
|
|
|
29
29
|
"verifiedAt": "2026-09-01T12:08:54Z",
|
|
30
30
|
"url": "https://repo.sourcify.dev/1/0x6F33c332e8251dcd307D85A27fCcAbd85d578910",
|
|
31
31
|
"apiUrl": "https://sourcify.dev/server/v2/contract/1/0x6F33c332e8251dcd307D85A27fCcAbd85d578910"
|
|
32
|
+
},
|
|
33
|
+
"explorers": {
|
|
34
|
+
"etherscan": {
|
|
35
|
+
"status": "verified",
|
|
36
|
+
"verifiedAt": "2026-09-02T12:23:05Z",
|
|
37
|
+
"url": "https://etherscan.io/address/0x6F33c332e8251dcd307D85A27fCcAbd85d578910#code"
|
|
38
|
+
}
|
|
32
39
|
}
|
|
33
40
|
}
|