Skip to content

Commit

Permalink
feat: update polygon_test contract addr
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyu1225 committed May 2, 2024
1 parent 6608f57 commit 684f540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const ContractInfos: ContractInfosType = {
},
[EvmChainId.PolygonTestnet]: {
abi: valueDappAbi,
address: "0x009c403BdFaE357d82AAef2262a163287c30B739",
address: "0x5cd3253E1F0A3b3EEA0562EA51EFCD86C04231d3",
},
[EvmChainId.Avalanche]: {
abi: valueDappAbi,
Expand Down

0 comments on commit 684f540

Please sign in to comment.