Skip to content

Commit

Permalink
Removing solana related changes from the root project
Browse files Browse the repository at this point in the history
We are aiming at keeping everything solana related in a self contained
module just like for other x-chain modules. It seems that removing
these files won't affect executing anchor commands.
  • Loading branch information
dimpar committed Jul 19, 2023
1 parent 4703792 commit 9adb810
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 2,609 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ dist/
.envrc

yarn-error.log
.yarn/
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@
"prettier": "^2.3.2",
"prettier-plugin-sh": "^0.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.14"
},
"workspaces": [
"./cross-chain/solana"
]
}
}
Loading

0 comments on commit 9adb810

Please sign in to comment.