@0xsequence/network
Advanced tools
Comparing version 0.10.2 to 0.10.3
# @0xsequence/network | ||
## 0.10.3 | ||
### Patch Changes | ||
- Fix loading config cross-chain | ||
- Updated dependencies [undefined] | ||
- @0xsequence/utils@0.10.3 | ||
## 0.10.2 | ||
@@ -4,0 +12,0 @@ |
@@ -301,8 +301,2 @@ 'use strict'; | ||
} // { | ||
// name: 'morden', | ||
// chainId: 2, | ||
// rpcUrl: '', // TODO: ..... etc.. and use a proxy.. | ||
// // relayer: null | ||
// }, | ||
// { | ||
// name: 'ropsten', | ||
@@ -309,0 +303,0 @@ // chainId: 3, |
@@ -301,8 +301,2 @@ 'use strict'; | ||
} // { | ||
// name: 'morden', | ||
// chainId: 2, | ||
// rpcUrl: '', // TODO: ..... etc.. and use a proxy.. | ||
// // relayer: null | ||
// }, | ||
// { | ||
// name: 'ropsten', | ||
@@ -309,0 +303,0 @@ // chainId: 3, |
@@ -297,8 +297,2 @@ import { urlClean } from '@0xsequence/utils'; | ||
} // { | ||
// name: 'morden', | ||
// chainId: 2, | ||
// rpcUrl: '', // TODO: ..... etc.. and use a proxy.. | ||
// // relayer: null | ||
// }, | ||
// { | ||
// name: 'ropsten', | ||
@@ -305,0 +299,0 @@ // chainId: 3, |
{ | ||
"name": "@0xsequence/network", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"description": "network sub-package for Sequence", | ||
@@ -16,5 +16,5 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/network", | ||
"dependencies": { | ||
"@0xsequence/utils": "^0.10.2", | ||
"@ethersproject/providers": "^5.0.23", | ||
"ethers": "^5.0.31" | ||
"@0xsequence/utils": "^0.10.3", | ||
"@ethersproject/providers": "^5.0.24", | ||
"ethers": "^5.0.32" | ||
}, | ||
@@ -21,0 +21,0 @@ "peerDependencies": {}, |
@@ -81,8 +81,2 @@ import { ethers, BigNumberish } from 'ethers' | ||
// { | ||
// name: 'morden', | ||
// chainId: 2, | ||
// rpcUrl: '', // TODO: ..... etc.. and use a proxy.. | ||
// // relayer: null | ||
// }, | ||
// { | ||
// name: 'ropsten', | ||
@@ -89,0 +83,0 @@ // chainId: 3, |
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
114615
3006
Updated@0xsequence/utils@^0.10.3
Updatedethers@^5.0.32