Skip to content

Commit

Permalink
Remove 7579 code examples and re-generate them
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Oct 23, 2024
1 parent 7a32cb2 commit 577fdd3
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 596 deletions.
30 changes: 15 additions & 15 deletions .github/scripts/generateCodeExamples.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@ const repos = [
'/layouts/default.vue',
'/nuxt.config.ts'
]
},
{
organization: '5afe',
repo: 'safe-7579-tutorial',
destination: './examples/erc-7579',
branch: 'main',
files: [
'/lib/permissionless.ts',
'/lib/scheduledTransfers.ts',
'/components/ScheduledTransferForm.tsx',
'/app/page.tsx',
'/app/layout.tsx',
'/app/globals.css',
'/next.config.mjs'
]
}
// {
// organization: '5afe',
// repo: 'safe-7579-tutorial',
// destination: './examples/erc-7579',
// branch: 'main',
// files: [
// '/lib/permissionless.ts',
// '/lib/scheduledTransfers.ts',
// '/components/ScheduledTransferForm.tsx',
// '/app/page.tsx',
// '/app/layout.tsx',
// '/app/globals.css',
// '/next.config.mjs'
// ]
// }
]

const generateCodeExamples = async ({
Expand Down
58 changes: 0 additions & 58 deletions examples/erc-7579/app/globals.css

This file was deleted.

77 changes: 0 additions & 77 deletions examples/erc-7579/app/layout.tsx

This file was deleted.

71 changes: 0 additions & 71 deletions examples/erc-7579/app/page.tsx

This file was deleted.

Loading

0 comments on commit 577fdd3

Please sign in to comment.