Skip to content

Commit

Permalink
Merge branch 'develop' into add-bnb-testnet-poc-issuer-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-H-Leonard authored Oct 28, 2024
2 parents 8621b60 + b910084 commit 4e5f98c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatekeeper-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ yarn global add @identity.com/gateway-eth-cli

TIP: run `gateway-eth <command> -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 <your address> <networkId>
```

## Add a gatekeeper
Expand Down
1 change: 1 addition & 0 deletions gateway-ui/src/useGatewayPortal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)}`

}
}
}
Expand Down

0 comments on commit 4e5f98c

Please sign in to comment.