diff --git a/gatekeeper-cli/README.md b/gatekeeper-cli/README.md index 3c24c900..2b9505ca 100644 --- a/gatekeeper-cli/README.md +++ b/gatekeeper-cli/README.md @@ -26,10 +26,10 @@ yarn global add @identity.com/gateway-eth-cli TIP: run `gateway-eth -h` to see all options at any time. -TIP: The CLI uses Infura. Add an infura API key to your environment to avoid rate-limiting: +## Verify an address on a network ```shell -export INFURA_API_KEY=your-api-key +gateway-eth verify-address ``` ## Add a gatekeeper diff --git a/gateway-ui/src/useGatewayPortal.tsx b/gateway-ui/src/useGatewayPortal.tsx index 06407534..fac608a5 100644 --- a/gateway-ui/src/useGatewayPortal.tsx +++ b/gateway-ui/src/useGatewayPortal.tsx @@ -166,6 +166,7 @@ export const useGatewayPortal = (props: GatewayPortalProps) => { issuerAlias: resolvedConfig.displayName, issuanceFee: issuer.issuanceFee, passRequestLink: `${resolvedConfig.gatewayIssuerEndpoint}?chain_id=${chainId}&wallet_address=${address.slice(2)}` + } } }