We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151af84 commit 592fe86Copy full SHA for 592fe86
packages/constants/src/lib/constants/constants.ts
@@ -158,19 +158,6 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
158
blockExplorerUrls: ['https://explorer.harmony.one/'],
159
vmType: 'EVM',
160
},
161
- mumbai: {
162
- contractAddress: '0xc716950e5DEae248160109F562e1C9bF8E0CA25B',
163
- chainId: 80001,
164
- name: 'Mumbai',
165
- symbol: 'MATIC',
166
- decimals: 18,
167
- rpcUrls: [
168
- 'https://rpc-mumbai.maticvigil.com/v1/96bf5fa6e03d272fbd09de48d03927b95633726c',
169
- ],
170
- blockExplorerUrls: ['https://mumbai.polygonscan.com'],
171
- type: 'ERC1155',
172
- vmType: 'EVM',
173
- },
174
cronos: {
175
contractAddress: '0xc716950e5DEae248160109F562e1C9bF8E0CA25B',
176
chainId: 25,
0 commit comments