Skip to content

Commit

Permalink
V3.7.0
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
mrtnetwork committed Jul 14, 2024
1 parent 32dfbd1 commit 25cdb79
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.7.0

- Update dependencies.

## 3.6.0

- add signAndBuildTransactionAsync method to support building cardano transactions asynchronously.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
http: ^1.1.0
# blockchain_utils:
# path: ../../blockchain_utils
blockchain_utils: ^3.2.0
blockchain_utils: ^3.3.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class BlockfrostRequestBlockchainGenesis extends BlockforestRequestParam<

@override
ADAGenesisParametersResponse onResonse(Map<String, dynamic> result) {
print("result $result");
return ADAGenesisParametersResponse.fromJson(result);
}
}
7 changes: 4 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: on_chain
description: Streamline Ethereum, Tron, Solana and Cardano operations. Effortlessly create transactions, interact with smart contracts, sign, and send transactions.
version: 3.6.0
version: 3.7.0
homepage: "https://github.com/mrtnetwork/on_chain"
repository: "https://github.com/mrtnetwork/on_chain"
Author: [email protected]
Expand All @@ -17,8 +17,9 @@ environment:


dependencies:
blockchain_utils: ^3.2.0
# path: ../blockchain_utils
blockchain_utils: ^3.3.0
# blockchain_utils:
# path: ../blockchain_utils


dev_dependencies:
Expand Down

0 comments on commit 25cdb79

Please sign in to comment.