Skip to content

Commit

Permalink
Merge pull request #108 from masa-finance/feature/soulname-error-states
Browse files Browse the repository at this point in the history
import and export soulname error codes
  • Loading branch information
aaronknott committed Mar 30, 2023
2 parents a1d5984 + 8ec2619 commit 49792da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/provider/masa-context-provider.tsx
Expand Up @@ -2,6 +2,7 @@ import {
EnvironmentName,
Masa,
SupportedNetworks,
SoulNameErrorCodes,
} from '@masa-finance/masa-sdk';
import React, { useCallback, useEffect, useMemo, useState } from 'react';
import { createNewMasa } from '../helpers';
Expand All @@ -20,6 +21,8 @@ import { MasaContext } from './masa-context';
import { MasaShape } from './masa-shape';
import { useScopes } from './modules/scopes/scopes';

export { SoulNameErrorCodes };

export interface ArweaveConfig {
port?: string;
host?: string;
Expand Down

0 comments on commit 49792da

Please sign in to comment.