Skip to content

Commit 5082731

Browse files
authored
feat: update hyperlane packages (#295)
1 parent a6d1a58 commit 5082731

File tree

3 files changed

+60
-344
lines changed

3 files changed

+60
-344
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@docusaurus/theme-mermaid": "3.0.1",
2323
"@easyops-cn/docusaurus-search-local": "^0.37.4",
2424
"@hyperlane-xyz/core": "5.8.3",
25-
"@hyperlane-xyz/registry": "6.9.0",
26-
"@hyperlane-xyz/sdk": "7.3.0",
25+
"@hyperlane-xyz/registry": "6.14.0",
26+
"@hyperlane-xyz/sdk": "8.1.0",
2727
"@mdx-js/react": "^3.0.0",
2828
"clsx": "^2.0.0",
2929
"my-loaders": "file:plugins/my-loaders",

src/utils/registry.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { useMemo } from "react";
55
const ABACUS_WORKS_DEPLOYER_NAME = "abacus works";
66

77
// Pre-mainnet chains
8-
const FILTER_LIST = ['soneium'];
8+
const FILTER_LIST = [];
99

1010
// Chains that Abacus Works has deployed (formerly known as 'core' chains)
1111
export function getAbacusWorksChains(

0 commit comments

Comments
 (0)