Skip to content

Conversation

@sheropen
Copy link

No description provided.

},
);

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

Choose a reason for hiding this comment

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

remove this

const cursor = this.mongo.nfts
.find({ nftId: { $in: configedNftIds } })
// .find({ chain: 'solana', nftId: { $in: configedNftIds } })
.find({ name: 'xNomad #4058' })
Copy link
Contributor

Choose a reason for hiding this comment

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

remove this

"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
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
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.

3 participants