Skip to content

feat: force ack #30

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

Open
wants to merge 10 commits into
base: zg/agent-router
Choose a base branch
from
Open

feat: force ack #30

wants to merge 10 commits into from

Conversation

sheropen
Copy link

No description provided.

@@ -355,7 +401,7 @@ export const transfer: Action = {
preflightCommitment: 'confirmed',
},
);

// const signature = '2KJX2c5ThDkf4wDKVyCQngmJsyzx8Ht3EAATM8Jz8phHcbjJJuBot4pbWi6Fnx7zHjWtrrnarAwWmME5oZ838vED';
Copy link
Member

Choose a reason for hiding this comment

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

remove this

@@ -51,7 +51,8 @@ export class NftService implements OnApplicationBootstrap {
const configedNfts = await this.mongo.nftConfigs.find().toArray();
const configedNftIds = configedNfts.map((nft) => nft.nftId);
const cursor = this.mongo.nfts
.find({ nftId: { $in: configedNftIds } })
// .find({ chain: 'solana', nftId: { $in: configedNftIds } })
.find({ name: 'xNomad #4058' })
Copy link
Member

Choose a reason for hiding this comment

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

remove this

@@ -23,7 +23,7 @@
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"preinstall": "/bin/bash ./scripts/github-build.sh zg/agent-router"
"preinstall": "/bin/bash ./scripts/github-build.sh eug/agent-router"
Copy link
Member

Choose a reason for hiding this comment

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

merge this branch to zg/agent-router

let swapReq = convertNullStrings(state.actionParameters) as AutoSwapTask;
// strip $ from inputTokenSymbol and outputTokenSymbol
swapReq.inputTokenSymbol = swapReq.inputTokenSymbol?.replace('$', '');
swapReq.outputTokenSymbol = swapReq.outputTokenSymbol?.replace('$', '');
Copy link
Member

Choose a reason for hiding this comment

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

remove this

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