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 |
||||
|
||||
plugins: |
||||
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs |
||||
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 HexString = string; |
||||
declare type ChainId = number; |
||||
declare type ChainId = number | string; |
||||
declare type DomainId = number; |
||||
declare type AddressTo<T> = Record<Address, T>; |
||||
declare type Fn = () => void; |
||||
|
Loading…
Reference in new issue