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 b6da725 commit 733556fCopy full SHA for 733556f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dequanto",
3
- "version": "0.1.46",
+ "version": "0.1.47",
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://Qme3QpqZswuZGVpC9tw6VoSLHJR3HPeK8XRmmFA64DwyuW`);
+ eq_(contentHash, `ipfs://Qmci9t87GXFSaLsQgntz5Y73p2MDiLMRWfnKFga35r4s6U`);
30
},
31
async 'reverse registrar' () {
32
let ns = new NameService(Web3ClientFactory.get('eth'));
0 commit comments