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

Merge pull request #263 from oceanprotocol/feature/pacific-network-detection

add pacific to network detection
This commit is contained in:
Matthias Kretschmann 2019-06-24 16:03:34 +02:00 committed by GitHub
commit a36003ed12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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