style: auto-fix formatting issues with golangci-lint
This commit is contained in:
@@ -1220,7 +1220,7 @@ func (executor *FlashSwapExecutor) convertGasCostToTokenUnits(gasCostWei *big.In
|
||||
|
||||
func defaultTokenRegistry() map[common.Address]tokenDescriptor {
|
||||
registry := map[common.Address]tokenDescriptor{
|
||||
common.Address{}: newTokenDescriptor("ETH", 18, 2000.0),
|
||||
{}: newTokenDescriptor("ETH", 18, 2000.0),
|
||||
common.HexToAddress("0x82aF49447D8a07e3bd95BD0d56f35241523fBab1"): newTokenDescriptor("WETH", 18, 2000.0),
|
||||
common.HexToAddress("0xaF88d065e77c8cC2239327C5EDb3A432268e5831"): newTokenDescriptor("USDC", 6, 1.0),
|
||||
common.HexToAddress("0xff970a61a04b1ca14834a43f5de4533ebddb5cc8"): newTokenDescriptor("USDC.e", 6, 1.0),
|
||||
|
||||
Reference in New Issue
Block a user