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