1. 08 Jul, 2024 3 commits
    • tom goriunov's avatar
      Celo: show gas fees paid in ERC20 tokens (#2061) · 24d63c9d
      tom goriunov authored
      * component for displaying tx fee
      
      * config for celo alfajores
      
      * display tx fee and gas price in celo token
      
      * adjustments for stability fee
      
      * clean up
      
      * update screenshots
      
      * change envs for demo
      
      * more screenshot updates
      
      * Removing unneeded network id var from review deploy
      
      * rollback envs for demo
      
      * fix currency symbol in tx table header
      
      * lol 🤦‍♂️
      
      ---------
      Co-authored-by: default avatarNick Zenchik <n.zenchik@gmail.com>
      24d63c9d
    • tom goriunov's avatar
      Implementation name behind proxy name (#2071) · 45eb8741
      tom goriunov authored
      * icon for proxy contract
      
      * add custom tooltip for proxy contract
      
      * add name to tooltip and refactor
      
      * tests
      
      * center the popup content
      45eb8741
    • tom goriunov's avatar
      Redesign hero section on home page (#2050) · 18b419ef
      tom goriunov authored
      * change hero section
      
      * add AdBanner to hero block
      
      * show icon instead of text on "connect wallet" button on md desktops
      
      * redesign stats widgets
      
      * new design for home page charts
      
      * fix skeletons
      
      * update demo values
      
      * disable getit provider
      
      * fixes for adbutler provider
      
      * show token logo placeholder for secondary coin logo
      
      * add width to hype banner
      
      * update demo values
      
      * remove letter spacing for large headings
      
      * indicators block fixes
      
      * update icons
      
      * update screenshots
      18b419ef
  2. 05 Jul, 2024 6 commits
  3. 04 Jul, 2024 1 commit
  4. 03 Jul, 2024 1 commit
  5. 02 Jul, 2024 9 commits
  6. 01 Jul, 2024 1 commit
  7. 28 Jun, 2024 5 commits
  8. 27 Jun, 2024 3 commits
  9. 26 Jun, 2024 3 commits
  10. 25 Jun, 2024 7 commits
  11. 24 Jun, 2024 1 commit
    • tom goriunov's avatar
      Call contract read methods from the client (#2032) · f685a9f0
      tom goriunov authored
      * display methods accordion
      
      * add method_id to methods
      
      * query read method via public client
      
      * query read methods without inputs at accordion section open
      
      * add custom abi tabs
      
      * add proxy tabs
      
      * custom wagmi config if wc is not configured
      
      * remove ContractAbiItemConstant component
      
      * display tuple properties in method outputs
      
      * display read result
      
      * clean up
      
      * support nested arrays in the read result
      
      * re-write test for contract methods
      
      * change result view for address output
      
      * refactoring
      
      * fix tests
      
      * remove web3 provider fallback
      
      * fix tab loading
      
      * refactoring
      
      * add implementation contract selector
      
      * add "copy to clipboard" for address, remove top-level square brackets
      
      * add preview mode to contract method result
      
      * tests for read result
      
      * fix tests
      
      * change styles for result preview
      
      * review fix
      f685a9f0