Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer works only for Kusama #5980

Closed
2 tasks
Tracked by #5979
vikiival opened this issue May 15, 2023 · 4 comments
Closed
2 tasks
Tracked by #5979

Transfer works only for Kusama #5980

vikiival opened this issue May 15, 2023 · 4 comments
Labels
$$ ~51-150usd A-refactoring Refactoring stuff, make code more readable, mitigating tech debt A-statemine-ahk related for statemine common chain, under new name Asset Hub Kusama bug Something isn't working p3 non-core, affecting less than 40%

Comments

@vikiival
Copy link
Member

I was trying PR #5969 which adds prefix for the routes.
Unfortunately I got into point when I was using Statemine (stmn) but I was connected on Kusama

(Image shows route from and top right is chain which it is going to use)
Screenshot 2023-05-15 at 12 25 58

Moreover commit b146f96 added ability to try different RPCs.

Which can be solved more elegant

import { InstantApi as Api } from '@kodadot1/sub-api'
import { ALTERNATIVE_ENDPOINT_MAP } from '@kodadot1/static'

const { urlPrefix } = usePrefix()
const endpoints = ALTERNATIVE_ENDPOINT_MAP[urlPrefix]
const API = await (new API(endpoints)).getInstance()

Deliverables:

  • Make sure that transfer works on any supported chain
  • Remove dependency from vuex-options
@vikiival vikiival added bug Something isn't working A-statemine-ahk related for statemine common chain, under new name Asset Hub Kusama $$ ~51-150usd p3 non-core, affecting less than 40% A-refactoring Refactoring stuff, make code more readable, mitigating tech debt labels May 15, 2023
@yangwao
Copy link
Member

yangwao commented May 26, 2023

@yangwao yangwao closed this as completed May 26, 2023
@roiLeo
Copy link
Contributor

roiLeo commented Jun 16, 2023

#6245?

@roiLeo roiLeo reopened this Jun 16, 2023
@daiagi
Copy link
Contributor

daiagi commented Jul 6, 2023

@roiLeo
Copy link
Contributor

roiLeo commented Jul 6, 2023

@roiLeo why reopened?

looks working (at least for statemine) https://assethub-kusama.subscan.io/extrinsic/0xc5ff92734a21c796e603ba6cc4bca365e24c3f484067061018219d9cecc7a038

I don't remember why I've link another issue, continue in #5575

@roiLeo roiLeo closed this as completed Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
$$ ~51-150usd A-refactoring Refactoring stuff, make code more readable, mitigating tech debt A-statemine-ahk related for statemine common chain, under new name Asset Hub Kusama bug Something isn't working p3 non-core, affecting less than 40%
Projects
Status: No status
Development

No branches or pull requests

4 participants