From 0728e6c93b5cb416eed481556d2d7102a9b2b909 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Mon, 27 Jan 2025 20:15:29 +0100 Subject: [PATCH] fix in the api_reference.md --- docs/api_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api_reference.md b/docs/api_reference.md index f2d2caa7..95a7f745 100644 --- a/docs/api_reference.md +++ b/docs/api_reference.md @@ -21,7 +21,7 @@ This module exports the following types: - `provider`: The `ethers.Provider` for the network. - `userWallets`: A list of funded `ethers.Wallet` objects. - `gateway`: An `ethers.Contract` object corresponding to the Axelar Gateway on the network. - - `gasReceiver`: An `ethers.Contract` object corresponding to the AxelarGasReceiver that receives gas for remote execution. It expects gas between the same two `relay()`s to funtion properly. + - `gasReceiver`: An `ethers.Contract` object corresponding to the AxelarGasReceiver that receives gas for remote execution. It expects gas between the same two `relay()`s to function properly. - `ownerWallet`, `operatorWallet`, `relayerWallet`, `adminWallets` `threshold` `lastRelayedBlock`: These are for configuring the gateway and relaying. - `deployToken(name, symbol, decimals, cap)`: Deploys a new token on the network. For a token to be supported properly it needs to be deployed on all created networks. - `getTokenContract(sybmol)`: Returns an `ethers.Contract` linked to the ERC20 token represented by `symbol`.