Skip to content

feat: force ack#30

Open
sheropen wants to merge 10 commits into
zg/agent-routerfrom
eug/agent-router
Open

feat: force ack#30
sheropen wants to merge 10 commits into
zg/agent-routerfrom
eug/agent-router

Conversation

@sheropen

Copy link
Copy Markdown

No description provided.

},
);

// const signature = '2KJX2c5ThDkf4wDKVyCQngmJsyzx8Ht3EAATM8Jz8phHcbjJJuBot4pbWi6Fnx7zHjWtrrnarAwWmME5oZ838vED';

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

remove this

Comment thread src/nft/nft.service.ts Outdated
const cursor = this.mongo.nfts
.find({ nftId: { $in: configedNftIds } })
// .find({ chain: 'solana', nftId: { $in: configedNftIds } })
.find({ name: 'xNomad #4058' })

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

remove this

Comment thread package.json
"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
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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