Skip to content

Commit

Permalink
fix in the api_reference.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petryshkaCODE authored Jan 27, 2025
1 parent ed0d136 commit 0728e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 0728e6c

Please sign in to comment.