Skip to content

Commit

Permalink
apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Feb 8, 2024
1 parent 56353c1 commit 56ce2b8
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion configs/src/deployments/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './types';
export * from './utils';
export * from './getters';
export * from './contracts';
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions configs/src/networks/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ export type NetworkAliases = {
[index in SupportedAliases]?: string;
};

export type NetworkConfigs<T = NetworkConfig> = {
[network in SupportedNetworks]: T;
export type NetworkConfigs = {
[network in SupportedNetworks]: NetworkConfig;
};
2 changes: 1 addition & 1 deletion configs/src/test/unit/networks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
getNetworkByChainId,
getNetworkByNameOrAlias,
getNetworkNameByAlias,
} from '../../networks/utils';
} from '../../networks/getters';

describe('Deployments', () => {
describe('getNetwork', () => {
Expand Down

0 comments on commit 56ce2b8

Please sign in to comment.