Skip to content

Commit

Permalink
feat: update bifrost chain icons (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyifeng authored Sep 25, 2024
1 parent a8ad425 commit 4e849e9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions lib/Chain/ChainIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ import {
ChainCreditcoinDark,
ChainCreditcoinEvmLight,
ChainCreditcoinEvmDark,
ChainBifrostKusamaDark,
ChainBifrostKusamaLight,
ChainBifrostPolkadotDark,
ChainBifrostPolkadotLight,
} from "@osn/icons/opensquare";
import { capitalize } from "../utils";

Expand Down Expand Up @@ -144,6 +148,14 @@ const icons = {
light: ChainBifrostLight,
dark: ChainBifrostDark,
},
BifrostKusama: {
light: ChainBifrostKusamaLight,
dark: ChainBifrostKusamaDark,
},
BifrostPolkadot: {
light: ChainBifrostPolkadotLight,
dark: ChainBifrostPolkadotDark,
},
Kintsugi: {
light: ChainKintsugiLight,
dark: ChainKintsugiDark,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
],
"dependencies": {
"@floating-ui/react": "^0.26.6",
"@osn/icons": "^1.132.0",
"@osn/icons": "^1.138.0",
"@osn/polkadot-react-identicon": "^1.0.10",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-tooltip": "^1.0.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4762,7 +4762,7 @@ __metadata:
"@osn/common": ^1.3.7
"@osn/constants": ^1.1.2
"@osn/eslint-config": ^1.0.2
"@osn/icons": ^1.132.0
"@osn/icons": ^1.138.0
"@osn/polkadot-react-identicon": ^1.0.10
"@osn/previewer": ^0.12.8
"@osn/rich-text-editor": ^0.6.6
Expand Down Expand Up @@ -4872,10 +4872,10 @@ __metadata:
languageName: node
linkType: hard

"@osn/icons@npm:^1.132.0":
version: 1.132.0
resolution: "@osn/icons@npm:1.132.0"
checksum: 2b53b3d87b79599d8f0e93232fb4bf8e60b80dd9a0622e8452d3ba5e13ffac6209b7647cb64e083a90d2f81370b63eed9f857d3bac727c23ee74ef8add255a4d
"@osn/icons@npm:^1.138.0":
version: 1.138.0
resolution: "@osn/icons@npm:1.138.0"
checksum: f98ac3545b9814046a77347bc86c31efd1bcee13a13303ebc9630c0bf40ba6d142e9462f83cd2e61ea53b4fb6e0c30b592f6245d05fe7653cba0ecd26bff866c
languageName: node
linkType: hard

Expand Down

0 comments on commit 4e849e9

Please sign in to comment.