Skip to content

Commit 60f635c

Browse files
authored
fix: oracle factory (#24)
1 parent ce1daae commit 60f635c

File tree

13 files changed

+63
-2518
lines changed

13 files changed

+63
-2518
lines changed

.vitepress/sidebar.ts

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -536,39 +536,6 @@ export function getSidebar() {
536536
},
537537
],
538538
},
539-
{
540-
text: '🧙 Oracle Factory',
541-
link: '/use-iapp/oracle-factory',
542-
collapsed: true,
543-
items: [
544-
{
545-
text: 'Getting Started',
546-
link: '/use-iapp/oracle-factory/getting-started',
547-
},
548-
{
549-
text: 'Methods',
550-
collapsed: true,
551-
items: [
552-
{
553-
text: 'createOracle',
554-
link: '/use-iapp/oracle-factory/methods/createOracle',
555-
},
556-
{
557-
text: 'readOracle',
558-
link: '/use-iapp/oracle-factory/methods/readOracle',
559-
},
560-
{
561-
text: 'updateOracle',
562-
link: '/use-iapp/oracle-factory/methods/updateOracle',
563-
},
564-
],
565-
},
566-
{
567-
text: 'Advanced Configuration',
568-
link: '/use-iapp/oracle-factory/advanced-configuration',
569-
},
570-
],
571-
},
572539
],
573540
},
574541
],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Fork this repository and ensure you're working on the `main` branch:
150150

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

0 commit comments

Comments
 (0)