I hereby claim:
- I am ioannist on github.
- I am ioannist (https://keybase.io/ioannist) on keybase.
- I have a public key ASCUhz1T7ozUiOMFkJXRIk-kxCQHcBhmzw0OxiKFhluM7Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| const aws = require("aws-sdk"); | |
| const Sentry = require("@sentry/node"); | |
| const { signatureVerify } = require('@polkadot/util-crypto'); | |
| const { decodeAddress, encodeAddress } = require('@polkadot/keyring'); | |
| const { hexToU8a, isHex } = require('@polkadot/util'); | |
| exports.handler = async (event) => { | |
| event.response.autoConfirmUser = true; | |
| try { | |
| console.log('Verifying address format') |