Skip to content

Commit

Permalink
feat: erc20 transferable deployment (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoslr committed Feb 16, 2023
1 parent fe8ca62 commit 77a4069
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ export const erc20TransferableReceivableArtifact =
address: '0xF426505ac145abE033fE77C666840063757Be9cd',
creationBlockNumber: 0,
},
goerli: {
address: '0xC2AC172a293d68f548ea343414584aA37eb29Dcd',
creationBlockNumber: 8502503,
},
matic: {
address: '0x6278949d3b4C10569BEB696Ff8864B5c772c740d',
creationBlockNumber: 39363369,
},
},
},
},
Expand Down

0 comments on commit 77a4069

Please sign in to comment.