chore: Add Ganache to NetworkId enum
This commit is contained in:
parent
dac0bee95c
commit
9266df43a4
@ -16,6 +16,7 @@ export enum NetworkId {
|
|||||||
Ropsten = 3,
|
Ropsten = 3,
|
||||||
Rinkeby = 4,
|
Rinkeby = 4,
|
||||||
Kovan = 42,
|
Kovan = 42,
|
||||||
|
Ganache = 50,
|
||||||
}
|
}
|
||||||
|
|
||||||
const networkToAddresses: { [networkId: number]: ContractAddresses } = {
|
const networkToAddresses: { [networkId: number]: ContractAddresses } = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user