mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-04-04 15:55:23 +00:00 
			
		
		
		
	add wbtc to hard, evm util, dev account to internal testnet (#1478)
* add wbtc to hard, evm util, dev account * Update ci/env/kava-internal-testnet/genesis.json Co-authored-by: Adam Robert Turman <67024033+adamrturman@users.noreply.github.com> --------- Co-authored-by: Adam Robert Turman <67024033+adamrturman@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									34c5d1ecd5
								
							
						
					
					
						commit
						88069fe6e2
					
				
							
								
								
									
										53
									
								
								ci/env/kava-internal-testnet/genesis.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										53
									
								
								ci/env/kava-internal-testnet/genesis.json
									
									
									
									
										vendored
									
									
								
							| @ -281,6 +281,10 @@ | ||||
|             { | ||||
|               "denom": "usdx", | ||||
|               "amount": "103000000000" | ||||
|             }, | ||||
|             { | ||||
|               "denom": "erc20/multichain/wbtc", | ||||
|               "amount": "1000000000" | ||||
|             } | ||||
|           ] | ||||
|         }, | ||||
| @ -328,32 +332,7 @@ | ||||
|           ] | ||||
|         } | ||||
|       ], | ||||
|       "supply": [ | ||||
|         { | ||||
|           "denom": "btcb", | ||||
|           "amount": "400000000" | ||||
|         }, | ||||
|         { | ||||
|           "denom": "busd", | ||||
|           "amount": "1000000000000000" | ||||
|         }, | ||||
|         { | ||||
|           "denom": "hard", | ||||
|           "amount": "100002000000000" | ||||
|         }, | ||||
|         { | ||||
|           "denom": "swp", | ||||
|           "amount": "100010000000000" | ||||
|         }, | ||||
|         { | ||||
|           "denom": "ukava", | ||||
|           "amount": "10002000210007000000000" | ||||
|         }, | ||||
|         { | ||||
|           "denom": "usdx", | ||||
|           "amount": "206000000000" | ||||
|         } | ||||
|       ], | ||||
|       "supply": [], | ||||
|       "denom_metadata": [] | ||||
|     }, | ||||
|     "bep3": { | ||||
| @ -1326,6 +1305,10 @@ | ||||
|           { | ||||
|             "kava_erc20_address": "0x864121A3b64A05d872883a1D0DA04eEe107A64F3", | ||||
|             "denom": "erc20/multichain/usdc" | ||||
|           }, | ||||
|           { | ||||
|             "kava_erc20_address": "0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b", | ||||
|             "denom": "erc20/multichain/wbtc" | ||||
|           } | ||||
|         ] | ||||
|       } | ||||
| @ -1510,6 +1493,24 @@ | ||||
|             "reserve_factor": "0.025000000000000000", | ||||
|             "keeper_reward_percentage": "0.020000000000000000" | ||||
|           }, | ||||
|           { | ||||
|             "denom": "erc20/multichain/wbtc", | ||||
|             "borrow_limit": { | ||||
|               "has_max_limit": true, | ||||
|               "maximum_limit": "1000000000.000000000000000000", | ||||
|               "loan_to_value": "0.500000000000000000" | ||||
|             }, | ||||
|             "spot_market_id": "btc:usd:30", | ||||
|             "conversion_factor": "100000000", | ||||
|             "interest_rate_model": { | ||||
|               "base_rate_apy": "0.000000000000000000", | ||||
|               "base_multiplier": "0.050000000000000000", | ||||
|               "kink": "0.800000000000000000", | ||||
|               "jump_multiplier": "5.000000000000000000" | ||||
|             }, | ||||
|             "reserve_factor": "0.025000000000000000", | ||||
|             "keeper_reward_percentage": "0.020000000000000000" | ||||
|           }, | ||||
|           { | ||||
|             "denom": "bnb", | ||||
|             "borrow_limit": { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Kevin Davis
						Kevin Davis