tangled
alpha
login
or
join now
tree.fail
/
atnotary
2
fork
atom
Notarize AT Protocol records on Ethereum using EAS (experiment)
2
fork
atom
overview
issues
pulls
pipelines
ts fix
tree.fail
5 months ago
127890ad
a1348863
+3
-3
1 changed file
expand all
collapse all
unified
split
src
lib
utils.ts
+3
-3
src/lib/utils.ts
···
7
}
8
9
return {
10
-
did: match[1],
11
-
collection: match[2],
12
-
rkey: match[3]
13
};
14
}
15
···
7
}
8
9
return {
10
+
did: match[1]!,
11
+
collection: match[2]!,
12
+
rkey: match[3]!
13
};
14
}
15