This commit is contained in:
hueso
2026-01-09 01:23:50 -03:00
parent 8043e2b4ca
commit a56c2009d9
3 changed files with 1999 additions and 369 deletions

View File

@@ -10,7 +10,14 @@
"license": "ISC",
"dependencies": {
"@primuslabs/network-core-sdk": "^0.1.5",
"axios": "^1.13.2",
"axios-debug-log": "^1.0.0",
"bs58": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"ethers": "^5.7.2"
"ethers": "^5.8.0",
"express": "^5.2.1",
"simple-oauth2": "^5.1.0",
"web3-utils": "^4.3.3"
}
}