Skip to content
On this page

setRpcUrl

Sets the backend RPC URL.

Usage

ts
import { testClient } from '.'
 
await testClient.setRpcUrl('https://eth-mainnet.alchemyapi.io/v2') 

Released under the MIT License.