From 4b19c3ca5bc2cd4470ec4a6373e49a3e13ae0fe4 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:22:20 +0200 Subject: [PATCH 1/4] fix typos ManualPayloadExample.sol --- contracts/ManualPayloadExample.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/ManualPayloadExample.sol b/contracts/ManualPayloadExample.sol index 111fb49..b993ff8 100644 --- a/contracts/ManualPayloadExample.sol +++ b/contracts/ManualPayloadExample.sol @@ -13,7 +13,7 @@ contract ManualPayloadExample is MainDemoConsumerBase { } /** - * Returns the latest price of the give asset + * Returns the latest price of the given asset * Doesn't need to be called on a wrapped contract instance * But requires to pass a valid manual payload */ From ccf7413279b5fb0f9ad5229697d0fe0cd9abc336 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:23:38 +0200 Subject: [PATCH 2/4] fix typos StocksExample.sol --- contracts/StocksExample.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/StocksExample.sol b/contracts/StocksExample.sol index ddab69d..b5ff4e1 100644 --- a/contracts/StocksExample.sol +++ b/contracts/StocksExample.sol @@ -18,7 +18,7 @@ contract StocksExample is StocksDemoConsumerBase { // // Getting data timestamp from future seems quite unlikely // // But we've already spent too much time with different cases // // Where block.timestamp was less than dataPackage.timestamp. - // // Some blockchains may case this problem as well. + // // Some blockchains may cause this problem as well. // // That's why we add MAX_BLOCK_TIMESTAMP_DELAY // // and allow data "from future" but with a small delay // // require( From 99634ef5fd880fbb89af20e7fe5bb70cd08f8364 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:25:04 +0200 Subject: [PATCH 3/4] fix typos CustomUrlsExample.js --- test/CustomUrlsExample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CustomUrlsExample.js b/test/CustomUrlsExample.js index 8c64a11..75d33af 100644 --- a/test/CustomUrlsExample.js +++ b/test/CustomUrlsExample.js @@ -1,6 +1,6 @@ const { WrapperBuilder } = require("@redstone-finance/evm-connector"); -// Paused this example for now, since out custom URLs oracles +// Paused this example for now, since our custom URLs oracles // Are not working properly describe.skip("CustomUrlsExample", function () { let contract; From 885a6e76b89c98586c1f2099f07d2d5b0629d738 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:27:03 +0200 Subject: [PATCH 4/4] fix typos .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fad2155..15f713c 100644 --- a/.gitignore +++ b/.gitignore @@ -84,7 +84,7 @@ dist # Gatsby files .cache/ -# Comment in the public line in if your project uses Gatsby and *not* Next.js +# Comment in the public line if your project uses Gatsby and *not* Next.js # https://nextjs.org/blog/next-9-1#public-directory-support # public