We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774c369 commit 9d878d1Copy full SHA for 9d878d1
src/server/routes/contract/extensions/erc721/write/transfer.ts
@@ -56,7 +56,7 @@ export async function erc721transfer(fastify: FastifyInstance) {
56
const { chain, contractAddress } = request.params;
57
const { to, tokenId } = request.body;
58
const walletAddress = request.headers[
59
- "x-backend-wallet-addressaddress"
+ "x-backend-wallet-address"
60
] as string;
61
const accountAddress = request.headers["x-account-address"] as string;
62
const chainId = getChainIdFromChain(chain);
0 commit comments