Skip to content

Commit

Permalink
add cartridge and starkid resolvers for transferring adventurers
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Sep 9, 2024
1 parent 55b51a2 commit d69eefe
Show file tree
Hide file tree
Showing 7 changed files with 164 additions and 39 deletions.
1 change: 1 addition & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"react-transition-group": "^4.4.5",
"react-type-animation": "^3.0.1",
"starknet": "6.7.0",
"starknetid.js": "^4.0.1",
"starknetkit": "^1.1.9",
"tailwind-merge": "^1.10.0",
"tailwindcss": "^3.3.0",
Expand Down
35 changes: 35 additions & 0 deletions ui/public/icons/starknet-id.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 ui/src/app/components/icons/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ import Cartridge from "public/icons/cartridge.svg";
import PotionArrow from "public/icons/potion-arrow.svg";
import Eye from "public/icons/eye.svg";
import Clock from "public/icons/clock.svg";
import StarknetId from "public/icons/starknet-id.svg";

const ClothIcon = Cloth;
const HideIcon = Hide;
Expand Down Expand Up @@ -122,6 +123,7 @@ const SettingsIcon = Settings;

const CompleteIcon = Complete;
const CartridgeIcon = Cartridge;
const StarknetIdIcon = StarknetId;

export {
ClothIcon,
Expand Down Expand Up @@ -184,4 +186,5 @@ export {
QuestionMarkIcon,
CompleteIcon,
CartridgeIcon,
StarknetIdIcon,
};
Loading

0 comments on commit d69eefe

Please sign in to comment.