From cf104a6282af37bae994968be0f4e6a62e7b5de3 Mon Sep 17 00:00:00 2001 From: Wishwajith Dissanayake Date: Tue, 12 Mar 2024 14:39:30 +0530 Subject: [PATCH 1/2] Update README.md --- v3-sdk/quoting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-sdk/quoting/README.md b/v3-sdk/quoting/README.md index 7837193..3955792 100644 --- a/v3-sdk/quoting/README.md +++ b/v3-sdk/quoting/README.md @@ -19,7 +19,7 @@ This application is a read only quoting application that communicates with the E ### Get a mainnet RPC URL -1. Create aun API key using any of the [Ethereum API providers](https://docs.ethers.io/v5/api/providers/) and grab the respective RPC URL, eg `https://mainnet.infura.io/v3/0ac57a06f2994538829c14745750d721` +1. Create an API key using any of the [Ethereum API providers](https://docs.ethers.io/v5/api/providers/) and grab the respective RPC URL, eg `https://mainnet.infura.io/v3/0ac57a06f2994538829c14745750d721` 2. Set that as the value of the `mainnet` `rpc` vale inside the [config](./src/config.ts). ### Start the web interface From 94c47c1a5e5f783da38823d022d78a250e59acd2 Mon Sep 17 00:00:00 2001 From: Wishwajith Dissanayake Date: Tue, 12 Mar 2024 14:48:12 +0530 Subject: [PATCH 2/2] Update README.md update readme file. --- v3-sdk/quoting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-sdk/quoting/README.md b/v3-sdk/quoting/README.md index 3955792..54d781c 100644 --- a/v3-sdk/quoting/README.md +++ b/v3-sdk/quoting/README.md @@ -20,7 +20,7 @@ This application is a read only quoting application that communicates with the E ### Get a mainnet RPC URL 1. Create an API key using any of the [Ethereum API providers](https://docs.ethers.io/v5/api/providers/) and grab the respective RPC URL, eg `https://mainnet.infura.io/v3/0ac57a06f2994538829c14745750d721` -2. Set that as the value of the `mainnet` `rpc` vale inside the [config](./src/config.ts). +2. Set that as the value of the `mainnet` `rpc` value inside the [config](./src/config.ts). ### Start the web interface