Skip to content

Commit

Permalink
Merge pull request #1639 from api3dao/fix-rpc-credentials
Browse files Browse the repository at this point in the history
Update RPCs in credentials.json
  • Loading branch information
amarthadan authored Feb 6, 2023
2 parents 99c5927 + 3bf9feb commit dd64a54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/tall-bottles-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions packages/airnode-protocol/credentials.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"mnemonic": ""
},
"chainId": 1,
"url": "https://mainnet.infura.io/v3/8997be2479d94f91a24df8b56a8e98df"
"url": "https://rpc.ankr.com/eth"
},
"ropsten": {
"accounts": {
Expand All @@ -54,7 +54,7 @@
"mnemonic": ""
},
"chainId": 5,
"url": "https://goerli.infura.io/v3/8997be2479d94f91a24df8b56a8e98df"
"url": "https://rpc.ankr.com/eth_goerli"
},
"kovan": {
"accounts": {
Expand Down

0 comments on commit dd64a54

Please sign in to comment.