Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes from Dhub #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/geb-js/api-reference/gebproxyactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: Geb Proxy Actions

Convenience class to call functions from [GebProxyActions](https://github.com/UseKeyp/od-contracts/tree/main/src/contracts/proxies/actions) through a proxy contract registered in the [Vault721](https://github.com/UseKeyp/od-contracts/blob/main/src/contracts/proxies/Vault721.sol). These actions bundle multiple actions in one (e.g: open a safe + lock some ETH + draw some system coins).

Testing 1234

## Constructors

\+ **new GebProxyActions**(`proxyAddress`: string, `network`: GebDeployment, `chainProvider`: GebProviderInterface): [_GebProxyActions_](gebproxyactions.md)
Expand Down Expand Up @@ -105,9 +107,9 @@ _Defined in_ [_packages/geb/src/proxy-action.ts:130_](https://github.com/open-do

**Returns:** _TransactionRequest_

### coinJoin\_join
### coinJoin_join

▸ **coinJoin\_join**(`apt`: string, `safeHandler`: string, `wad`: BigNumberish): _TransactionRequest_
▸ **coinJoin_join**(`apt`: string, `safeHandler`: string, `wad`: BigNumberish): _TransactionRequest_

_Defined in_ [_packages/geb/src/proxy-action.ts:136_](https://github.com/open-dollar/od-sdk/blob/dev/src/proxy-action.ts#L136)

Expand Down Expand Up @@ -833,9 +835,9 @@ _Defined in_ [_packages/geb/src/proxy-action.ts:655_](https://github.com/open-do

**Returns:** _TransactionRequest_

### tokenCollateralJoin\_join
### tokenCollateralJoin_join

▸ **tokenCollateralJoin\_join**(`apt`: string, `safe`: string, `amt`: BigNumberish, `transferFrom`: boolean): _TransactionRequest_
▸ **tokenCollateralJoin_join**(`apt`: string, `safe`: string, `amt`: BigNumberish, `transferFrom`: boolean): _TransactionRequest_

_Defined in_ [_packages/geb/src/proxy-action.ts:671_](https://github.com/open-dollar/od-sdk/blob/dev/src/proxy-action.ts#L671)

Expand Down
Loading