Skip to content

Commit

Permalink
gg
Browse files Browse the repository at this point in the history
  • Loading branch information
BhatiaUday committed Aug 28, 2024
1 parent 4362f71 commit 9d7bcda
Show file tree
Hide file tree
Showing 2 changed files with 336 additions and 3,656 deletions.
4 changes: 0 additions & 4 deletions src/store/modules/use-web3-providers.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@ export const useWeb3ProvidersStore = defineStore('web3-providers-store', {
provider: useProvider(),
admittedChainIds: config.IS_MAINNET
? ([
ETHEREUM_CHAINS.ethereum,
ETHEREUM_CHAINS.polygon,
ETHEREUM_CHAINS.qMainnet,
] as ChainId[])
: ([
ETHEREUM_CHAINS.goerli,
ETHEREUM_CHAINS.mumbai,
ETHEREUM_CHAINS.qTestnet,
] as ChainId[]),
isInvalidNetworkModalShown: false,
Expand Down
Loading

0 comments on commit 9d7bcda

Please sign in to comment.