Skip to content

Commit

Permalink
chore: remove dead files
Browse files Browse the repository at this point in the history
  • Loading branch information
benluelo committed May 15, 2024
1 parent 8fb33ed commit 2288aaf
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 5,952 deletions.
9 changes: 0 additions & 9 deletions .helix/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ config = { "typescript" = { "tsdk" = "./site/node_modules/typescript/lib" }, "e
args = ["lsp-proxy"]
command = "biome"

[language-server."nomic-lsp"]
args = ["vscode-solidity-server", "--stdio"]
command = "npx"

[[language]]
file-types = ["astro"]
injection-regex = "astro"
Expand Down Expand Up @@ -57,8 +53,3 @@ source = { git = "https://github.com/virchau13/tree-sitter-astro", rev = "dfa089
# [[grammar]]
# name = "sql"
# source = { git = "https://github.com/DerekStride/tree-sitter-sql", rev = "b6b1f7f7e70e869c655705c591cbdf3e8a807ad6" }


[[language]]
language-servers = ["nomic-lsp"]
name = "solidity"
4 changes: 1 addition & 3 deletions evm/contracts/apps/ucs/02-nft/NFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ library NFTLib {
uint256 public constant ACK_LENGTH = 1;

event ClassCreated(
uint64 packetSequence,
string channelId,
address indexed nftClass
uint64 packetSequence, string channelId, address indexed nftClass
);
event Received(
uint64 packetSequence,
Expand Down
Loading

0 comments on commit 2288aaf

Please sign in to comment.