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

Commit

Permalink
Use new Rinkeby JoeRoll address
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofish7 committed Apr 28, 2021
1 parent 6363318 commit 90989f0
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 @@ -57,7 +57,7 @@ export const MAKER_ADDRESS: { [chainId in ChainId]: string } = {
}

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

0 comments on commit 90989f0

Please sign in to comment.