We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sip18-domain-hash
1 parent 88841d3 commit 005059aCopy full SHA for 005059a
core-contracts/contracts/multi-miner.clar
@@ -9,12 +9,13 @@
9
10
;; SIP-018 Constants
11
(define-constant sip18-prefix 0x534950303138)
12
-(define-constant sip18-domain-hash
13
- (sha256 (unwrap-panic (to-consensus-buff? {
14
- name: "subnet-multi-miner",
15
- version: "1.0.0",
16
- chain-id: u1
17
- }))))
+;; (define-constant sip18-domain-hash
+;; (sha256 (unwrap-panic (to-consensus-buff? {
+;; name: "subnet-multi-miner",
+;; version: "1.0.0",
+;; chain-id: u1
+;; }))))
18
+(define-constant sip18-domain-hash 0x81c24181e24119f609a28023c4943d3a41592656eb90560c15ee02b8e1ce19b8)
19
(define-constant sip18-data-prefix (concat sip18-prefix sip18-domain-hash))
20
21
;; Use trait declarations
0 commit comments