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 754ed9d commit 3aedc43
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]: '0x57Af39F8745581D9Eb8DB47294eDd022dfe6b905',
[ChainId.RINKEBY]: '0xC48e9E6c90bfea359768dc5d5ba631C51670F850',
[ChainId.FUJI]: '0x41d5f5F66e4cEd197Ff273308A1c194E9E249f4F',
[ChainId.AVALANCHE]: '0xefa94DE7a4656D787667C749f7E1223D71E9FD88' // TODO
}
Expand Down

0 comments on commit 3aedc43

Please sign in to comment.