@wireio/stake 0.2.1 → 0.2.2
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/lib/stake.browser.js +8 -8
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.js +8 -8
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +8 -8
- package/lib/stake.m.js.map +1 -1
- package/package.json +1 -1
- package/src/networks/ethereum/contract.ts +9 -12
package/lib/stake.js
CHANGED
|
@@ -24258,14 +24258,14 @@ const ADDRESSES = {
|
|
|
24258
24258
|
StakingModule: "0xBd13C85fdefBBc63904e7301aCdeFE87c9C93234",
|
|
24259
24259
|
WithdrawalQueue: "0xD9A1D38ae4A636DEf20B02F35387a6b126D73fAe",
|
|
24260
24260
|
WithdrawalVault: "0x150334D09a1d3d30EE93d5e6009EB897B5dDF5b2",
|
|
24261
|
-
Depositor: "
|
|
24262
|
-
ReceiptNFT: "
|
|
24263
|
-
OutpostManager: "
|
|
24264
|
-
BAR: "
|
|
24265
|
-
OPP: "
|
|
24266
|
-
OPPCommon: "
|
|
24267
|
-
OPPInbound: "
|
|
24268
|
-
Warrant: "
|
|
24261
|
+
Depositor: "0x6aE1D7095B81970654Bd51bCAD42825C6E579088",
|
|
24262
|
+
ReceiptNFT: "0x38eAEa05cB1FFD0c8426A3f9e77815a251DdC197",
|
|
24263
|
+
OutpostManager: "0x6512bB8E7f8418A8e3bB73c49E33EcC30F53f221",
|
|
24264
|
+
BAR: "0x00c128A37598d018Eb8ca4f516688695D83bD413",
|
|
24265
|
+
OPP: "0x8C5710103Ec6a7608dAC539DC232d3822bA3d14C",
|
|
24266
|
+
OPPCommon: "0x52C1d7F02B35176F79b03F6eF7E5b74b27d1dB8c",
|
|
24267
|
+
OPPInbound: "0x39feC7536BaEd4E376b1B5cf2f2e8182ab203418",
|
|
24268
|
+
Warrant: "0x9190bBcaB5cfeb4b7b6DE5Ae21105F3114753F10"
|
|
24269
24269
|
};
|
|
24270
24270
|
const CONTRACTS = {
|
|
24271
24271
|
Accounting: {
|