Skip to content

Commit

Permalink
Merge pull request #65 from reown-com/fix-flutter
Browse files Browse the repository at this point in the history
Docs update: Fix grammar and broken link
  • Loading branch information
rohit-710 authored Sep 21, 2024
2 parents fee14c4 + adcc0d3 commit 50bfcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/appkit/flutter/core/custom-chains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Custom Networks addition and selection

AppKit already comes with a list of supported networks inside of `ReownAppKitModalNetworks` class. You can get default supported EVM networks by selecting `ReownAppKitModalNetworks.supported['eip155']` and, currently, only EVM Networks are supported (non-EVM support will come soon). Check the list of [suppoted networks](https://github.com/reown-com/blockchain-api/blob/master/SUPPORTED_CHAINS.md#list-of-supported-chains)
AppKit already comes with a list of supported networks inside of `ReownAppKitModalNetworks` class. You can get default supported EVM networks by selecting `ReownAppKitModalNetworks.supported['eip155']` and, currently, only EVM Networks are supported (non-EVM support will come soon). Check the list of [supported networks](https://github.com/walletconnect/blockchain-api/blob/master/SUPPORTED_CHAINS.md#list-of-supported-chains)

This class also comes with extra networks `ReownAppKitModalNetworks.extra['eip155']` and test networks `ReownAppKitModalNetworks.test['eip155']`, however, these are not included in the supported list by default.

Expand Down

0 comments on commit 50bfcae

Please sign in to comment.