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

Fix typos, capitalization, and phrasing issues #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Next Next commit
Fix typos and capitalization issues in documentation
- Corrected "feed" to "fees"
- Capitalized "ctf" to "CTF" for consistency
- Fixed capitalization for "Polymarket" and "Gnosis Safe"
- Updated "ERC1155 (ctf)" to "ERC1155 (CTF)"
sergeypanin1994 committed Jan 6, 2025
commit e81c3652eb8298b473f99d1476bb5591b1c66f01
8 changes: 4 additions & 4 deletions docs/CTFExchange.md
Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@ Parameters:
address _collateral // ERC20 collateral asset (USDC)
address _ctf // ERC1155 outcome tokens contract (gnosis conditional tokens framework)
address _proxyFactory // Polymarket proxy factory
address _safeFactory // Gnosis safe factory contract
address _feeReceiver // account to accumulate feed to
address _safeFactory // Gnosis Safe factory contract
address _feeReceiver // account to accumulate fees to
```

## `pauseTrading`
@@ -138,8 +138,8 @@ Registers a tokenId, its complement and its conditionId for trading.
Parameters:

```java
uint256 token // The ERC1155 (ctf) tokenId being registered
uint256 complement // The ERC1155 (ctf) token ID of the complement of token
uint256 token // The ERC1155 (CTF) tokenId being registered
uint256 complement // The ERC1155 (CTF) token ID of the complement of token
bytes32 // The corresponding CTF conditionId
```
Requirements: