Skip to content

Commit

Permalink
Merge the devel branch into the main branch, v4.1.1
Browse files Browse the repository at this point in the history
This merge contains the following set of changes:
  - Change old gas station url (#185)
  • Loading branch information
akolotov authored Jun 15, 2023
2 parents c8e1516 + 200d2c6 commit 4088655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zp-relayer/services/gas-price/GasPrice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export class GasPrice<ET extends EstimationType> {
}

private fetchPolygonGasStationV2: FetchFunc<EstimationType.PolygonGSV2> = async options => {
const response = await fetch('https://gasstation-mainnet.matic.network/v2')
const response = await fetch('https://gasstation.polygon.technology/v2')
const json: PolygonGSV2Response = await response.json()
const speedType = polygonGasPriceKeyMapping[options.speedType]
const { maxFee, maxPriorityFee } = json[speedType]
Expand Down

0 comments on commit 4088655

Please sign in to comment.