Skip to content

Commit fffbf2a

Browse files
committed
'bump'
1 parent 25592ec commit fffbf2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dequanto",
3-
"version": "0.1.49",
3+
"version": "0.1.50",
44
"author": {
55
"name": "Alex Kit",
66
"email": "alex.kit@atmajs.com"

test/ns.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ UTest({
2626
eq_(urlRecord, 'https://vitalik.ca');
2727

2828
let { value: contentHash } = await ns.getContent('vitalik.eth');
29-
eq_(contentHash, `ipfs://Qmci9t87GXFSaLsQgntz5Y73p2MDiLMRWfnKFga35r4s6U`);
29+
eq_(contentHash, `ipfs://QmeJrkGBTKR2rSCpnP3HCb1TtYLTNHX821qQd6jcC4Uggo`);
3030
},
3131
async 'reverse registrar' () {
3232
let ns = new NameService(Web3ClientFactory.get('eth'));

0 commit comments

Comments
 (0)