-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
233 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/address": "^5.1.0", | ||
"@ethersproject/bignumber": "^5.1.0", | ||
"@ethersproject/bytes": "^5.1.0", | ||
"@ethersproject/constants": "^5.1.0", | ||
"@ethersproject/hash": "^5.1.0", | ||
"@ethersproject/keccak256": "^5.1.0", | ||
"@ethersproject/logger": "^5.1.0", | ||
"@ethersproject/properties": "^5.1.0", | ||
"@ethersproject/strings": "^5.1.0" | ||
"@ethersproject/address": "^5.2.0", | ||
"@ethersproject/bignumber": "^5.2.0", | ||
"@ethersproject/bytes": "^5.2.0", | ||
"@ethersproject/constants": "^5.2.0", | ||
"@ethersproject/hash": "^5.2.0", | ||
"@ethersproject/keccak256": "^5.2.0", | ||
"@ethersproject/logger": "^5.2.0", | ||
"@ethersproject/properties": "^5.2.0", | ||
"@ethersproject/strings": "^5.2.0" | ||
}, | ||
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -45,5 +45,5 @@ | |
"sideEffects": false, | ||
"tarballHash": "0xe459a5af8cab842a836bac973a3c504dbe8e128cf500aa4067f886d6c1067c8a", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.1.2" | ||
"version": "5.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/bignumber": "^5.1.0", | ||
"@ethersproject/bytes": "^5.1.0", | ||
"@ethersproject/logger": "^5.1.0", | ||
"@ethersproject/networks": "^5.1.0", | ||
"@ethersproject/properties": "^5.1.0", | ||
"@ethersproject/transactions": "^5.1.0", | ||
"@ethersproject/web": "^5.1.0" | ||
"@ethersproject/bignumber": "^5.2.0", | ||
"@ethersproject/bytes": "^5.2.0", | ||
"@ethersproject/logger": "^5.2.0", | ||
"@ethersproject/networks": "^5.2.0", | ||
"@ethersproject/properties": "^5.2.0", | ||
"@ethersproject/transactions": "^5.2.0", | ||
"@ethersproject/web": "^5.2.0" | ||
}, | ||
"description": "An Abstract Class for describing an Ethereum Provider for ethers.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -43,5 +43,5 @@ | |
"sideEffects": false, | ||
"tarballHash": "0x9a2ee9005c813b52689b7d87a01f6ce29010ef3f899c5fc500e6ae3ea0f03ea2", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.1.0" | ||
"version": "5.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/abstract-provider": "^5.1.0", | ||
"@ethersproject/bignumber": "^5.1.0", | ||
"@ethersproject/bytes": "^5.1.0", | ||
"@ethersproject/logger": "^5.1.0", | ||
"@ethersproject/properties": "^5.1.0" | ||
"@ethersproject/abstract-provider": "^5.2.0", | ||
"@ethersproject/bignumber": "^5.2.0", | ||
"@ethersproject/bytes": "^5.2.0", | ||
"@ethersproject/logger": "^5.2.0", | ||
"@ethersproject/properties": "^5.2.0" | ||
}, | ||
"description": "An Abstract Class for desribing an Ethereum Signer for ethers.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -41,5 +41,5 @@ | |
"sideEffects": false, | ||
"tarballHash": "0x56d53f21cca4bb8b1b1f7c25edf66e7633dbe56c90164546110f4702c6d0650e", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.1.0" | ||
"version": "5.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/bignumber": "^5.1.0", | ||
"@ethersproject/bytes": "^5.1.0", | ||
"@ethersproject/keccak256": "^5.1.0", | ||
"@ethersproject/logger": "^5.1.0", | ||
"@ethersproject/rlp": "^5.1.0" | ||
"@ethersproject/bignumber": "^5.2.0", | ||
"@ethersproject/bytes": "^5.2.0", | ||
"@ethersproject/keccak256": "^5.2.0", | ||
"@ethersproject/logger": "^5.2.0", | ||
"@ethersproject/rlp": "^5.2.0" | ||
}, | ||
"description": "Utilities for handling Ethereum Addresses for ethers.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -41,5 +41,5 @@ | |
"sideEffects": false, | ||
"tarballHash": "0xaa6a2ab1b7c3cad7bd17a3b20fc759b79d7ea911f01963a082af5385c46a14c6", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.1.0" | ||
"version": "5.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"ethers": "^5.1.0" | ||
"ethers": "^5.2.0" | ||
}, | ||
"description": "ASM libraries and tools for the Ethereum EVM.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -38,5 +38,5 @@ | |
}, | ||
"tarballHash": "0x08e35b51e252b8780fdd4fb88d2df605fc0ba2731a106f73738660fb263a2827", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.1.0" | ||
"version": "5.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/bytes": "^5.1.0", | ||
"@ethersproject/properties": "^5.1.0" | ||
"@ethersproject/bytes": "^5.2.0", | ||
"@ethersproject/properties": "^5.2.0" | ||
}, | ||
"description": "Base-X without Buffer.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -38,5 +38,5 @@ | |
"sideEffects": false, | ||
"tarballHash": "0x4d21807d9f84a69f71bf50315cbce419936d0fe374c60f7cdda02aa5a254f1c5", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.1.0" | ||
"version": "5.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/bytes": "^5.1.0", | ||
"@ethersproject/logger": "^5.1.0", | ||
"@ethersproject/bytes": "^5.2.0", | ||
"@ethersproject/logger": "^5.2.0", | ||
"bn.js": "^4.4.0" | ||
}, | ||
"description": "BigNumber library used in ethers.js.", | ||
|
@@ -40,5 +40,5 @@ | |
"sideEffects": false, | ||
"tarballHash": "0x3e0d0e0c51ff62d1611ec52119f7549d3e6f35973a4b489185a70b63ed3178e9", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.1.1" | ||
"version": "5.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/logger": "^5.1.0" | ||
"@ethersproject/logger": "^5.2.0" | ||
}, | ||
"description": "Bytes utility functions for ethers.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -39,5 +39,5 @@ | |
"sideEffects": false, | ||
"tarballHash": "0xbf3f9d896c02b5f7ab44c4ecd7b6c6590ed68367714ac7cc0f4b89dfffccf479", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.1.0" | ||
"version": "5.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/bignumber": "^5.1.0" | ||
"@ethersproject/bignumber": "^5.2.0" | ||
}, | ||
"description": "Common Ethereum constants used for ethers.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -37,5 +37,5 @@ | |
"sideEffects": false, | ||
"tarballHash": "0x0b16b71910b95d134bb8450838391133043cc3b30b12adc0b573bac402156c41", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.1.0" | ||
"version": "5.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/abi": "^5.1.0", | ||
"@ethersproject/abstract-provider": "^5.1.0", | ||
"@ethersproject/abstract-signer": "^5.1.0", | ||
"@ethersproject/address": "^5.1.0", | ||
"@ethersproject/bignumber": "^5.1.0", | ||
"@ethersproject/bytes": "^5.1.0", | ||
"@ethersproject/constants": "^5.1.0", | ||
"@ethersproject/logger": "^5.1.0", | ||
"@ethersproject/properties": "^5.1.0", | ||
"@ethersproject/transactions": "^5.1.0" | ||
"@ethersproject/abi": "^5.2.0", | ||
"@ethersproject/abstract-provider": "^5.2.0", | ||
"@ethersproject/abstract-signer": "^5.2.0", | ||
"@ethersproject/address": "^5.2.0", | ||
"@ethersproject/bignumber": "^5.2.0", | ||
"@ethersproject/bytes": "^5.2.0", | ||
"@ethersproject/constants": "^5.2.0", | ||
"@ethersproject/logger": "^5.2.0", | ||
"@ethersproject/properties": "^5.2.0", | ||
"@ethersproject/transactions": "^5.2.0" | ||
}, | ||
"description": "Contract abstraction meta-class for ethers.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -46,5 +46,5 @@ | |
"sideEffects": false, | ||
"tarballHash": "0x42bc93f9c1cd5cdf5736c430f66a9a3da8c743461cb5590447e7fee04fa0ebfe", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.1.1" | ||
"version": "5.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,36 +2,36 @@ | |
"author": "Richard Moore <[email protected]>", | ||
"browser-old": "./dist/ethers.umd.js", | ||
"dependencies": { | ||
"@ethersproject/abi": "5.1.2", | ||
"@ethersproject/abstract-provider": "5.1.0", | ||
"@ethersproject/abstract-signer": "5.1.0", | ||
"@ethersproject/address": "5.1.0", | ||
"@ethersproject/base64": "5.1.0", | ||
"@ethersproject/basex": "5.1.0", | ||
"@ethersproject/bignumber": "5.1.1", | ||
"@ethersproject/bytes": "5.1.0", | ||
"@ethersproject/constants": "5.1.0", | ||
"@ethersproject/contracts": "5.1.1", | ||
"@ethersproject/hash": "5.1.0", | ||
"@ethersproject/hdnode": "5.1.0", | ||
"@ethersproject/json-wallets": "5.1.0", | ||
"@ethersproject/keccak256": "5.1.0", | ||
"@ethersproject/logger": "5.1.0", | ||
"@ethersproject/networks": "5.1.0", | ||
"@ethersproject/pbkdf2": "5.1.0", | ||
"@ethersproject/properties": "5.1.0", | ||
"@ethersproject/providers": "5.1.2", | ||
"@ethersproject/random": "5.1.0", | ||
"@ethersproject/rlp": "5.1.0", | ||
"@ethersproject/sha2": "5.1.0", | ||
"@ethersproject/signing-key": "5.1.0", | ||
"@ethersproject/solidity": "5.1.0", | ||
"@ethersproject/strings": "5.1.0", | ||
"@ethersproject/transactions": "5.1.1", | ||
"@ethersproject/units": "5.1.0", | ||
"@ethersproject/wallet": "5.1.0", | ||
"@ethersproject/web": "5.1.0", | ||
"@ethersproject/wordlists": "5.1.0" | ||
"@ethersproject/abi": "5.2.0", | ||
"@ethersproject/abstract-provider": "5.2.0", | ||
"@ethersproject/abstract-signer": "5.2.0", | ||
"@ethersproject/address": "5.2.0", | ||
"@ethersproject/base64": "5.2.0", | ||
"@ethersproject/basex": "5.2.0", | ||
"@ethersproject/bignumber": "5.2.0", | ||
"@ethersproject/bytes": "5.2.0", | ||
"@ethersproject/constants": "5.2.0", | ||
"@ethersproject/contracts": "5.2.0", | ||
"@ethersproject/hash": "5.2.0", | ||
"@ethersproject/hdnode": "5.2.0", | ||
"@ethersproject/json-wallets": "5.2.0", | ||
"@ethersproject/keccak256": "5.2.0", | ||
"@ethersproject/logger": "5.2.0", | ||
"@ethersproject/networks": "5.2.0", | ||
"@ethersproject/pbkdf2": "5.2.0", | ||
"@ethersproject/properties": "5.2.0", | ||
"@ethersproject/providers": "5.2.0", | ||
"@ethersproject/random": "5.2.0", | ||
"@ethersproject/rlp": "5.2.0", | ||
"@ethersproject/sha2": "5.2.0", | ||
"@ethersproject/signing-key": "5.2.0", | ||
"@ethersproject/solidity": "5.2.0", | ||
"@ethersproject/strings": "5.2.0", | ||
"@ethersproject/transactions": "5.2.0", | ||
"@ethersproject/units": "5.2.0", | ||
"@ethersproject/wallet": "5.2.0", | ||
"@ethersproject/web": "5.2.0", | ||
"@ethersproject/wordlists": "5.2.0" | ||
}, | ||
"description": "Umbrella package for most common Ethers libraries.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -64,5 +64,5 @@ | |
"sideEffects": false, | ||
"tarballHash": "0xfd985d385d762e99f13a509e2cd4dc2fa0e6dfddda53bebb1e0ce684edb2b4a3", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.1.4" | ||
"version": "5.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/web": "^5.1.0", | ||
"ethers": "^5.1.0", | ||
"@ethersproject/web": "^5.2.0", | ||
"ethers": "^5.2.0", | ||
"scrypt-js": "3.0.1" | ||
}, | ||
"description": "Experimental libraries for ethers. These should not be considered stable.", | ||
|
@@ -39,5 +39,5 @@ | |
"sideEffects": false, | ||
"tarballHash": "0xf89a309b4070a759d8dc2a64179ecac3ce9b66e9e54a693d8fc4b343ca02fcc3", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.1.2" | ||
"version": "5.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/abstract-signer": "^5.1.0", | ||
"@ethersproject/address": "^5.1.0", | ||
"@ethersproject/bignumber": "^5.1.0", | ||
"@ethersproject/bytes": "^5.1.0", | ||
"@ethersproject/keccak256": "^5.1.0", | ||
"@ethersproject/logger": "^5.1.0", | ||
"@ethersproject/properties": "^5.1.0", | ||
"@ethersproject/strings": "^5.1.0" | ||
"@ethersproject/abstract-signer": "^5.2.0", | ||
"@ethersproject/address": "^5.2.0", | ||
"@ethersproject/bignumber": "^5.2.0", | ||
"@ethersproject/bytes": "^5.2.0", | ||
"@ethersproject/keccak256": "^5.2.0", | ||
"@ethersproject/logger": "^5.2.0", | ||
"@ethersproject/properties": "^5.2.0", | ||
"@ethersproject/strings": "^5.2.0" | ||
}, | ||
"description": "Hash utility functions for Ethereum.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -44,5 +44,5 @@ | |
"sideEffects": false, | ||
"tarballHash": "0xdc340236a4297645bfbb6b982cece99d88c283c529465beb4a31d4f002dd69af", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.1.0" | ||
"version": "5.2.0" | ||
} |
Oops, something went wrong.