From b089e4ad2186a87cd4e3522c355db8dc9f5c4216 Mon Sep 17 00:00:00 2001 From: Danil <37103154+Danyylka@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:22:26 +0100 Subject: [PATCH 1/3] Update oracles.md --- .../src/content/hardhat-runner/docs/supporter-guides/oracles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/hardhat-runner/docs/supporter-guides/oracles.md b/docs/src/content/hardhat-runner/docs/supporter-guides/oracles.md index 992af7d737..a408c71db6 100644 --- a/docs/src/content/hardhat-runner/docs/supporter-guides/oracles.md +++ b/docs/src/content/hardhat-runner/docs/supporter-guides/oracles.md @@ -226,7 +226,7 @@ There are multiple oracle applications you can integrate into your dapp: - [Kleros Oracle](https://kleros.io/oracle) - _Crowd-sourced on-chain smart contract oracle in collaboration with the Reality.eth cryptoeconomic mechanism for verifying real-world events on-chain, a subjective oracle solution able to answer any question with a publicly verifiable answer._ -- [UMA Oracle](https://umaproject.org/products/optimistic-oracle) - _UMA's optimistic oracle allows smart contracts to quickly and receive any kind of data for different applications, including insurance, financial derivatives, and prediction market._ +- [UMA Oracle](https://umaproject.org/products/optimistic-oracle) - _UMA's optimistic oracle allows smart contracts to quickly receive any kind of data for different applications, including insurance, financial derivatives, and prediction market._ - [Tellor](https://tellor.io/) - _Tellor is a transparent and permissionless oracle protocol for your smart contract to easily get any data whenever it needs it._ From a06a400cc2dbc9469b5416b80a4dfd1410136032 Mon Sep 17 00:00:00 2001 From: Danil <37103154+Danyylka@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:27:01 +0100 Subject: [PATCH 2/3] Update plugins.ts --- docs/src/content/hardhat-runner/plugins/plugins.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/hardhat-runner/plugins/plugins.ts b/docs/src/content/hardhat-runner/plugins/plugins.ts index b7742597eb..dff99f36c8 100644 --- a/docs/src/content/hardhat-runner/plugins/plugins.ts +++ b/docs/src/content/hardhat-runner/plugins/plugins.ts @@ -59,7 +59,7 @@ const communityPlugins: IPlugin[] = [ authorUrl: "https://tenderly.co/", description: "Easily integrate your Hardhat project with Tenderly. Tenderly is an Ethereum monitoring, debugging and analytics platform.", - tags: ["Debuggin", "Monitoring", "Alerting", "Tasks", "Scripts"], + tags: ["Debugging", "Monitoring", "Alerting", "Tasks", "Scripts"], }, { name: "hardhat-ethernal", From 8aef5507e8ce6ce0d129ba8874b498ea4d729146 Mon Sep 17 00:00:00 2001 From: Danil <37103154+Danyylka@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:35:52 +0100 Subject: [PATCH 3/3] Update test.sh --- e2e/fixture-projects/gas-reporter/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/fixture-projects/gas-reporter/test.sh b/e2e/fixture-projects/gas-reporter/test.sh index b069deb283..08d34bf1f4 100755 --- a/e2e/fixture-projects/gas-reporter/test.sh +++ b/e2e/fixture-projects/gas-reporter/test.sh @@ -1,6 +1,6 @@ #! /usr/bin/env sh -# fail if any commands fails +# fail if any command fails set -e # import helpers functions