Skip to content

Commit

Permalink
CLI: Update rinkeby instance (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo authored Sep 22, 2020
1 parent ce35297 commit 170f3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { networks: { rpc, ropsten, rinkeby, staging, mainnet } } = config
rpc.court = undefined
staging.court = '0x52180af656a1923024d1accf1d827ab85ce48878'
ropsten.court = '0x3b26bc496aebaed5b3E0E81cDE6B582CDe71396e'
rinkeby.court = '0xe9180dBE762Fe39520fC9883f7f7EFeBA6506534'
rinkeby.court = '0xf7970965489f4d4eafcf5fad55ca5ea57fb4bfcb'
mainnet.court = '0xee4650cBe7a2B23701D416f58b41D8B76b617797'

module.exports = config

0 comments on commit 170f3b9

Please sign in to comment.