feat: change contract principal decode default behavior to prefix address

This commit is contained in:
bestmike007
2022-07-27 04:28:54 +00:00
committed by Zhigang Fang
parent 43e1821757
commit d58885551d
5 changed files with 79 additions and 85 deletions

View File

@@ -15,19 +15,19 @@
"build": "rm -rf lib && tsc -p tsconfig.json"
},
"devDependencies": {
"@stacks/transactions": "^4.0.0",
"@stacks/transactions": "^4.3.3",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.31",
"@types/node": "^18.6.1",
"@types/yargs": "^17.0.10",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@stacks/stacks-blockchain-api-types": "^3.0.3",
"@stacks/stacks-blockchain-api-types": "^4.1.0",
"axios": "^0.27.2",
"lodash": "^4.17.21",
"yargs": "^17.4.1",
"yqueue": "^1.0.0"
"yargs": "^17.5.1",
"yqueue": "^1.0.1"
},
"peerDependencies": {
"@stacks/transactions": "*"