Skip to content

Commit

Permalink
Remove test data from imx-testing (#38)
Browse files Browse the repository at this point in the history
* Remove test data from imx-testing
  • Loading branch information
brayansdt authored Oct 25, 2023
1 parent ee7509f commit 3468b5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/onboarding/2-create-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const component = '[IMX-CREATE-PROJECT]';
* Edit your values here
*/
const params: CreateProjectParams = {
name: 'Bryan to the moon',
company_name: 'Immutable Sandbox',
contact_email: 'bryan.dichtl@immutable.com',
name: 'YOUR_COLLECTION_NAME',
company_name: 'YOUR_COMPANY_NAME',
contact_email: 'your-dev-hub-email@immutable.com', // https://hub.immutable.com/
};

let project;
Expand Down

0 comments on commit 3468b5f

Please sign in to comment.