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

Add Goerli config #4

Merged
merged 1 commit into from
May 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const MKR_TOKEN = '0xaaf64bfcc32d0f15873a02163e7e500671a4ffcd';
const MKR_WHALE = '0xdb33dfd3d61308c33c63209845dad3e6bfb2c674';
const MKR_FISH = '0x2dfcedcb401557354d0cf174876ab17bfd6f4efd';

// Preset can be 'mainnet', 'kovan' or 'rinkeby'
// Preset can be 'mainnet', 'kovan', 'rinkeby' or 'goerli'
const config = { preset: 'kovan' };

// Create watcher
Expand Down
5 changes: 5 additions & 0 deletions src/addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
"multicall": "0x67482a4499dbef2a65862d751a7ef2b4a0785475",
"helper": "0x12a3f008055dc55fe9197ba13d4f10101a71b591",
"rpcUrl": "https://rinkeby.infura.io"
},
"goerli": {
"multicall": "0x7160bde5f1c98d9839b86fa6730ec398434643c6",
"helper": "0xc894122faa9a448acb5b3e98ed57c57bfba6daac",
"rpcUrl": "https://rpc.slock.it/goerli"
}
}