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

Swap cosmos support (#3) #244

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

chcmedeiros
Copy link

  • add cosmos support

  • add snapshots

  • add CI support

Checklist

  • App update process has been followed
  • Target branch is develop
  • Application version has been bumped

* add cosmos support

* add snapshots

* add CI support
Comment on lines +118 to +125
branch_for_cosmos:
required: false
default: 'main'
type: string
repo_for_cosmos:
required: false
default: 'cosmos/ledger-cosmos'
type: string
Copy link
Contributor

Choose a reason for hiding this comment

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

Fine for now, I'll change it to our fork once it's merged

@@ -177,6 +186,9 @@ jobs:
- name: cardano
repo: ${{ inputs.repo_for_cardano }}
branch: ${{ inputs.branch_for_cardano }}
- name: cosmos
Copy link
Contributor

Choose a reason for hiding this comment

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

this will be used as COIN= value

Suggested change
- name: cosmos
- name: ATOM

@@ -24,6 +24,7 @@
"DOT": "Polkadot",
"tron": "Tron",
"ton": "TON",
"cosmos": "Cosmos",
Copy link
Contributor

Choose a reason for hiding this comment

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

Needs to be aligned with the value in the CI

Suggested change
"cosmos": "Cosmos",
"ATOM": "Cosmos",

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.

2 participants