mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 07:37:26 +00:00 
			
		
		
		
	* feat: add swagger * add version info for mainnet * feat: reorganize to prepare for develop merge * feat: update readme
		
			
				
	
	
		
			17 lines
		
	
	
		
			318 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			318 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "title": "Auction Param Change",
 | 
						|
    "description": "Update auction bid duration",
 | 
						|
    "changes": [
 | 
						|
      {
 | 
						|
        "subspace": "auction",
 | 
						|
        "key": "BidDuration",
 | 
						|
        "value": "912345000000"
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    "deposit": [
 | 
						|
      {
 | 
						|
        "denom": "ukava",
 | 
						|
        "amount": "1000000"
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  } |