fix ocean address

This commit is contained in:
ssallam 2021-01-18 22:12:29 +01:00
parent 7a0f2b6113
commit dc5068f5f3
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export const ENABLE_DEBUG = true
const network = dataSource.network()
export const OCEAN: string =
network === 'mainnet'
network == 'mainnet'
? '0x967da4048cd07ab37855c090aaf366e4ce1b9f48'
: '0x8967BCF84170c91B0d24D4302C2376283b0B3a07'