Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

adding support for synths, view in wallets, swapping #2546

Closed
wants to merge 15 commits into from

Conversation

Thorian1te
Copy link
Collaborator

No description provided.

@Thorian1te Thorian1te linked an issue Jul 18, 2023 that may be closed by this pull request
3 tasks
@Thorian1te Thorian1te marked this pull request as draft July 18, 2023 05:02
@@ -17,7 +17,7 @@ const {
*/
export const poolOutboundFee$ = (asset: Asset): PoolFeeLD => {
// special case for RUNE - not provided in `inbound_addresses` endpoint
if (isRuneNativeAsset(asset)) {
if (isRuneNativeAsset(asset) || asset.synth) {
return FP.pipe(
THOR.fees$(),
liveData.map((fees) => ({ amount: fees.fast.times(3), asset: AssetRuneNative }))
Copy link
Collaborator

@GrassRootsCrypto GrassRootsCrypto Aug 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 3 x fast here? I think it is a flat 0.02 fee

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is not used

@pluto9r pluto9r closed this Oct 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add: Support for synths
3 participants