|
@@ -1196,10 +1196,10 @@ function filterZeroPrice(ret, chain) {
|
|
|
})
|
|
|
switch (chain) {
|
|
|
case utils.CHAIN_NAME.okc_mainnet:
|
|
|
- newPrices.push({ contract: '0x8526492CEdB445153985aAEDd9245a8Cfd457F10', usdPrice: '0.00000001' })
|
|
|
+ newPrices.push({ contract: '0x8526492CEdB445153985aAEDd9245a8Cfd457F10', usdPrice: 0.00000001 })
|
|
|
break
|
|
|
case utils.CHAIN_NAME.kcc_mainnet:
|
|
|
- newPrices.push({ contract: '0x2fF83F6deF585d1F13c477C9C0c83181F074A042', usdPrice: '0.00000001' })
|
|
|
+ newPrices.push({ contract: '0x2fF83F6deF585d1F13c477C9C0c83181F074A042', usdPrice: 0.00000001 })
|
|
|
break
|
|
|
}
|
|
|
newret.tokenPrice = newPrices;
|