@chromatic-protocol/sdk-ethers-v6
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: bigint
Defined in
packages/sdk-ethers-v6/src/entities/ChromaticRouter.ts:42
MIN_GAS_LIMIT_SETTLE_HALF
• Const
MIN_GAS_LIMIT_SETTLE_HALF: bigint
Defined in
packages/sdk-ethers-v6/src/entities/ChromaticRouter.ts:43
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-v6/src/gen/deployedAddress.ts:23
Functions
adjustMakerGasLimit
▸ adjustMakerGasLimit(gas
): bigint
Parameters
Name | Type |
---|---|
gas | bigint |
Returns
bigint
Defined in
packages/sdk-ethers-v6/src/entities/ChromaticRouter.ts:48
adjustTakerGasLimit
▸ adjustTakerGasLimit(gas
): bigint
Parameters
Name | Type |
---|---|
gas | bigint |
Returns
bigint