From 03e0c9a480fdb69638ab8658108a26fb762cd500 Mon Sep 17 00:00:00 2001 From: Ashar2shahid Date: Mon, 6 Feb 2023 10:32:48 -0500 Subject: [PATCH 1/2] update mainnet,goerli rpc --- packages/airnode-protocol/credentials.example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/airnode-protocol/credentials.example.json b/packages/airnode-protocol/credentials.example.json index 2e6c73a7c3..52188e2a69 100644 --- a/packages/airnode-protocol/credentials.example.json +++ b/packages/airnode-protocol/credentials.example.json @@ -33,7 +33,7 @@ "mnemonic": "" }, "chainId": 1, - "url": "https://mainnet.infura.io/v3/8997be2479d94f91a24df8b56a8e98df" + "url": "https://rpc.ankr.com/eth" }, "ropsten": { "accounts": { @@ -54,7 +54,7 @@ "mnemonic": "" }, "chainId": 5, - "url": "https://goerli.infura.io/v3/8997be2479d94f91a24df8b56a8e98df" + "url": "https://rpc.ankr.com/eth_goerli" }, "kovan": { "accounts": { From 3bf9feba1725ed40de8b5ec3695476376eaab363 Mon Sep 17 00:00:00 2001 From: Ashar2shahid Date: Mon, 6 Feb 2023 10:33:48 -0500 Subject: [PATCH 2/2] update changeset --- .changeset/tall-bottles-rule.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/tall-bottles-rule.md diff --git a/.changeset/tall-bottles-rule.md b/.changeset/tall-bottles-rule.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/tall-bottles-rule.md @@ -0,0 +1,2 @@ +--- +---