parent
0213e78861
commit
66ddd40037
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,7 +1,13 @@ |
|||||||
|
compressionLevel: mixed |
||||||
|
|
||||||
|
enableGlobalCache: false |
||||||
|
|
||||||
|
enableScripts: false |
||||||
|
|
||||||
nodeLinker: node-modules |
nodeLinker: node-modules |
||||||
|
|
||||||
plugins: |
plugins: |
||||||
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs |
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs |
||||||
spec: "https://mskelton.dev/yarn-outdated/v3" |
spec: "https://mskelton.dev/yarn-outdated/v3" |
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-3.2.0.cjs |
yarnPath: .yarn/releases/yarn-4.0.1.cjs |
||||||
|
@ -1,6 +1,6 @@ |
|||||||
declare type Address = string; |
declare type Address = string; |
||||||
declare type HexString = string; |
declare type HexString = string; |
||||||
declare type ChainId = number; |
declare type ChainId = number | string; |
||||||
declare type DomainId = number; |
declare type DomainId = number; |
||||||
declare type AddressTo<T> = Record<Address, T>; |
declare type AddressTo<T> = Record<Address, T>; |
||||||
declare type Fn = () => void; |
declare type Fn = () => void; |
||||||
|
Loading…
Reference in new issue