We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d1a58 commit 5082731Copy full SHA for 5082731
package.json
@@ -22,8 +22,8 @@
22
"@docusaurus/theme-mermaid": "3.0.1",
23
"@easyops-cn/docusaurus-search-local": "^0.37.4",
24
"@hyperlane-xyz/core": "5.8.3",
25
- "@hyperlane-xyz/registry": "6.9.0",
26
- "@hyperlane-xyz/sdk": "7.3.0",
+ "@hyperlane-xyz/registry": "6.14.0",
+ "@hyperlane-xyz/sdk": "8.1.0",
27
"@mdx-js/react": "^3.0.0",
28
"clsx": "^2.0.0",
29
"my-loaders": "file:plugins/my-loaders",
src/utils/registry.ts
@@ -5,7 +5,7 @@ import { useMemo } from "react";
5
const ABACUS_WORKS_DEPLOYER_NAME = "abacus works";
6
7
// Pre-mainnet chains
8
-const FILTER_LIST = ['soneium'];
+const FILTER_LIST = [];
9
10
// Chains that Abacus Works has deployed (formerly known as 'core' chains)
11
export function getAbacusWorksChains(
0 commit comments