mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
add detection for local poa
This commit is contained in:
parent
43db4412ee
commit
375f153b93
@ -56,6 +56,9 @@ export default class Keeper {
|
||||
case 42:
|
||||
network = "Kovan"
|
||||
break
|
||||
case 8996:
|
||||
network = "Ocean_POA_net_local"
|
||||
break
|
||||
case 8995:
|
||||
network = "Ocean_POA_AWS"
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user