push-dapp
push-dapp copied to clipboard
Update the channel listing and channel search network functions to sdk functions
Right now we are using raw apis in src/queries/services/channels/getChannelsList.ts and src/queries/services/channels/channelSearch.ts
We need to use sdk functions from the restapi package in these files.