Skip to content

Commit

Permalink
fix(darwinia chain): add transporter
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidroohi92 committed Oct 4, 2024
1 parent eddeab5 commit 2a9a8ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions context/Web3Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const config = createConfig({
transports: {
[PUB_CHAIN.id]: http(PUB_WEB3_ENDPOINT, { batch: true }),
[mainnet.id]: http(PUB_WEB3_ENDPOINT, { batch: true }),
[darwinia.id]: http(PUB_WEB3_ENDPOINT, { batch: true }),
},
connectors: [
walletConnect({
Expand Down

0 comments on commit 2a9a8ab

Please sign in to comment.