Skip to content

Commit

Permalink
šŸ§¹ Clean up examples (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: Blockchain Warlock <[email protected]>
  • Loading branch information
janjakubnanista and TRileySchwarz authored Jan 29, 2024
1 parent ff46a21 commit 088cdbb
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 64 deletions.
2 changes: 0 additions & 2 deletions examples/oapp/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import '@nomiclabs/hardhat-ethers'
import '@layerzerolabs/toolbox-hardhat'
import { HardhatUserConfig } from 'hardhat/types'

import './tasks/'

const config: HardhatUserConfig = {
solidity: {
compilers: [
Expand Down
21 changes: 0 additions & 21 deletions examples/oapp/tasks/getSigners.ts

This file was deleted.

2 changes: 0 additions & 2 deletions examples/oapp/tasks/index.ts

This file was deleted.

7 changes: 0 additions & 7 deletions examples/oapp/test/foundry/MyOApp.t.sol

This file was deleted.

2 changes: 0 additions & 2 deletions examples/oft/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import '@nomiclabs/hardhat-ethers'
import '@layerzerolabs/toolbox-hardhat'
import { HardhatUserConfig } from 'hardhat/types'

import './tasks/'

const config: HardhatUserConfig = {
solidity: {
compilers: [
Expand Down
21 changes: 0 additions & 21 deletions examples/oft/tasks/getSigners.ts

This file was deleted.

2 changes: 0 additions & 2 deletions examples/oft/tasks/index.ts

This file was deleted.

7 changes: 0 additions & 7 deletions examples/oft/test/foundry/MyOFT.t.sol

This file was deleted.

0 comments on commit 088cdbb

Please sign in to comment.