-
Notifications
You must be signed in to change notification settings - Fork 40
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
base: zg/agent-router
Are you sure you want to change the base?
feat: force ack #30
Conversation
Zg/agent router
swap with jupiter
@@ -355,7 +401,7 @@ export const transfer: Action = { | |||
preflightCommitment: 'confirmed', | |||
}, | |||
); | |||
|
|||
// const signature = '2KJX2c5ThDkf4wDKVyCQngmJsyzx8Ht3EAATM8Jz8phHcbjJJuBot4pbWi6Fnx7zHjWtrrnarAwWmME5oZ838vED'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this
src/nft/nft.service.ts
Outdated
@@ -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' }) |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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('$', ''); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this
No description provided.