Skip to content

Commit

Permalink
Added missing metadata types into list.d.ts (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
msoni89 authored Jul 12, 2023
1 parent 9c0cd0f commit c99f6f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/metadata/module/networks/list.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ interface ContractAddresses {
readonly superTokenFactory: string;
readonly superfluidLoader: string;
readonly toga: string;
readonly vestingScheduler: string;
readonly flowScheduler: string;
readonly batchLiquidator: string;
}
interface SubgraphData {
readonly name: string;
Expand All @@ -22,6 +25,7 @@ export interface NetworkMetaData {
readonly chainId: number;
readonly shortName: string;
readonly uppercaseName: string;
readonly humanReadableName: string;
readonly nativeTokenSymbol: string;
readonly nativeTokenWrapper: string;
readonly contractsV1: ContractAddresses;
Expand Down

0 comments on commit c99f6f9

Please sign in to comment.