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:
commit
a36003ed12
@ -242,6 +242,8 @@ export class Keeper extends Instantiable {
|
|||||||
return 'Spree'
|
return 'Spree'
|
||||||
case 8995:
|
case 8995:
|
||||||
return 'Nile'
|
return 'Nile'
|
||||||
|
case 0xcea11:
|
||||||
|
return 'Pacific'
|
||||||
default:
|
default:
|
||||||
return 'Development'
|
return 'Development'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user