tangle-network / relayer

🕸️ The Webb Relayer Network
https://webb-tools.github.io/relayer/
Apache License 2.0
22 stars 13 forks source link

feat: Improve the `GasOracle` usage #414

Closed shekohex closed 1 year ago

shekohex commented 1 year ago

Summary of changes

Example of the new Configuration options

[evm-etherscan.polygon_mumbai]
chain-id = 80001
api-key = "$POLYGONSCAN_API_KEY"
# Notice: We override the default API Endpoint
# from https://api-testnet.polygonscan.com/api
# to https://api.polygonscan.com/api
# To use the mainnet API instead of the testnet one
# Since the etherscan testnet's API does not support gas oracles.
api-url = "https://api.polygonscan.com/api"

Reference issue to close (if applicable)


Code Checklist

shekohex commented 1 year ago

Works now after all these updates:

{"estimatedFee":"0x3ddaea4a1bf2d5803c80","gasPrice":"0x8550417a9998a0000","refundExchangeRate":"0x6705e72f098f5c0000","maxRefund":"0x958da5c9b230a","timestamp":"2023-04-05T15:36:36.485408282Z"}