Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Update JoeRoll rinkeby address
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofish7 committed Jun 29, 2021
1 parent 5e67d6d commit 698d7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const MAKER_ADDRESS: { [chainId in ChainId]: string } = {
}

export const ROLL_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0xe41f2DAcB1eE11f8546060C05CC0Ca5813d34ED7',
[ChainId.RINKEBY]: '0xe36A9ad3875bC37a98293Ca86DD1d2E5D7A92967',
[ChainId.FUJI]: '0x41d5f5F66e4cEd197Ff273308A1c194E9E249f4F',
[ChainId.AVALANCHE]: '0xefa94DE7a4656D787667C749f7E1223D71E9FD88' // TODO
}
Expand Down

0 comments on commit 698d7ad

Please sign in to comment.