- SDK Version:
@web3auth/single-factor-auth 9.0.0
@web3auth/wallet-services-plugin 9.1.0 - Platform:
web - Browser Console Screenshots:
none - If the issue is related to Custom Authentication, please include the following information (optional):
- Verifier Name: tma-wizzwoods-demo
- JWKS Endpoint: https://tma-test.wizzwoods.com/_web3auth/jwks.json
- Sample idToken (JWT):
const tokenInfo: TokenData = {
isRefresh: false,
username: ‘496568435’,
userId: 496568435,
sub: ‘496568435’,
name: ‘496568435’,
email:wizz_496568435@web3auth.io
,
aud: ‘urn:my-resource-server’,
iss: ‘https://ttest.wizzwoods.com’,
iat: Math.floor(Date.now() / 1000),
exp: Math.floor(Date.now() / 1000) + 60 * 60,
};
my wallet address: 0x88F931EcD8e67032c724A7Ca50EE8665236EE22E
When I use the wallet service plugin to send a tx on the Sepolia ,I want send 0.001ETH and the pluin show data is correct,but when I view the tx on the etherscan ,the send value always is zero?
pls help me,thanks.
screenshots: