@wireio/stake 1.4.69 → 1.5.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/lib/stake.browser.js +5 -5
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.js +5 -5
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +5 -5
- package/lib/stake.m.js.map +1 -1
- package/package.json +1 -1
- package/src/networks/ethereum/contract.ts +6 -6
package/README.md
CHANGED
|
@@ -128,6 +128,7 @@ const portfolio = await client?.getPortfolio(); // unified balance snapshot
|
|
|
128
128
|
- Uses `ethers` provider/signer; falls back to JSON RPC for read-only.
|
|
129
129
|
- Modules used: `ConvertClient` (deposit/withdraw), `StakeClient`, `PretokenClient`, `OPPClient`,
|
|
130
130
|
`ReceiptClient` (withdrawal NFTs), `ValidatorClient`.
|
|
131
|
+
- The checked-in `31337` devnet addresses in `src/networks/ethereum/contract.ts` are a deployment snapshot and must be refreshed whenever the local ETH devnet is redeployed.
|
|
131
132
|
- Additional endpoints:
|
|
132
133
|
- `getPendingWithdraws()` → pending withdrawal receipts.
|
|
133
134
|
- `claimWithdraw(tokenId)` → claim queued withdrawal by NFT id.
|
package/lib/stake.browser.js
CHANGED
|
@@ -71047,16 +71047,16 @@ const HOODI_ADDRESSES = {
|
|
|
71047
71047
|
Base58: "0x1241F36ff30065deD52d51f0d6524EF971259A12",
|
|
71048
71048
|
sysio_merkle: "0x172076E0166D1F9Cc711C77Adf8488051744980C",
|
|
71049
71049
|
ReceiptNFT: "0x2B0d36FACD61B71CC05ab8F3D2355ec3631C0dd5",
|
|
71050
|
-
EthUsdPriceConsumer: "
|
|
71050
|
+
EthUsdPriceConsumer: "0xe8D2A1E88c91DCd5433208d4152Cc4F399a7e91d",
|
|
71051
71051
|
Pool: "0x1c85638e118b37167e9298c2268758e058DdfDA0",
|
|
71052
|
-
OutpostManager: "
|
|
71052
|
+
OutpostManager: "0xAA292E8611aDF267e563f334Ee42320aC96D0463",
|
|
71053
71053
|
sysio_write: "0x0Ec4C1BaB772958aa3Db27459643bfbE7d92E305",
|
|
71054
|
-
Pretoken: "
|
|
71054
|
+
Pretoken: "0x18E317A7D70d8fBfE6E893616b52390EbBdb629",
|
|
71055
71055
|
BAR: "0x4631BCAbD6dF18D94796344963cB60d44a4136b6",
|
|
71056
71056
|
OPPCommon: "0xf4B146FbA71F41E0592668ffbF264F1D186b2Ca8",
|
|
71057
71057
|
OPP: "0xBEc49fA140aCaA83533fB00A2BB19bDdd0290f25",
|
|
71058
|
-
Depositor: "
|
|
71059
|
-
OPPInbound: "
|
|
71058
|
+
Depositor: "0xCace1b78160AE76398F486c8a18044da0d66d86D",
|
|
71059
|
+
OPPInbound: "0x720472c8ce72c2A2D711333e064ABD3E6BbEAdd3"
|
|
71060
71060
|
};
|
|
71061
71061
|
const ADDRESS_BOOK_BY_CHAIN = {
|
|
71062
71062
|
[EvmChainID.Ethereum]: MAINNET_ADDRESSES,
|