1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

add pacific to network detection

This commit is contained in:
Matthias Kretschmann 2019-06-24 13:48:19 +02:00
parent 8734e8f42d
commit 9561f8e0c3
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -242,6 +242,8 @@ export class Keeper extends Instantiable {
return 'Spree'
case 8995:
return 'Nile'
case 0xcea11:
return 'Pacific'
default:
return 'Development'
}