Skip to content

Commit d058c17

Browse files
committed
feat(chains): add robinhood chain support
- bump sablier to ^3.12.0 and @sablier/indexers to 5.1.0, which ship Robinhood Chain (4663) deployment and indexer data - bump viem to ^2.55.2 - add chains.robinhood to CURRENT_CHAIN_ADMINS in AdminsTable.tsx (EOA, verified via on-chain admin() call on the Comptroller)
1 parent 03d4651 commit d058c17

3 files changed

Lines changed: 20 additions & 11 deletions

File tree

bun.lock

Lines changed: 16 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@heroicons/react": "^2.2.0",
3838
"@mdx-js/mdx": "~3.1.1",
3939
"@mermaid-js/layout-elk": "^0.2.1",
40-
"@sablier/indexers": "5.0.0",
40+
"@sablier/indexers": "5.1.0",
4141
"commander": "^5.1.0",
4242
"docusaurus-theme-github-codeblock": "^2.0.2",
4343
"function-plot": "^1.25.3",
@@ -49,8 +49,8 @@
4949
"rehype-external-links": "^3.0.0",
5050
"rehype-katex": "7.0.1",
5151
"remark-math": "6.0.0",
52-
"sablier": "^3.11.3",
53-
"viem": "^2.50.4"
52+
"sablier": "^3.12.0",
53+
"viem": "^2.55.2"
5454
},
5555
"devDependencies": {
5656
"@biomejs/biome": "^2.4.10",

src/components/organisms/AdminsTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const CURRENT_CHAIN_ADMINS: ReadonlyArray<readonly [Chain, Address]> = [
4545
[chains.morph, EOA],
4646
[chains.optimism, MULTISIG],
4747
[chains.polygon, MULTISIG],
48+
[chains.robinhood, EOA],
4849
[chains.scroll, EOA],
4950
[chains.sonic, EOA],
5051
[chains.superseed, EOA],

0 commit comments

Comments
 (0)