@chromatic-protocol/sdk-ethers-v5
Namespaces
Classes
- ChromaticAccount
- ChromaticLens
- ChromaticMarket
- ChromaticMarketFactory
- ChromaticPosition
- ChromaticRouter
- Client
Interfaces
- ClaimableLiquidityResult
- IPosition
- LiquidityBinResult
- OwnedLiquidityBinResult
- PendingLiquidityResult
- PositionParam
- RouterAddLiquidityParam
- RouterOpenPositionParam
- RouterRemoveLiquidityParam
Variables
MIN_GAS_LIMIT_SETTLE_ALL
• Const
MIN_GAS_LIMIT_SETTLE_ALL: BigNumber
Defined in
packages/sdk-ethers-v5/src/entities/ChromaticRouter.ts:43
MIN_GAS_LIMIT_SETTLE_HALF
• Const
MIN_GAS_LIMIT_SETTLE_HALF: BigNumber
Defined in
packages/sdk-ethers-v5/src/entities/ChromaticRouter.ts:44
deployedAddress
• Const
deployedAddress: DeployedAddress
Deployed Address of contracts mapping of "chainName" to collection of contract name to deployed address
Remarks
use with helper functions using this constant object
getDeployedAddress getDeployedContract getAllDeployedContracts getDeployedContractNames getChainNames
Defined in
packages/sdk-ethers-v5/src/gen/deployedAddress.ts:23
Functions
adjustMakerGasLimit
▸ adjustMakerGasLimit(gas
): BigNumberish
Parameters
Name | Type |
---|---|
gas | BigNumberish |
Returns
BigNumberish
Defined in
packages/sdk-ethers-v5/src/entities/ChromaticRouter.ts:49
adjustTakerGasLimit
▸ adjustTakerGasLimit(gas
): BigNumberish
Parameters
Name | Type |
---|---|
gas | BigNumberish |
Returns
BigNumberish