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

Batch pair config #67

Merged
merged 6 commits into from
Nov 30, 2023
Merged

Batch pair config #67

merged 6 commits into from
Nov 30, 2023

Conversation

DrPresident
Copy link
Contributor

No description provided.

Copy link

changeset-bot bot commented Nov 28, 2023

🦋 Changeset detected

Latest commit: acb3cff

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@shadeprotocol/shadejs Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@@ -233,6 +234,12 @@ const parseBatchQueryPairInfoResponse = (
pairInfo: parsePairInfo(item.response),
}));

const parseBatchQueryPairConfigResponse = (
Copy link
Collaborator

Choose a reason for hiding this comment

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

add comment above the function explaining what it does

@@ -547,6 +554,61 @@ async function batchQueryPairsInfo({
}));
}

function batchQueryPairsConfig$({
Copy link
Collaborator

Choose a reason for hiding this comment

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

add comment

);
}

async function batchQueryPairsConfig({
Copy link
Collaborator

Choose a reason for hiding this comment

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

add comment

Copy link
Collaborator

@AustinWoetzel AustinWoetzel left a comment

Choose a reason for hiding this comment

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

don't forget to run 'yarn changeset' so that the release version control works automatically

@AustinWoetzel
Copy link
Collaborator

needs tests and docs

@AustinWoetzel AustinWoetzel merged commit 8c35b14 into develop Nov 30, 2023
@AustinWoetzel AustinWoetzel deleted the batch-pair-config branch November 30, 2023 16:13
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