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.
1 parent 25592ec commit fffbf2aCopy full SHA for fffbf2a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dequanto",
3
- "version": "0.1.49",
+ "version": "0.1.50",
4
"author": {
5
"name": "Alex Kit",
6
"email": "alex.kit@atmajs.com"
test/ns.spec.ts
@@ -26,7 +26,7 @@ UTest({
26
eq_(urlRecord, 'https://vitalik.ca');
27
28
let { value: contentHash } = await ns.getContent('vitalik.eth');
29
- eq_(contentHash, `ipfs://Qmci9t87GXFSaLsQgntz5Y73p2MDiLMRWfnKFga35r4s6U`);
+ eq_(contentHash, `ipfs://QmeJrkGBTKR2rSCpnP3HCb1TtYLTNHX821qQd6jcC4Uggo`);
30
},
31
async 'reverse registrar' () {
32
let ns = new NameService(Web3ClientFactory.get('eth'));
0 commit comments