commit
7f9d7893ea
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,13 +1,13 @@ |
||||
export function InfoBanner() { |
||||
return ( |
||||
<a |
||||
href="https://explorer-v1.hyperlane.xyz" |
||||
href="https://explorer-v2.hyperlane.xyz" |
||||
target="_blank" |
||||
rel="noopener noreferrer" |
||||
className="block py-1.5 w-full text-white text-center text-sm bg-blue-600 hover:bg-blue-700 active:bg-blue-800 ring-1 ring-inset ring-green-700 transition-all duration-300" |
||||
> |
||||
This is the Explorer for Hyperlane version 2.{' '} |
||||
<span className="underline underline-offset-2">Use version 1</span> |
||||
This is the explorer for Hyperlane version 3.{' '} |
||||
<span className="underline underline-offset-2">Use version 2</span> |
||||
</a> |
||||
); |
||||
} |
||||
|
@ -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