Skip to content

Commit

Permalink
feat(donation): add curation curation for production env
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Mar 6, 2024
1 parent 5d4ce1a commit ece989b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/common/enums/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ export const contract = {
},
Optimism: isProd
? {
curationAddress: '' as `0x${string}`, // TODO
curationBlockNum: '' as `0x${string}`, // TODO
curationAddress:
'0x5edebbdae7B5C79a69AaCF7873796bb1Ec664DB8' as `0x${string}`,
curationBlockNum: '117058632' as `0x${string}`,
tokenAddress:
'0x94b008aA00579c1307B0EF2c499aD98a8ce58e58' as `0x${string}`,
tokenDecimals: 6,
Expand Down

0 comments on commit ece989b

Please sign in to comment.