Skip to content

Commit

Permalink
update network.js with correct amoy testnet don gateway urls
Browse files Browse the repository at this point in the history
  • Loading branch information
zeuslawyer committed May 6, 2024
1 parent 2122ccc commit 1cba1fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,10 @@ const networks = {

functionsRouter: "0xC22a79eBA640940ABB6dF0f7982cc119578E11De",
donId: "fun-polygon-amoy-1",
gatewayUrls: ["https://01.functions-gateway.chain.link/", "https://02.functions-gateway.chain.link/"],
gatewayUrls: [
"https://01.functions-gateway.testnet.chain.link/",
"https://02.functions-gateway.testnet.chain.link/",
],
},
// localFunctionsTestnet is updated dynamically by scripts/startLocalFunctionsTestnet.js so it should not be modified here
localFunctionsTestnet: {
Expand Down

0 comments on commit 1cba1fa

Please sign in to comment.