Skip to content

Commit

Permalink
Test only crab
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher authored Oct 9, 2024
1 parent 35cfe66 commit fd46c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions context/Web3Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ const crabChain: Chain = {
};

export const config = createConfig({
chains: [PUB_CHAIN, darwinia, crabChain],
chains: [PUB_CHAIN, crabChain],
ssr: true,
transports: {
[PUB_CHAIN.id]: http(PUB_WEB3_ENDPOINT, { batch: true }),
[darwinia.id]: http(darwinia.rpcUrls.default.http[0], { batch: true }),
// [darwinia.id]: http(darwinia.rpcUrls.default.http[0], { batch: true }),
[crabChain.id]: http(crabChain.rpcUrls.default.http[0], { batch: true }),
},
connectors: [
Expand Down

0 comments on commit fd46c36

Please sign in to comment.