@0xsequence/network
Advanced tools
Comparing version 0.18.0 to 0.19.0
# @0xsequence/network | ||
## 0.19.0 | ||
### Minor Changes | ||
- - provider, improve dapp / wallet transport io | ||
### Patch Changes | ||
- Updated dependencies [undefined] | ||
- @0xsequence/utils@0.19.0 | ||
## 0.18.0 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@0xsequence/network", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"description": "network sub-package for Sequence", | ||
@@ -16,3 +16,3 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/network", | ||
"dependencies": { | ||
"@0xsequence/utils": "^0.18.0", | ||
"@0xsequence/utils": "^0.19.0", | ||
"@ethersproject/providers": "^5.0.24", | ||
@@ -19,0 +19,0 @@ "ethers": "^5.0.32" |
@@ -19,2 +19,6 @@ import { ethers, BigNumberish } from 'ethers' | ||
// TODO: | ||
// indexerUrl?: string | ||
// indexer?: Indexer | ||
// TODO: add list of bridges (and their respective configs) available | ||
@@ -21,0 +25,0 @@ // for a particular network |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117690
3010
+ Added@0xsequence/utils@0.19.3(transitive)
+ Addedjs-base64@3.7.7(transitive)
- Removed@0xsequence/utils@0.18.0(transitive)
Updated@0xsequence/utils@^0.19.0