Skip to content

Commit e6694e3

Browse files
committed
refactor: remove limitations on Khaos usage in documentation
1 parent 53725d3 commit e6694e3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/en/posts/deep-dive-khaos.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ With Khaos, you can make oracle requests based on a secret token on a public blo
3939

4040
You can integrate Khaos into your Dapps. By using the frontend SDK and the Starter Kit to implement oracle functions, you can quickly start development.
4141

42-
_Currently, Khaos is limited to smart contracts that form the core of the Dev Protocol, specifically Market and Policy contracts. In the future, Khaos will be available for all smart contracts._
43-
4442
## Khaos Oracle Flow
4543

4644
Understanding the Khaos oracle flow is a great place to start development. It consists of several components, such as Khaos Core, Khaos Functions, and Khaos Registry. The most important flow for developers is as follows:
@@ -325,8 +323,6 @@ Fork this repository and add the `IPFS_HASH_FOR_FILE` value you noted earlier to
325323

326324
After pushing the changes to your forked repository, create a Pull Request to the source repository.
327325

328-
Currently, Khaos usage is limited to Dev Protocol-related contracts. Therefore, the team verifies whether the `addresses` of deployed functions in IPFS correspond to contracts on the Dev Protocol.
329-
330326
_In the future, the Khaos Registry will be re-architected and decentralized as smart contracts._
331327

332328
## Khaos Kit

0 commit comments

Comments
 (0)