The Wayback Machine - https://web.archive.org/web/20211013100253/https://github.com/topics/chainlink
Skip to content
#

chainlink

Here are 243 public repositories matching this topic...

chainlink
0xfoobar
0xfoobar commented May 20, 2021

Description
Add a contract similar to Aave's AddressProvider or Uniswap's getPair() functionality.

Motivation
On-chain lookups of price oracles given the asset addresses.

Justification
String manipulation is difficult and expensive in Solidity, and you usually work with the token address, not its string name.

nickbeaird
nickbeaird commented Jul 25, 2021

I am seeing that my local testing with ganche-cli is causing some issues connecting to the same network.

Repro steps:

  1. Set the default network in the yanl file to ganache.
  2. Install ganache-cli via npm. Start ganache-cli in one terminal tab.
  3. Open a new terminal tab and add a ganache network. brownie networks add Ethereum ganache host=http://localhost:8545 chainid=1337.
  4. Run
PatrickAlphaC
PatrickAlphaC commented Feb 17, 2021

Right now, you have to specifically define the parameters you want to use in the code, it would be great if you could add any input and it would map them appropriately.

Basically, remove this section:

const customParams = {
  quiet: false,
  quieter: false,
  silent: false,
  progress: false,
  trickle: false,
  pin: false,
  file: false,
  ipfs_host: false,
  endpoint: false,

Improve this page

Add a description, image, and links to the chainlink topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chainlink topic, visit your repo's landing page and select "manage topics."

Learn more