mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 00:57: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>
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "params": {
 | 
						|
    "allowed_pools": [
 | 
						|
      { "token_a": "bnb", "token_b": "usdx" },
 | 
						|
      { "token_a": "btcb", "token_b": "usdx" },
 | 
						|
      { "token_a": "busd", "token_b": "usdx" },
 | 
						|
      { "token_a": "hard", "token_b": "usdx" },
 | 
						|
      { "token_a": "swp", "token_b": "usdx" },
 | 
						|
      { "token_a": "ukava", "token_b": "usdx" },
 | 
						|
      { "token_a": "usdx", "token_b": "xrpb" }
 | 
						|
    ],
 | 
						|
    "swap_fee": "0.001500000000000000"
 | 
						|
  },
 | 
						|
  "pool_records": [
 | 
						|
    {
 | 
						|
      "pool_id": "ukava:usdx",
 | 
						|
      "reserves_a": { "denom": "ukava", "amount": "583616549439" },
 | 
						|
      "reserves_b": { "denom": "usdx", "amount": "3431399443511" },
 | 
						|
      "total_shares": "1398497336200"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "pool_id": "usdx:xrpb",
 | 
						|
      "reserves_a": { "denom": "usdx", "amount": "843639517257" },
 | 
						|
      "reserves_b": { "denom": "xrpb", "amount": "72251274276145" },
 | 
						|
      "total_shares": "7739661881008"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "share_records": [
 | 
						|
    {
 | 
						|
      "depositor": "kava1l77xymdt2ya0rl2mludkny5aqmr67u88ymgdje",
 | 
						|
      "pool_id": "usdx:xrpb",
 | 
						|
      "shares_owned": "29034728969"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "depositor": "kava1llqkrdr69wc76cuxpx6j06x9pt63f52f7mlcye",
 | 
						|
      "pool_id": "busd:usdx",
 | 
						|
      "shares_owned": "24905307583"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "depositor": "kava1ll3ndyv333aet6mzqltu5wdepqhyme8umv34es",
 | 
						|
      "pool_id": "hard:usdx",
 | 
						|
      "shares_owned": "708138421"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "depositor": "kava1ll3ndyv333aet6mzqltu5wdepqhyme8umv34es",
 | 
						|
      "pool_id": "ukava:usdx",
 | 
						|
      "shares_owned": "3427014047"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |