Skip to content

Commit 63b4e6c

Browse files
authored
Polygon amoy config update (thirdweb-dev#3233)
1 parent 824a631 commit 63b4e6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/thirdweb/src/chains/chain-definitions/polygon-amoy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ export const polygonAmoy = /*@__PURE__*/ defineChain({
77
blockExplorers: [
88
{
99
name: "PolygonScan",
10-
url: "https://www.oklink.com/amoy",
10+
url: "https://amoy.polygonscan.com",
11+
apiUrl: "https://api-amoy.polygonscan.com/api",
1112
},
1213
],
1314
testnet: true,

0 commit comments

Comments
 (0)