1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

add rinkeby & goerli

This commit is contained in:
pldespaigne 2019-05-04 18:56:45 +02:00
parent 8cb6bd34e0
commit 987e58d103

View File

@ -60,5 +60,11 @@ function getRegistryForChainId (chainId) {
// ropsten
case 3:
return '0x112234455c3a32fd11230c42e7bccd4a84e02010'
// rinkeby
case 4:
return '0xe7410170f87102df0055eb195163a03b7f2bff4a'
// goerli
case 5:
return '0x112234455c3a32fd11230c42e7bccd4a84e02010'
}
}