The Wayback Machine - http://web.archive.org/web/20220601225445/https://github.com/topics/hardhat
Skip to content
#

hardhat

Here are 1,050 public repositories matching this topic...

Crypto arbitrage bot that searches multiple token exchanges on the Avalanche blockchain for a significant difference in price between two tokens. Once a arbitrage opportunity is found the bot will execute the simultaneous buying and selling of the tokens through a flash swap provided by token exchanges (selected exchanges are forks of the Uniswap V2 Smart Contract).

  • Updated Apr 13, 2022
  • TypeScript
kanej
kanej commented Feb 14, 2022

If you open a block comment and hit enter to go to a new line, the * should be autoinserted:

Current:

  /**
  | <- cursor
   */
  function foo2() public virtual {}

Preferred:

  /**
   * | <- cursor
   */
  function foo2() public virtual {}

This happens in typescript and looks to be coming from the onEnterRules in the `language-configuration.

enhancement good first issue

Improve this page

Add a description, image, and links to the hardhat 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 hardhat topic, visit your repo's landing page and select "manage topics."

Learn more