File tree 2 files changed +2
-2
lines changed
src/repositories/realm-repository.ts
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ export class OnblocRealmRepository implements IRealmRepository {
491
491
}
492
492
493
493
const responseData = await this . mainNodeRPCClient
494
- . abciQueryVMQueryRender ( 'gno.land/r/gno.land /blog:' , [ ] )
494
+ . abciQueryVMQueryRender ( 'gno.land/r/gnoland /blog:' , [ ] )
495
495
. then ( response => response ?. response ?. ResponseBase ?. Data )
496
496
. then ( extractStringFromResponse ) ;
497
497
Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ export class RealmRepository implements IRealmRepository {
468
468
}
469
469
470
470
const responseData = await this . mainNodeRPCClient
471
- . abciQueryVMQueryRender ( 'gno.land/r/gno.land /blog:' , [ ] )
471
+ . abciQueryVMQueryRender ( 'gno.land/r/gnoland /blog:' , [ ] )
472
472
. then ( response => response ?. response ?. ResponseBase ?. Data )
473
473
. then ( extractStringFromResponse ) ;
474
474
You can’t perform that action at this time.
0 commit comments