Skip to content

Commit 2623c09

Browse files
chore: remove references to vouchers (#93)
Co-authored-by: Erwan Decoster <36567542+ErwanDecoster@users.noreply.github.com>
1 parent 412a860 commit 2623c09

File tree

19 files changed

+398
-3707
lines changed

19 files changed

+398
-3707
lines changed

.vitepress/sidebar.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ export function getSidebar() {
3232
text: 'Manage Data Access',
3333
link: '/get-started/helloWorld/4-manageDataAccess',
3434
},
35-
{
36-
text: 'Bonus Chapter !',
37-
link: '/get-started/helloWorld/5-bonusChapter',
38-
},
3935
],
4036
},
4137
{
@@ -84,10 +80,6 @@ export function getSidebar() {
8480
text: 'iExec Explorer',
8581
link: '/get-started/tooling-and-explorers/iexec-explorer',
8682
},
87-
{
88-
text: 'Builder Dashboard',
89-
link: '/get-started/tooling-and-explorers/builder-dashboard',
90-
},
9183
{
9284
text: 'RLC Bridge',
9385
link: '/get-started/tooling-and-explorers/bridge',

.vitepress/theme/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export default {
5353
connectWallet: 'hw_connectWallet',
5454
protectData: 'hw_protectData',
5555
grantAccess: 'hw_grantAccess',
56-
claimVoucher: 'hw_claimVoucher',
5756
};
5857

5958
// Add a global click listener

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ To maintain consistency, use these parameter names:
254254
- `appWhitelist`: '0xba46d6...'
255255
- `owner`: '0xa0c15e...'
256256
- `newOwner`: '0xc5e9f4...'
257-
- `voucherOwner`: '0x5714eB...'
258257
- `renterAddress`: '0x246bdf...'
259258
- `subscriberAddress`: '0x246bdf...'
260259
- `workerpool`: '0xa5de76...'

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ for input parameters:
146146
- `appWhitelist`: '0xba46d6...',
147147
- `owner`: '0xa0c15e...',
148148
- `newOwner`: '0xc5e9f4...',
149-
- `voucherOwner`: '0x5714eB...',
150149
- `renterAddress`: '0x246bdf...'
151150
- `subscriberAddress`: '0x246bdf...'
152151
- `workerpool`: '0xa5de76...'

0 commit comments

Comments
 (0)