Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kryptobrah committed May 30, 2024
1 parent 9bdab7d commit c976e01
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@degenfrends/solana-rugchecker': patch
---

## @degenfrends/solana-rugchecker: Added keywords
23 changes: 21 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@degenfrends/solana-rugchecker",
"version": "0.0.5",
"version": "0.0.6",
"description": "Rug check for solana tokens. Checks if the token is a rug or not.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -43,5 +43,24 @@
"@raydium-io/raydium-sdk": "^1.3.1-beta.52",
"dotenv": "^16.4.5",
"web3": "^4.9.0"
}
},
"keywords": [
"solana",
"blockchain",
"typescript",
"rugcheck",
"solana-rugcheck",
"security",
"smartcontracts",
"dApp",
"cryptocurrency",
"defi",
"raydium",
"pump.fun",
"solana-development",
"solana-security",
"solidity",
"web3",
"crypto"
]
}

0 comments on commit c976e01

Please sign in to comment.