Skip to content

Commit

Permalink
feat: Polygon mumbai replaced by polygon amoy #3140
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Dec 2, 2024
1 parent 9bad108 commit e4987a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/app/shared/models/blockchain_network/polygon_network.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ class PolygonNetwork extends EthereumNetwork {
type: BlockchainType.polygon,
networkname: 'Testnet',
apiUrl: Urls.moralisBaseUrl,
chainId: 80001,
chain: 'mumbai',
rpcNodeUrl: 'https://rpc-mumbai.maticvigil.com',
title: 'Polygon Testnet (Mumbai)',
chainId: 80002,
chain: 'polygon amoy',
rpcNodeUrl: 'https://rpc-amoy.polygon.technology/',
title: 'Polygon Amoy Testnet',
subTitle: 'This network is used to test protocol upgrades'
' (do not use it unless you are a developer).',
);
Expand Down

0 comments on commit e4987a7

Please sign in to comment.