Comparing version 6.0.0-beta.2 to 6.0.0-beta.3
@@ -1,2 +0,2 @@ | ||
export declare const version = "ethers@6.0.0-beta.2"; | ||
export declare const version = "ethers@6.0.0-beta.3"; | ||
//# sourceMappingURL=_version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = "ethers@6.0.0-beta.2"; | ||
export const version = "ethers@6.0.0-beta.3"; | ||
//# sourceMappingURL=_version.js.map |
@@ -7,3 +7,3 @@ export { Interface } from "@ethersproject/abi"; | ||
export { id, isValidName, namehash, dnsEncode, messagePrefix, hashMessage, TypedDataEncoder } from "@ethersproject/hash"; | ||
export { FixedFormat, FixedNumber, formatFixed, parseFixed, fromTwos, toTwos, mask, toArray, toBigInt, toHex, toNumber, decodeBase58, encodeBase58 } from "@ethersproject/math"; | ||
export { FixedFormat, FixedNumber, formatFixed, parseFixed, fromTwos, toTwos, mask, toArray, toBigInt, toHex, toNumber, decodeBase58, encodeBase58, formatEther, parseEther, formatUnits, parseUnits } from "@ethersproject/math"; | ||
export { defineProperties, resolveProperties, getStore, setStore } from "@ethersproject/properties"; | ||
@@ -10,0 +10,0 @@ export { getDefaultProvider, AbstractProvider, UnmanagedSubscriber, AbstractSigner, VoidSigner, WrappedSigner, showThrottleMessage, EnsResolver, Formatter, NetworkPlugin, GasCostPlugin, EnsPlugin, MaxPriorityFeePlugin, Network, Block, FeeData, Log, TransactionReceipt, TransactionResponse, dummyProvider, FallbackProvider, JsonRpcProvider, JsonRpcSigner, StaticJsonRpcProvider, AlchemyProvider, AnkrProvider, CloudflareProvider, EtherscanProvider, InfuraProvider, PocketProvider, IpcSocketProvider, SocketProvider, WebSocketProvider, } from "@ethersproject/providers"; |
@@ -7,3 +7,3 @@ export { Interface } from "@ethersproject/abi"; | ||
export { id, isValidName, namehash, dnsEncode, messagePrefix, hashMessage, TypedDataEncoder } from "@ethersproject/hash"; | ||
export { FixedFormat, FixedNumber, formatFixed, parseFixed, fromTwos, toTwos, mask, toArray, toBigInt, toHex, toNumber, decodeBase58, encodeBase58 } from "@ethersproject/math"; | ||
export { FixedFormat, FixedNumber, formatFixed, parseFixed, fromTwos, toTwos, mask, toArray, toBigInt, toHex, toNumber, decodeBase58, encodeBase58, formatEther, parseEther, formatUnits, parseUnits } from "@ethersproject/math"; | ||
export { defineProperties, resolveProperties, getStore, setStore } from "@ethersproject/properties"; | ||
@@ -10,0 +10,0 @@ export { getDefaultProvider, AbstractProvider, UnmanagedSubscriber, AbstractSigner, VoidSigner, WrappedSigner, showThrottleMessage, EnsResolver, Formatter, NetworkPlugin, GasCostPlugin, EnsPlugin, |
@@ -27,3 +27,3 @@ { | ||
"ethereum": "donations.ethers.eth", | ||
"gitHead": "56d53d02ca5c8b728b4f9c0b2101ca4addd4fe2b", | ||
"gitHead": "179cdd9cd64d57607dda4a51dc246c5deceec13f", | ||
"keywords": [ | ||
@@ -45,2 +45,23 @@ "Ethereum", | ||
}, | ||
"reticulate": { | ||
"bumpDependencies": [ | ||
"@ethersproject/abi", | ||
"@ethersproject/address", | ||
"@ethersproject/bytes", | ||
"@ethersproject/contract", | ||
"@ethersproject/crypto", | ||
"@ethersproject/hash", | ||
"@ethersproject/logger", | ||
"@ethersproject/math", | ||
"@ethersproject/properties", | ||
"@ethersproject/providers", | ||
"@ethersproject/rlp", | ||
"@ethersproject/signing-key", | ||
"@ethersproject/strings", | ||
"@ethersproject/transactions", | ||
"@ethersproject/wallet", | ||
"@ethersproject/web", | ||
"@ethersproject/wordlists" | ||
] | ||
}, | ||
"scripts": { | ||
@@ -50,6 +71,6 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"sideEffects": false, | ||
"tarballHash": "0xa2e65be47d7cb9eb1b8a188876b725c677ccc5f4d8c578e4d413e331ab0d5be4", | ||
"tarballHash": "0xc99bc2807728c266b450c7ec07e922b47b37b1b9bda31f4066a23c4029181a1c", | ||
"type": "module", | ||
"types": "./lib/index.d.ts", | ||
"version": "6.0.0-beta.2" | ||
"version": "6.0.0-beta.3" | ||
} |
@@ -1,1 +0,1 @@ | ||
export const version = "ethers@6.0.0-beta.2"; | ||
export const version = "ethers@6.0.0-beta.3"; |
@@ -52,3 +52,4 @@ | ||
toArray, toBigInt, toHex, toNumber, | ||
decodeBase58, encodeBase58 | ||
decodeBase58, encodeBase58, | ||
formatEther, parseEther, formatUnits, parseUnits | ||
} from "@ethersproject/math"; | ||
@@ -62,5 +63,2 @@ | ||
export { | ||
@@ -67,0 +65,0 @@ getDefaultProvider, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5301619
19331