# README
Oracles
Chainlink Oracles
m := NewChainlinkMap()
address := m.ChooseOracle(Selectors{Network: chainId.AvalancheChainName, Symbol: "avax"})
fmt.Println(address)
// Output:
// 0x0A77230d17318075983913bC2145DB16C7366156
# Functions
Get the price by chainlink oracle.
No description provided by the author
# Structs
Complete map of chainlink oracles.
Used to choose oracle from the complete map.