Skip to content

Commit

Permalink
fix: update contract addresses (Open-Attestation#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
superical committed Nov 23, 2022
1 parent 3e252ba commit b02b705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants/contract-address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ export const contractAddress = {
},
TokenImplementation: {
[ChainId.Ethereum]: undefined,
[ChainId.Goerli]: "0xE5C75026d5f636C89cc77583B6BCe7C99F512763",
[ChainId.Sepolia]: "0xE5C75026d5f636C89cc77583B6BCe7C99F512763",
[ChainId.Goerli]: "0x021C1e895e39D53Cf87722211FF0a824d9D73c60",
[ChainId.Sepolia]: "0x021C1e895e39D53Cf87722211FF0a824d9D73c60",
[ChainId.Polygon]: undefined,
[ChainId.PolygonMumbai]: "0xE5C75026d5f636C89cc77583B6BCe7C99F512763",
[ChainId.PolygonMumbai]: "0xC78BA1a49663Ef8b920F36B036E91Ab40D8F26D6",
},
};

0 comments on commit b02b705

Please sign in to comment.