mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
add rinkeby & goerli
This commit is contained in:
parent
8cb6bd34e0
commit
987e58d103
@ -60,5 +60,11 @@ function getRegistryForChainId (chainId) {
|
||||
// ropsten
|
||||
case 3:
|
||||
return '0x112234455c3a32fd11230c42e7bccd4a84e02010'
|
||||
// rinkeby
|
||||
case 4:
|
||||
return '0xe7410170f87102df0055eb195163a03b7f2bff4a'
|
||||
// goerli
|
||||
case 5:
|
||||
return '0x112234455c3a32fd11230c42e7bccd4a84e02010'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user