contracts icon indicating copy to clipboard operation
contracts copied to clipboard

Contracts repository for The Graph protocol

Results 108 contracts issues
Sort by recently updated
recently updated
newest added
trafficstars

WIP as I still need to fix the tests. This complements #571 adding a reward for whoever called drip(), to incentivise calling it and offset the gas costs. The reward...

enhancement
protocol change

Simplifies the keeper reward calculation and increases the odds that calling drip immediately after the minDripInterval will be profitable.

Also L2 doesnt have to accept GraphToken ownership

### Steps to reproduce **Run** ``` npx hardhat console --network rinkeby --graph-config config/graph.rinkeby.yml ``` **Error** ``` Error HH305: Unrecognized param --graph-config ```

bug