@0xsequence/network
Advanced tools
Comparing version 0.37.1 to 0.38.0
{ | ||
"name": "@0xsequence/network", | ||
"version": "0.37.1", | ||
"version": "0.38.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.37.1", | ||
"@0xsequence/utils": "^0.38.0", | ||
"@ethersproject/providers": "^5.5.1", | ||
@@ -19,0 +19,0 @@ "ethers": "^5.5.2" |
@@ -59,6 +59,2 @@ import { BigNumberish } from 'ethers' | ||
// TODO: add list of bridges (and their respective configs) available | ||
// for a particular network | ||
// bridges?: any[] | ||
// isDefaultChain identifies the default network. For example, a dapp may run on the Polygon | ||
@@ -65,0 +61,0 @@ // network and may configure the wallet to use it as its main/default chain. |
130373
3758
+ Added@0xsequence/utils@0.38.2(transitive)
- Removed@0xsequence/utils@0.37.1(transitive)
Updated@0xsequence/utils@^0.38.0