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

Add network fees and transfer options config #39

Merged
merged 8 commits into from
Aug 30, 2023
Merged

Conversation

kimberlybp
Copy link
Collaborator

No description provided.

"usdc": 1,
"eth": 2
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Heyyo, for this PR:

  1. You may need to add struct validation into config.schema.json like the rest of the fields.
    Can check out how it's done here

  2. Do update the README.md document with the fields that you added.

  3. Do update JSON Data Structure section under .github/markets/pr_template.md with the definitions of the 2 new fields.

  4. Under scripts/check_configs.ts, think it would be good to add code to validate the 2 new fields:

  • transfer_options
    • Whether or not the blockchain names (i.e. Cosmos Hub/Zilliqa) are valid bridges listed under BridgeAll RPC call
  • network_fees
    • Whether or not the denoms listed (i.e. swth/usdc) are valid denoms listed under MinGasPriceAll RPC call

"bnb.1.6.773edb": 12,
"usdc.1.6.53ff75": 13,
"busd.1.6.754a80": 14,
"cgt/1": 15,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggestion: Think it would be good to bump up cgt/1 to above USC as it is a Carbon token and possibly the token with the most quantity (auto-conversion in 1:1 ratio).

@kimberlybp kimberlybp merged commit 1bb7e5e into master Aug 30, 2023
1 check passed
@kimberlybp kimberlybp deleted the feat/network-order branch August 30, 2023 06:41
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