feat: add Base metadata #9665
Annotations
10 errors
Typecheck
Type '{ 56: string; 97: string; 204: string; 5611: string; 1: string; 11155111: string; 42161: string; 421614: string; 324: string; 300: string; 10: string; 11155420: string; }' is missing the following properties from type '{ 56: string; 97: string; 1: string; 11155111: string; 204: string; 5611: string; 42161: string; 421614: string; 324: string; 300: string; 10: string; 11155420: string; 8453: string; 84532: string; }': 8453, 84532
|
Typecheck
Type '{ 56: string; 97: string; 204: string; 5611: undefined; 1: string; 11155111: string; 42161: string; 421614: string; 324: string; 300: string; 10: string; 11155420: string; }' is missing the following properties from type '{ 56: string | undefined; 97: string | undefined; 1: string | undefined; 11155111: string | undefined; 204: string | undefined; 5611: string | undefined; 42161: string | undefined; ... 6 more ...; 84532: string | undefined; }': 8453, 84532
|
Typecheck
Type '{ 56: string; 97: string; 204: string; 5611: undefined; 1: string; 11155111: string; 42161: string; 421614: string; 324: string; 300: string; 10: string; 11155420: string; }' is missing the following properties from type '{ 56: string | undefined; 97: string | undefined; 1: string | undefined; 11155111: string | undefined; 204: string | undefined; 5611: string | undefined; 42161: string | undefined; ... 6 more ...; 84532: string | undefined; }': 8453, 84532
|
Typecheck
Type '{ 56: { supply: Record<string, BigNumber>; borrow: Record<string, BigNumber>; xvs: Record<string, BigNumber>; }; 97: { supply: Record<...>; borrow: Record<...>; xvs: Record<...>; }; ... 9 more ...; 11155420: undefined; }' is missing the following properties from type 'Record<ChainId, { supply: Record<string, BigNumber>; borrow: Record<string, BigNumber>; xvs: Record<string, BigNumber>; } | undefined>': 8453, 84532
|
Typecheck
Element implicitly has an 'any' type because expression of type 'ChainId' can't be used to index type '{ 1: { '0x687a01ecf6d3907658f7a7c714749fac32336d1b': string; '0xf522cd0360ef8c2ff48b648d53ea1717ec0f3ac3': string; }; 10: { '0x5593ff68be84c966821eef5f0a988c285d5b7cec': string; }; 56: { '0xd933909a4a2b7a4638903028f44d1d38ce27c352': string; }; ... 8 more ...; 11155420: { ...; }; }'.
|
Typecheck
Element implicitly has an 'any' type because expression of type 'ChainId' can't be used to index type '{ 1: {}; 10: {}; 56: { '0xfd36e2c2a6789db23113685031d7f16329158384': string; '0x94c1495cd4c557f1560cbd68eab0d197e6291571': string; '0x23b4404e4e5ec5ff5a6ffb70b7d14e3fabf237b0': string; '0x1b43ea8622e76627b81665b1ecebb4867566b963': string; '0x3344417c9360b963ca93a4e8305361aede340ab9': string; '0xd933909a4a2b7a4638903...'.
|
Typecheck
Type '{ 56: Token[]; 97: Token[]; 204: Token[]; 5611: Token[]; 1: Token[]; 11155111: Token[]; 42161: Token[]; 421614: Token[]; 324: Token[]; 300: Token[]; 10: Token[]; 11155420: Token[]; }' is missing the following properties from type 'TokenMapping': 8453, 84532
|
Typecheck
Type '{ 56: DisabledTokenAction[]; 97: DisabledTokenAction[]; 204: DisabledTokenAction[]; 5611: DisabledTokenAction[]; ... 7 more ...; 11155420: DisabledTokenAction[]; }' is missing the following properties from type 'DisabledTokenActionMapping': 8453, 84532
|
Typecheck
Type '{ 56: Token[]; 97: Token[]; 204: Token[]; 5611: Token[]; 1: Token[]; 11155111: Token[]; 421614: Token[]; 42161: Token[]; 300: Token[]; 324: Token[]; 10: Token[]; 11155420: Token[]; }' is missing the following properties from type 'TokenMapping': 8453, 84532
|
Typecheck
Type '{ readonly 56: { blockExplorers: { readonly default: { readonly name: "BscScan"; readonly url: "https://bscscan.com"; readonly apiUrl: "https://api.bscscan.com/api"; }; }; ... 10 more ...; serializers?: ChainSerializers<...> | undefined; }; ... 10 more ...; readonly 11155420: { ...; }; }' does not satisfy the expected type 'Record<ChainId, Chain>'.
|
Loading