feat: merchant specific fees, TRON & BTC support, coin logos, and bug fixes

This commit is contained in:
mstfyldz
2026-03-13 00:34:42 +03:00
parent b0c1055c13
commit 2d435a4ee8
17 changed files with 708 additions and 233 deletions

View File

@@ -14,10 +14,12 @@
"@stripe/react-stripe-js": "^5.4.1",
"@stripe/stripe-js": "^8.6.1",
"bcryptjs": "^3.0.3",
"bitcoinjs-lib": "^7.0.1",
"bs58": "^6.0.0",
"clsx": "^2.1.1",
"cookies-next": "^6.1.1",
"date-fns": "^4.1.0",
"ecpair": "^3.0.1",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.562.0",
"next": "16.1.1",
@@ -26,7 +28,9 @@
"react-dom": "19.2.3",
"recharts": "^3.6.0",
"stripe": "^20.1.2",
"tailwind-merge": "^3.4.0"
"tailwind-merge": "^3.4.0",
"tiny-secp256k1": "^2.2.4",
"tronweb": "^6.2.2"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^4.0.6",