Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabsn committed Dec 14, 2023
1 parent 37744c3 commit 9f91185
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 23 deletions.
8 changes: 8 additions & 0 deletions .env.mainnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source .env

export STARKNET_RPC="https://starknet-mainnet.infura.io/v3/539ea0389b5343eb9d7acab1797b158d"
export STARKNET_CHAIN_ID="SN_MAIN"

export STARKNET_ACCOUNT_ADDRESS="0x0289d8fae959df832fb3bb9e242d1de24f551308dd623f5685bcfb5a39eefd81"
export STARKNET_PUBLIC_KEY="0x76012593ec9645634a4f994c621c917ae87b6dc57178fd662fbd7d09ac2a77e"
export STARKNET_PRIVATE_KEY="0x2e1e36d43a15394dd59ab389aade89b4c6475e625a97d4dcf8f982ebe71e251"
35 changes: 35 additions & 0 deletions packages/wallet_kit/assets/images/crypto/FOCUS-legacy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 27 additions & 21 deletions packages/wallet_kit/assets/images/crypto/FOCUS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/wallet_kit/lib/widgets/token_icon.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class TokenIcon extends StatelessWidget {
Widget build(BuildContext context) {
return SvgPicture.asset(
"packages/wallet_kit/assets/images/crypto/${symbol.name}.svg",
width: 24,
height: 24,
width: size,
height: size,
);
}
}

0 comments on commit 9f91185

Please sign in to comment.