Skip to content

Commit

Permalink
delete hardhat and make the code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Herman-Riah19 committed Nov 9, 2023
1 parent eab5ae2 commit ecfc766
Show file tree
Hide file tree
Showing 8 changed files with 386 additions and 16,206 deletions.
13 changes: 0 additions & 13 deletions app/hardhat/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions app/hardhat/contracts/Lock.sol

This file was deleted.

23 changes: 0 additions & 23 deletions app/hardhat/scripts/deploy.ts

This file was deleted.

124 changes: 0 additions & 124 deletions app/hardhat/test/Lock.ts

This file was deleted.

3 changes: 1 addition & 2 deletions database/seeders/Main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import BaseSeeder from '@ioc:Adonis/Lucid/Seeder'
import Categorie from 'App/Models/Categorie'
import Collection from 'App/Models/Collection'
import Role from 'App/Models/Role'
import User from 'App/Models/User'

Expand Down Expand Up @@ -58,7 +57,7 @@ export default class extends BaseSeeder {
"<li>Non-player character, or NPC, a character controlled by a game-master in tabletop role-playing games or by a program in video games.</li>"+
"<li>Boss (video games), a significant computer-controlled enemy in video games</li>"+
"<li>Mob (video games), short for 'mobile'. A type of computer-controlled non-player characters, whose primary purpose is to be killed for experience, quest objective, or loot</li></ul>",
asset: 'H5KOrkDH6Q5LM6SWoeYoF3K_tfyWTnoA.jpg'
asset: 'game_charactere.jpg'
},
])
}
Expand Down
16 changes: 0 additions & 16 deletions hardhat.config.ts

This file was deleted.

Loading

0 comments on commit ecfc766

Please sign in to comment.