web3modal
web3modal copied to clipboard
How to connect to localhost:8545
What value should I put to key network
so it can connect to localhost:8545 node with chainId:1337?
const providerOptions = { walletconnect: { package: WallectConnectProvider, options: { rpc: { 1337: 'http://localhost:8545', }, chainId: 1337, }, }, }
You just need to change the provider options!.
const providerOptions = { walletconnect: { package: WallectConnectProvider, options: { rpc: { 1337: 'http://localhost:8545', }, chainId: 1337, }, }, }
You just need to change the provider options!.
Appreciate you helping out @chattertechno 🙌