File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 short_names = ["arb" , "arbitrum" ],
1313 gas_token = "ETH" ,
1414 poa = False ,
15- liquorice_settlement_address = to_checksum_address ( LIQUORICE_SETTLEMENT_ADDRESS ) ,
15+ liquorice_settlement_address = LIQUORICE_SETTLEMENT_ADDRESS ,
1616)
1717USDT = ERC20Token (
1818 name = "Arbitrum USDT" ,
Original file line number Diff line number Diff line change 1212 short_names = ["base" ],
1313 gas_token = "BASE" ,
1414 poa = False ,
15- liquorice_settlement_address = to_checksum_address ( LIQUORICE_SETTLEMENT_ADDRESS ) ,
15+ liquorice_settlement_address = LIQUORICE_SETTLEMENT_ADDRESS ,
1616)
1717WETH = ERC20Token (
1818 name = "Base WETH" ,
Original file line number Diff line number Diff line change 1212 short_names = ["eth" , "ethereum" ],
1313 gas_token = "ETH" ,
1414 poa = False ,
15- liquorice_settlement_address = to_checksum_address ( LIQUORICE_SETTLEMENT_ADDRESS ) ,
15+ liquorice_settlement_address = LIQUORICE_SETTLEMENT_ADDRESS ,
1616)
1717USDT = ERC20Token (
1818 name = "Tether USDT" ,
You can’t perform that action at this time.
0 commit comments