1. 08 Jul, 2024 2 commits
    • 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 2 commits
    • 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
    • Max Alekseenko's avatar
      replace old sort component · 1de38065
      Max Alekseenko authored
      1de38065