Civic Developer Hub
Search…
⌃K

Ethereum/Polygon Configuration

The configuration parameters of the Ethereum/Polygon implementation of the GatewayProvider. For a full integration guide on integrating the Gateway Provider the parent section, Gateway Provider.
The React component uses ethers.js
<GatewayProvider
wallet={wallet}
gatekeeperNetwork={gatekeeperNetwork}>
{children}
</GatewayProvider>
Property
Description
Type
wallet
An ethers.js object representing the user's wallet.
Wallet from ethers
gatekeeperNetwork
The address of the Gatekeeper Network are issued for.
string