Skip to content

Commit

Permalink
fix: title escrow factory addresses (Open-Attestation#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
superical committed Sep 22, 2022
1 parent 6481fe6 commit aa6a490
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 @@ -12,13 +12,13 @@ const ChainId = {
export const contractAddress = {
TitleEscrowFactory: {
[ChainId.Ethereum]: undefined,
[ChainId.Rinkeby]: "0x878A327daA390Bc602Ae259D3A374610356b6485",
[ChainId.Ropsten]: "0x878A327daA390Bc602Ae259D3A374610356b6485",
[ChainId.Rinkeby]: "0x626E5A7043270C99C37795C1D0F85F28b3220b1C",
[ChainId.Ropsten]: "0x021C1e895e39D53Cf87722211FF0a824d9D73c60",
[ChainId.Goerli]: "0x878A327daA390Bc602Ae259D3A374610356b6485",
[ChainId.Sepolia]: "0x878A327daA390Bc602Ae259D3A374610356b6485",
[ChainId.Kovan]: undefined,
[ChainId.Polygon]: undefined,
[ChainId.PolygonMumbai]: "0x878A327daA390Bc602Ae259D3A374610356b6485",
[ChainId.PolygonMumbai]: "0xBf6aF71F523aD7A0531536eB33972E6fCA5aaA53",
},
Deployer: {
[ChainId.Ethereum]: undefined,
Expand Down

0 comments on commit aa6a490

Please sign in to comment.