Skip to content

Commit 9c29867

Browse files
authored
fix(polygon): Migrate RPC (#1555)
1 parent d9d7d15 commit 9c29867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: scripts/chain-configs/polygon/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
blockNumber: getDeployedBlockNumber("SpokePool", chainId),
1818
},
1919
chainId,
20-
publicRpcUrl: "https://rpc.ankr.com/polygon",
20+
publicRpcUrl: "https://polygon.drpc.org",
2121
tokens: ["DAI", "UMA", "WETH", "USDC", "WBTC", "BAL", "ACX", "USDT", "POOL"],
2222
enableCCTP: true,
2323
blockTimeSeconds: 5,

Diff for: src/constants/chains/configs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ export const polygon = {
876876
grayscaleLogoURI: polygonGrayscaleLogo,
877877
logoSvg: polygonLogoSvg,
878878
grayscaleLogoSvg: polygonGrayscaleLogoSvg,
879-
rpcUrl: "https://rpc.ankr.com/polygon",
879+
rpcUrl: "https://polygon.drpc.org",
880880
explorerUrl: "https://polygonscan.com",
881881
constructExplorerLink: (txHash: string) =>
882882
`${polygon.explorerUrl}/tx/${txHash}`,

0 commit comments

Comments
 (0)