@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.browser.js
CHANGED
|
@@ -23936,14 +23936,14 @@ const ADDRESSES = {
|
|
|
23936
23936
|
StakingModule: "0xBd13C85fdefBBc63904e7301aCdeFE87c9C93234",
|
|
23937
23937
|
WithdrawalQueue: "0xD9A1D38ae4A636DEf20B02F35387a6b126D73fAe",
|
|
23938
23938
|
WithdrawalVault: "0x150334D09a1d3d30EE93d5e6009EB897B5dDF5b2",
|
|
23939
|
-
Depositor: "
|
|
23940
|
-
ReceiptNFT: "
|
|
23941
|
-
OutpostManager: "
|
|
23942
|
-
BAR: "
|
|
23943
|
-
OPP: "
|
|
23944
|
-
OPPCommon: "
|
|
23945
|
-
OPPInbound: "
|
|
23946
|
-
Warrant: "
|
|
23939
|
+
Depositor: "0x6aE1D7095B81970654Bd51bCAD42825C6E579088",
|
|
23940
|
+
ReceiptNFT: "0x38eAEa05cB1FFD0c8426A3f9e77815a251DdC197",
|
|
23941
|
+
OutpostManager: "0x6512bB8E7f8418A8e3bB73c49E33EcC30F53f221",
|
|
23942
|
+
BAR: "0x00c128A37598d018Eb8ca4f516688695D83bD413",
|
|
23943
|
+
OPP: "0x8C5710103Ec6a7608dAC539DC232d3822bA3d14C",
|
|
23944
|
+
OPPCommon: "0x52C1d7F02B35176F79b03F6eF7E5b74b27d1dB8c",
|
|
23945
|
+
OPPInbound: "0x39feC7536BaEd4E376b1B5cf2f2e8182ab203418",
|
|
23946
|
+
Warrant: "0x9190bBcaB5cfeb4b7b6DE5Ae21105F3114753F10"
|
|
23947
23947
|
};
|
|
23948
23948
|
const CONTRACTS = {
|
|
23949
23949
|
Accounting: {
|