mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 02:27:26 +00:00 
			
		
		
		
	- Upgrade cosmos-sdk to v0.44.5 from v0.39.2 - Add Legacy Tx Endpoint for backwards compatibility - Add IBC v1.2.3 Support Co-authored-by: DracoLi <draco@dracoli.com> Co-authored-by: drklee3 <derrick@dlee.dev> Co-authored-by: denalimarsh <denalimarsh@gmail.com> Co-authored-by: Draco Li <draco@kava.io> Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com> Co-authored-by: Kevin Davis <karzak@users.noreply.github.com> Co-authored-by: Denali Marsh <denali@kava.io>
		
			
				
	
	
		
			59 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "next_auction_id": "12",
 | 
						|
  "params": {
 | 
						|
    "max_auction_duration": "172800s",
 | 
						|
    "bid_duration": "600s",
 | 
						|
    "increment_surplus": "0.010000000000000000",
 | 
						|
    "increment_debt": "0.010000000000000000",
 | 
						|
    "increment_collateral": "0.010000000000000000"
 | 
						|
  },
 | 
						|
  "auctions": [
 | 
						|
    {
 | 
						|
      "@type": "/kava.auction.v1beta1.CollateralAuction",
 | 
						|
      "base_auction": {
 | 
						|
        "id": "3795",
 | 
						|
        "initiator": "hard",
 | 
						|
        "lot": { "denom": "bnb", "amount": "1" },
 | 
						|
        "bidder": "",
 | 
						|
        "bid": { "denom": "bnb", "amount": "0" },
 | 
						|
        "has_received_bids": false,
 | 
						|
        "end_time": "9000-01-01T00:00:00Z",
 | 
						|
        "max_end_time": "9000-01-01T00:00:00Z"
 | 
						|
      },
 | 
						|
      "corresponding_debt": { "denom": "debt", "amount": "0" },
 | 
						|
      "max_bid": { "denom": "bnb", "amount": "1" },
 | 
						|
      "lot_returns": {
 | 
						|
        "addresses": ["kava1eevfnzkf2mt6feyttyzh6ektclauq7zlayefwf"],
 | 
						|
        "weights": ["100"]
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "@type": "/kava.auction.v1beta1.SurplusAuction",
 | 
						|
      "base_auction": {
 | 
						|
        "id": "3796",
 | 
						|
        "initiator": "hard",
 | 
						|
        "lot": { "denom": "bnb", "amount": "1" },
 | 
						|
        "bidder": "",
 | 
						|
        "bid": { "denom": "bnb", "amount": "0" },
 | 
						|
        "has_received_bids": false,
 | 
						|
        "end_time": "9000-01-01T00:00:00Z",
 | 
						|
        "max_end_time": "9000-01-01T00:00:00Z"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "@type": "/kava.auction.v1beta1.DebtAuction",
 | 
						|
      "base_auction": {
 | 
						|
        "id": "3895",
 | 
						|
        "initiator": "hard",
 | 
						|
        "lot": { "denom": "bnb", "amount": "1" },
 | 
						|
        "bidder": "",
 | 
						|
        "bid": { "denom": "bnb", "amount": "0" },
 | 
						|
        "has_received_bids": false,
 | 
						|
        "end_time": "9000-01-01T00:00:00Z",
 | 
						|
        "max_end_time": "9000-01-01T00:00:00Z"
 | 
						|
      },
 | 
						|
      "corresponding_debt": { "denom": "debt", "amount": "0" }
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |