Skip to content

Commit

Permalink
feat: blade new version integration (#1114)
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Molina <[email protected]>
  • Loading branch information
AlbertoMolinaIoBuilders authored Apr 22, 2024
1 parent 07ad4cd commit ea81da9
Show file tree
Hide file tree
Showing 19 changed files with 183 additions and 344 deletions.
1 change: 1 addition & 0 deletions FACTORY_VERSION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Version | Contract name | Address | Network |
| ------- | -------------- | ----------- | ------- |
| 1.18.1 | FactoryAddress | 0.0.2167166 | Testnet |
| 1.18.0 | FactoryAddress | 0.0.2167166 | Testnet |
| 1.17.0 | FactoryAddress | 0.0.2167166 | Testnet |
| 1.16.0 | FactoryAddress | 0.0.2167166 | Testnet |
Expand Down
4 changes: 2 additions & 2 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/stablecoin-npm-backend",
"version": "1.18.0",
"version": "1.18.1",
"description": "",
"author": "",
"license": "Apache-2.0",
Expand Down
10 changes: 5 additions & 5 deletions cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/stablecoin-npm-cli",
"version": "1.18.0",
"version": "1.18.1",
"description": "CLI for Hedera Stablecoin",
"main": "./build/src/index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions contracts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/stablecoin-npm-contracts",
"version": "1.18.0",
"version": "1.18.1",
"description": "",
"main": "./build/typechain-types/index.js",
"module": "./build/typechain-types/index.js",
Expand Down
64 changes: 35 additions & 29 deletions hashconnect/lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions hashconnect/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/hashconnect",
"version": "1.18.0",
"version": "1.18.1",
"description": "hashconnect interoperability library",
"author": "Tyler Coté <[email protected]>, Nick Hanna <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
"yarn": "^1.22.17"
},
"dependencies": {
"@hashgraph/sdk": "2.38.0",
"@hashgraph/sdk": "2.40.0",
"@hashgraph/cryptography": "1.4.3",
"buffer": "^6.0.3",
"crypto-es": "^1.2.7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hedera-stable-coin",
"version": "1.18.0",
"version": "1.18.1",
"description": "stablecoin studio",
"scripts": {
"install": "node install.js && npm run build:cli:full && npm run prepare",
Expand Down
Loading

0 comments on commit ea81da9

Please sign in to comment.