Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@0xsequence/network

Package Overview
Dependencies
Maintainers
3
Versions
481
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/network - npm Package Compare versions

Comparing version 0.10.2 to 0.10.3

8

CHANGELOG.md
# @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 @@

6

dist/0xsequence-network.cjs.dev.js

@@ -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,

8

package.json
{
"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,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc