Skip to content

Commit

Permalink
fix(gas-prices): update gnosis-chain gas price endpoint link (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadV91 authored Jul 10, 2023
1 parent 9481077 commit fb7c2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const FLASHBOTS_LINK = 'https://explore.flashbots.net/'
export const GAS_PRICE_UPDATE_THRESHOLD = ms`5s`
export const GAS_FEE_ENDPOINTS = {
[ChainId.MAINNET]: 'https://api.blocknative.com/gasprices/blockprices',
[ChainId.GNOSIS_CHAIN]: 'https://blockscout.com/xdai/mainnet/api/v1/gas-price-oracle',
[ChainId.GNOSIS_CHAIN]: 'https://gnosis.blockscout.com/api/v1/gas-price-oracle',
[ChainId.GOERLI]: '',
}
export const GAS_API_KEYS = {
Expand Down

0 comments on commit fb7c2c6

Please sign in to comment.