Configure the Request Client
Configure the client
const web3SignatureProvider = new Web3SignatureProvider(provider);
const requestClient = new RequestNetwork({
nodeConnectionConfig: {
baseURL: 'https://xdai.gateway.request.network/'
},
signatureProvider: web3SignatureProvider,
});Mock Storage
const requestClient = new RequestNetwork({
useMockStorage: true,
});Last updated
Was this helpful?