if (tokenToOracle[_token] == address(0)) {
    tokenToOracle[_token] = _oracle;
}
