Skip to content

Commit 005059a

Browse files
committed
fix: revert change to sip18-domain-hash
1 parent 88841d3 commit 005059a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

core-contracts/contracts/multi-miner.clar

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99

1010
;; SIP-018 Constants
1111
(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-
}))))
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+
;; }))))
18+
(define-constant sip18-domain-hash 0x81c24181e24119f609a28023c4943d3a41592656eb90560c15ee02b8e1ce19b8)
1819
(define-constant sip18-data-prefix (concat sip18-prefix sip18-domain-hash))
1920

2021
;; Use trait declarations

0 commit comments

Comments
 (0)