How can I change the elrond dapp gateway? I want to use tatum.io in exchange of gateway.elrond.com but with the elrond dapp template https://github.com/ElrondNetwork/dapp-template I don't know how to do it!
<DappProvider
environment={environment}
customNetworkConfig={{
name: 'customConfig',
gatewayAddress:'https://api-eu1.tatum.io/v3/egld/node/id',
apiTimeout: 10000
}}
completedTransactionsDelay={200}
>
gateAddress is not a valid key, only apiAddress so it's not working. Thank you!