- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6
Eason/bugfix #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Open
      
      
            sdqede
  wants to merge
  33
  commits into
  main
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
eason/bugfix
  
      
      
   
  
    
  
  
  
 
  
      
    base: main
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
  
     Open
                    Eason/bugfix #34
Changes from all commits
      Commits
    
    
            Show all changes
          
          
            33 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      da5ee34
              
                fix: prevent runtime error by using optional chaining for walletInfo.…
              
              
                sdqede 6f16e0b
              
                chain-registry 2.0
              
              
                sdqede 59b6207
              
                modify packageManager from yarn 4.1 to 4.3
              
              
                sdqede 47e6f77
              
                upgrade chain-registry to 2.0
              
              
                sdqede 6282a84
              
                fix bugs of building failure
              
              
                sdqede 3f6e72d
              
                fix Type error: 'Component' cannot be used as a JSX component
              
              
                sdqede 63d8db3
              
                replaced @chain-registry/v2 with chain-registry v2.0
              
              
                sdqede e5e42a0
              
                upgraded interchain-kit
              
              
                sdqede 34f16a8
              
                fix interchain-kit issue in chain-admin
              
              
                sdqede a29efb7
              
                upgraded interchain-kit for hyperweb ui
              
              
                sdqede f7d17a0
              
                regenerate lock file
              
              
                sdqede e6ff975
              
                solved building issue of chain-admin
              
              
                sdqede ad0fc7b
              
                add lock file for templates
              
              
                sdqede 01ff89f
              
                interchain-kit addChain async
              
              
                sdqede c53b8a4
              
                renew prettier config
              
              
                sdqede ecfe06a
              
                apply prettier to all modified files
              
              
                sdqede 5953ba3
              
                fixed some bugs about reading attributes from undefined
              
              
                sdqede 639ca5c
              
                use the same version of  @interchainjs/cosmos and @interchainjs/react
              
              
                sdqede bee56c3
              
                removed as any inside createInstantiateContract
              
              
                sdqede c65aa78
              
                install packages and regenerate lock file
              
              
                sdqede a02c2e8
              
                upgrade interchainjs
              
              
                sdqede c548008
              
                fixed some path issue of new interchianjs in the chain-admin
              
              
                sdqede 2650084
              
                fixed some issue related to building
              
              
                sdqede e0843c8
              
                keep using @chain-registry/v2 because @interchainjs/utils peer deppen…
              
              
                sdqede a19dbee
              
                fixed issue that asset list show no assets
              
              
                sdqede 8ec71c6
              
                show icon of hyper token
              
              
                sdqede 063d99c
              
                Add special handling for Hyperweb chain's native token throughout ass…
              
              
                sdqede 1b2a0dd
              
                fixed some issue of building
              
              
                sdqede 5cabe45
              
                fixed signer issue on contract deploying
              
              
                sdqede 4fa5e69
              
                deploy contract success
              
              
                sdqede b9c729f
              
                execute contract success
              
              
                sdqede 132976e
              
                contract query success
              
              
                sdqede bc867db
              
                fixed building issue
              
              
                sdqede File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 | 
|---|---|---|
|  | @@ -99,7 +99,7 @@ const OverviewTransferWrapper = ( | |
| const toastHandlers = useToastHandlers(); | ||
| const { data: signingClient } = useSigningClient(sourceChainName); | ||
| const { mutate: transfer, isLoading } = useTransfer({ | ||
| clientResolver: signingClient, | ||
| clientResolver: signingClient as any, | ||
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no any | ||
| options: { | ||
| context: defaultContext, | ||
| ...toastHandlers, | ||
|  | ||
  
    
      This file contains hidden or 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 hidden or 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
    
  
  
    
              
        
          
          
            4 changes: 2 additions & 2 deletions
          
          4 
        
  templates/chain-admin/components/contract/common/AttachFundsRadio.tsx
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or 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
    
  
  
    
              
        
          
          
            2 changes: 1 addition & 1 deletion
          
          2 
        
  templates/chain-admin/components/contract/common/SelectAssetContent.tsx
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or 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
    
  
  
    
              
        
          
          
            2 changes: 1 addition & 1 deletion
          
          2 
        
  templates/chain-admin/components/contract/common/SelectAssetItem.tsx
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
    
  
  
    
              
        
          
          
            2 changes: 1 addition & 1 deletion
          
          2 
        
  templates/chain-admin/components/contract/execute/ExecuteWasmContract.tsx
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
        
    
  
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enabled formatOnSave