Skip to content

Commit

Permalink
[DT-902] fix: hot fixing the ens-config pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
DChan0319 committed Oct 3, 2023
1 parent f19421a commit 13398fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import ConfigurationError, {
} from './errors/configurationError';
import {EthereumNetworks} from './utils';
import {requireOrFail} from './utils/requireOrFail';
import ensConfig from '../src/config/ens-config.json';
import ensConfig from './config/ens-config.json';
import Networking from './utils/Networking';

/**
Expand Down

0 comments on commit 13398fe

Please sign in to comment.