Skip to content

Commit

Permalink
ethgas: fix gas paid for arbitrum goerli, sepolia, xdai
Browse files Browse the repository at this point in the history
  • Loading branch information
attente committed Oct 31, 2023
1 parent 404916b commit 4db4eaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ethgas/readers.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ var CustomGasPriceBidReaders = map[uint64]GasPriceReader{}
var CustomGasPricePaidReaders = map[uint64]GasPriceReader{
42161: arbitrumGasPricePaidReader, // arbitrum one
42170: arbitrumGasPricePaidReader, // arbitrum nova
421611: arbitrumGasPricePaidReader, // arbitrum one testnet
421611: arbitrumGasPricePaidReader, // arbitrum rinkeby
421613: arbitrumGasPricePaidReader, // arbitrum goerli
421614: arbitrumGasPricePaidReader, // arbitrum sepolia
200: arbitrumGasPricePaidReader, // arbitrum xdai
}

func DefaultGasPriceBidReader(block *ethmonitor.Block) []*big.Int {
Expand Down

0 comments on commit 4db4eaa

Please sign in to comment.