You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2021. It is now read-only.
Export parameters/return types for objects which are publicly available to the JS-client users.
Updated getDataUnionMainnetAddress and getDataUnionSidechainAddress in Contracts.ts to support new DataUnion addresses.
BREAKING CHANGE:
- moved DataUnion related StreamrClient options into a new dataUnion block: factoryMainnetAddress,
- factorySidechainAddress, minimumWithdrawTokenWei
- renamed payForSignatureTransport to freeWithdraw and reversed the value
- new required options in that block: templateMainnetAddress, templateSidechainAddress
| tokenAddress | 0x0Cf0Ee637<br>88A0849fE52<br>97F3407f701<br>E122cC023 | Token used by the DU |
335
+
| dataUnion.minimumWithdrawTokenWei | 1000000 | Threshold value set in AMB configs, smallest token amount that can pass over the bridge |
336
+
| dataUnion.freeWithdraw | false | true = someone else pays for the gas when transporting the withdraw tx to mainnet; false = client does the transport as self-service and pays the mainnet gas costs |
337
+
| dataUnion.factoryMainnetAddress | TODO | Data Union factory that creates a new Data Union |
0 commit comments