-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* π± Asset page * π± Collection scrollbar * π± Collection scrollbar * β¨ Enable send * β¨ Finalize erc-20 transfer * Prevent crash calling openSettings and openExecute from old controller * Apply erc20-send feature flag to cta * Move posthog set address logic to useAccount hook * Use useFeatureFlagEnabled hook * Make transfer work locally * Remove erc20-transfer feature flag * Revert erc20-transfer feature flag * π Fix scroll bar if too many tokens * π Add missing dep * π improve code readibility * π₯ Remove allowance and improve UX --------- Co-authored-by: JunichiSugiura <[email protected]> Co-authored-by: broody <[email protected]>
- Loading branch information
1 parent
4738bd9
commit cd38a36
Showing
15 changed files
with
332 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
VITE_CARTRIDGE_API_URL="https://api.cartridge.gg" | ||
VITE_CARTRIDGE_API_URL="http://localhost:8000" | ||
VITE_KEYCHAIN_URL="http://localhost:3001" | ||
VITE_RPC_SEPOLIA="https://api.cartridge.gg/x/starknet/sepolia" | ||
VITE_RPC_SEPOLIA="http://localhost:8001/x/starknet/sepolia" | ||
VITE_POSTHOG_KEY=phc_UWaJajNQ00PjHhveZ81SJ2zVtBicKrzewdZHGiyavQQ | ||
VITE_POSTHOG_HOST=https://profile.cartridge.gg/ingest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.