Skip to content

Commit

Permalink
feature: make load oft contract public
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Apr 3, 2024
1 parent dcb02da commit f32dcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/token/swap.ts
Expand Up @@ -16,7 +16,7 @@ import { BigNumber, utils } from "ethers";
import { Messages, SupportedNetworks } from "../../collections";
import { MasaInterface, NetworkName } from "../../interface";

const loadOFTContract = (
export const loadOFTContract = (
masa: MasaInterface,
): MasaToken | MasaTokenOFT | MasaTokenNativeOFT | undefined => {
if (!masa.config.network?.addresses.tokens?.MASA) return;
Expand Down

0 comments on commit f32dcf0

Please sign in to comment.