ymmmmmmmm / BeraChainTools

berachain领水,合约交互。berachain claim test tokens,contract interactions.
GNU General Public License v3.0
351 stars 254 forks source link

honey pool liquidity address #10

Closed tjuryakin closed 7 months ago

tjuryakin commented 7 months ago

usdc_pool_liquidity_address, weth_pool_liquidity_address in config. I want to add honey/eth to the pool, do you know the honey address?

thank you

tjuryakin commented 7 months ago

or i can use weth_pool_liquidity_address for honey tokens?

bera.bex_add_liquidity(int(honey_balance), weth_pool_liquidity_address, honey_address)

example

ymmmmmmmm commented 7 months ago

use bera.bex_add_liquidity(int(honey_balance), weth_pool_liquidity_address, honey_address) That’s it