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

feat: show multisig only for available networks #124

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stepanLav
Copy link
Member

No description provided.

import { Chain } from "../models/Chain";
import { MultisigVersionStorage } from "../models/MultisigVersionStorage";

const repoUrl = 'https://api.github.com/repos/novasamatech/subquery-proxy/contents/';

async function fetchYamlFiles(): Promise<any[]> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use more meaningful name? fetchSubqueryConfigs for example

import { Chain } from "../models/Chain";
import { MultisigVersionStorage } from "../models/MultisigVersionStorage";

const repoUrl = 'https://api.github.com/repos/novasamatech/subquery-proxy/contents/';
Copy link
Contributor

Choose a reason for hiding this comment

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

Should it be subquery-proxy not multisig?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, right now it is subquery-proxy, maybe it will be renamed in the future

Copy link
Collaborator

Choose a reason for hiding this comment

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

it certainly should, this will be misleading for many otherwise. Should I create an issue?

@pgolovkin
Copy link
Collaborator

@stepanLav this PR should not be merged until new multisig are implemented and released.

@stepanLav stepanLav marked this pull request as draft May 17, 2024 10:38
@stepanLav
Copy link
Member Author

stepanLav commented May 17, 2024

@stepanLav this PR should not be merged until new multisig are implemented and released.

ok, changed to the draft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants