Skip to content
Merged
Show file tree
Hide file tree
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
33 changes: 0 additions & 33 deletions .vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,39 +536,6 @@ export function getSidebar() {
},
],
},
{
text: '🧙 Oracle Factory',
link: '/use-iapp/oracle-factory',
collapsed: true,
items: [
{
text: 'Getting Started',
link: '/use-iapp/oracle-factory/getting-started',
},
{
text: 'Methods',
collapsed: true,
items: [
{
text: 'createOracle',
link: '/use-iapp/oracle-factory/methods/createOracle',
},
{
text: 'readOracle',
link: '/use-iapp/oracle-factory/methods/readOracle',
},
{
text: 'updateOracle',
link: '/use-iapp/oracle-factory/methods/updateOracle',
},
],
},
{
text: 'Advanced Configuration',
link: '/use-iapp/oracle-factory/advanced-configuration',
},
],
},
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Fork this repository and ensure you're working on the `main` branch:

- Add an audit section for smart contracts
- Add Arbitrum support
- On arbitrum hide : Oracle Factory ? , DataProtector Sharing ??
- On arbitrum hide : DataProtector Sharing ??
- Adapt hardcoded address to feat with new contracts deployed on arbitrum
- Add link to the new explorer feature Asset_Types in the guide =>
`handle-schemas-dataset-types`
Expand Down
Loading