Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
NFT-000: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Jun 15, 2023
1 parent d573381 commit 7350ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ContractTemplates/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default async function preparePolygonTransaction(nonce: number) {
try {
const { data } = await axios({
method: 'get',
url: 'https://gasstation-mainnet.matic.network/v2',
url: 'https://gasstation.polygon.technology/v2',
});
const gas = data.fast;

Expand Down

0 comments on commit 7350ce7

Please sign in to comment.