Skip to main content

Parameters

The bep3 module contains the following parameters:

KeyTypeExampleDescription
BnbDeputyAddresssdk.AccAddress"kava1r4v2zdhdalfj2ydazallqvrus9fkphmglhn6u6"deputy's Kava address
BnbDeputyFixedFeesdk.Intsdk.NewInt(1000)deputy's fixed bnb fee
MinAmountsdk.Intsdk.NewInt(0)minimum swap amount
MaxAmountsdk.Intsdk.NewInt(1000000000000)maximum swap amount
MinBlockLockuint64220minimum swap expire height
MaxBlockLockuint64270maximum swap expire height
SupportedAssetsAssetParams[]AssetParamarray of supported assets

Each AssetParam has the following parameters:

KeyTypeExampleDescription
AssetParam.Denomstring"bnb"asset's name
AssetParam.CoinIDint64714asset's international coin ID
AssetParam.Limitsdk.Intsdk.NewInt(100)asset's supply limit
AssetParam.Activebooleantrueasset's state: live or paused