tornado-oracles/src
tornadocontrib c9f43ff292
Remove broken external oracle and fixed EIP-1559 gasPrice calculation
* Updated 1inch Oracle link and use multicall3 ( because this is the only contract supported on sepolia )
* Simplify EIP-1559 gasPrice calculation ( EIP-1559 removes necessity of using external oracles, just enough premium of basefee will ensure transaction being mined )
* Apply respective premium for fees ( Only applied on V6 Oracle class )
* Removed @tornado/gas-price-oracle oracle
2024-11-23 18:43:55 +00:00
..
contracts Remove broken external oracle and fixed EIP-1559 gasPrice calculation 2024-11-23 18:43:55 +00:00
config.ts Remove broken external oracle and fixed EIP-1559 gasPrice calculation 2024-11-23 18:43:55 +00:00
feeOracle.ts Remove broken external oracle and fixed EIP-1559 gasPrice calculation 2024-11-23 18:43:55 +00:00
feeOracleV4.ts Remove broken external oracle and fixed EIP-1559 gasPrice calculation 2024-11-23 18:43:55 +00:00
feeOracleV5.ts Remove broken external oracle and fixed EIP-1559 gasPrice calculation 2024-11-23 18:43:55 +00:00
feeOracleV6.ts Remove broken external oracle and fixed EIP-1559 gasPrice calculation 2024-11-23 18:43:55 +00:00
index.ts Remove broken external oracle and fixed EIP-1559 gasPrice calculation 2024-11-23 18:43:55 +00:00
tokenPriceOracle.ts Remove broken external oracle and fixed EIP-1559 gasPrice calculation 2024-11-23 18:43:55 +00:00
types.ts Remove broken external oracle and fixed EIP-1559 gasPrice calculation 2024-11-23 18:43:55 +00:00
utils.ts Fix bump function: round to lower when BigNumber stores float value before converting to ethers BigNumber 2023-08-28 09:01:19 -07:00