Configure Environment

Control how your wallet interacts with blockchains.


Environment configuration allows variables to be used throughout a FunWallet SDK flow without having to redefine them. Each environment variable has a default value. The following environment variables can be specified:

Environment VariableDefault Value
API KeyMYny3w7xJh6PRlRgkJ9604sHouY2MTke6lCPpSHq
Target Blockchainethereum-goerli
Send Transaction Later Modefalse
Gas Payment ModeBase Gas Token
Developer FeeNo fee

The values in the environment config can be overridden on a transaction-by-transaction basis. Overridden environment variables are specified in the options parameter, found at the end of every FunWallet method's parameter list.

Below are the ways the FunWallet SDK allows you to configure your environment: