Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ARB-Griff #665

Merged
merged 5 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@ethersproject/address": "^5.0.10",
"@ethersproject/experimental": "5.4.0",
"@ethersproject/providers": "5.4.5",
"@opendollar/sdk": "1.7.5",
"@opendollar/sdk": "1.7.6",
"@opendollar/svg-generator": "1.7.4",
"@react-spring/web": "^9.7.3",
"@sentry/cli": "^2.31.0",
Expand Down
16 changes: 16 additions & 0 deletions src/assets/arb-griff.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
290 changes: 184 additions & 106 deletions src/assets/pendle-pt-reth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
132 changes: 80 additions & 52 deletions src/assets/pendle-pt-wsteth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/utils/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import ODG from '../assets/odg-token.svg'
import GRT from '../assets/grt.svg'
import PT_wstETH_26JUN2025 from '../assets/pendle-pt-wsteth.svg'
import PT_rETH_26JUN2025 from '../assets/pendle-pt-reth.svg'
import ARB_GRIFF from '../assets/arb-griff.svg'

import WSTETH from '../assets/wsteth.svg'
import CBETH from '../assets/cbETH.svg'
import RETH from '../assets/rETH.svg'
Expand Down Expand Up @@ -44,6 +46,7 @@ export function getTokenLogo(token: string): string {
ETH: WETH,
'PT-rETH-26JUN2025': PT_rETH_26JUN2025,
'PT-wstETH-26JUN2025': PT_wstETH_26JUN2025,
'ARB-Griff': ARB_GRIFF,
}
return TOKEN_LOGOS[token] || FALLBACK_TOKEN_ICON
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3695,15 +3695,15 @@ __metadata:
languageName: node
linkType: hard

"@opendollar/sdk@npm:1.7.5":
version: 1.7.5
resolution: "@opendollar/sdk@npm:1.7.5"
"@opendollar/sdk@npm:1.7.6":
version: 1.7.6
resolution: "@opendollar/sdk@npm:1.7.6"
dependencies:
"@opendollar/abis": 0.0.0-605371bd
ethers: 5.4.7
peerDependencies:
utf-8-validate: ^5.0.2
checksum: a43b6e7d6bb02822685522f7171dcf12bbf99b2bfa0e4274f00f6736dd730061950a6f1370e722ddf289953002c5ebdb6e8f129ed979ef9f4a89e6096d4fa455
checksum: 04a4b43e9cf3e0103f1c9aee7d8a32463512872cb012e41ff5e96c977a3bf2e22e90a08b0af290df2e47c6b4f0b4f0daca8a9ada35fd753ece3f2fbd2595368a
languageName: node
linkType: hard

Expand Down Expand Up @@ -15006,7 +15006,7 @@ __metadata:
"@ethersproject/address": ^5.0.10
"@ethersproject/experimental": 5.4.0
"@ethersproject/providers": 5.4.5
"@opendollar/sdk": 1.7.5
"@opendollar/sdk": 1.7.6
"@opendollar/svg-generator": 1.7.4
"@react-spring/web": ^9.7.3
"@sentry/cli": ^2.31.0
Expand Down
Loading