Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 301895d

Browse files
Merge pull request #43 from decentraland/fix/remove-comment
feat: remove old comment
2 parents 57f95b7 + 5416bad commit 301895d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polygon/processor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const chainId = process.env.POLYGON_CHAIN_ID || ChainId.MATIC_MAINNET;
2828

2929
const GATEWAY = `https://v2.archive.subsquid.io/network/polygon-${
3030
chainId == ChainId.MATIC_MAINNET ? "mainnet" : "amoy-testnet"
31-
}`; // see https://docs.subsquid.io/evm-indexing/supported-networks/
31+
}`;
3232
const RPC_ENDPOINT = process.env.RPC_ENDPOINT_POLYGON;
3333

3434
const collections = loadCollections();

0 commit comments

Comments
 (0)