@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/package.json
CHANGED
|
@@ -241,7 +241,7 @@ export const HOODI_ADDRESSES: AddressBook = {
|
|
|
241
241
|
// Test-only mock aggregator
|
|
242
242
|
// MockAggregator: '0xFCfc3ddd4CBd9Ad3b3af3A374B8bdA1b66eE6FFF',
|
|
243
243
|
|
|
244
|
-
// TEMPORARY WIRE ETH DEVNET ADDRESSES - 4/
|
|
244
|
+
// TEMPORARY WIRE ETH DEVNET ADDRESSES - 4/21/26
|
|
245
245
|
// LiqETH contracts
|
|
246
246
|
LiqEthAuthority: '0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512',
|
|
247
247
|
BeaconState: '0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9',
|
|
@@ -259,16 +259,16 @@ export const HOODI_ADDRESSES: AddressBook = {
|
|
|
259
259
|
Base58: '0x1241F36ff30065deD52d51f0d6524EF971259A12',
|
|
260
260
|
sysio_merkle: '0x172076E0166D1F9Cc711C77Adf8488051744980C',
|
|
261
261
|
ReceiptNFT: '0x2B0d36FACD61B71CC05ab8F3D2355ec3631C0dd5',
|
|
262
|
-
EthUsdPriceConsumer: '
|
|
262
|
+
EthUsdPriceConsumer: '0xe8D2A1E88c91DCd5433208d4152Cc4F399a7e91d',
|
|
263
263
|
Pool: '0x1c85638e118b37167e9298c2268758e058DdfDA0',
|
|
264
|
-
OutpostManager: '
|
|
264
|
+
OutpostManager: '0xAA292E8611aDF267e563f334Ee42320aC96D0463',
|
|
265
265
|
sysio_write: '0x0Ec4C1BaB772958aa3Db27459643bfbE7d92E305',
|
|
266
|
-
Pretoken: '
|
|
266
|
+
Pretoken: '0x18E317A7D70d8fBfE6E893616b52390EbBdb629',
|
|
267
267
|
BAR: '0x4631BCAbD6dF18D94796344963cB60d44a4136b6',
|
|
268
268
|
OPPCommon: '0xf4B146FbA71F41E0592668ffbF264F1D186b2Ca8',
|
|
269
269
|
OPP: '0xBEc49fA140aCaA83533fB00A2BB19bDdd0290f25',
|
|
270
|
-
Depositor: '
|
|
271
|
-
OPPInbound: '
|
|
270
|
+
Depositor: '0xCace1b78160AE76398F486c8a18044da0d66d86D',
|
|
271
|
+
OPPInbound: '0x720472c8ce72c2A2D711333e064ABD3E6BbEAdd3',
|
|
272
272
|
|
|
273
273
|
// MockDepositContract: '0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0',
|
|
274
274
|
// LiqEthBridge: '0x7A9Ec1d04904907De0ED7b6839CcdD59c3716AC9', internal
|