mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-03 23:57:26 +00:00 
			
		
		
		
	fix bug in variable name (#1499)
This commit is contained in:
		
							parent
							
								
									1bbdec80f5
								
							
						
					
					
						commit
						de865914a1
					
				
							
								
								
									
										2
									
								
								.github/scripts/seed-internal-testnet.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/scripts/seed-internal-testnet.sh
									
									
									
									
										vendored
									
									
								
							@ -59,7 +59,7 @@ npx hardhat --network "${ERC20_DEPLOYER_NETWORK_NAME}" mint-erc20 "$wETH_CONTRAC
 | 
			
		||||
 | 
			
		||||
# deploy and fund axlUSDC ERC20 contract
 | 
			
		||||
AXLUSD_CONTRACT_DEPLOY=$(npx hardhat --network "${ERC20_DEPLOYER_NETWORK_NAME}" deploy-erc20 "USD Coin" USDC 6)
 | 
			
		||||
AXLUSD_CONTRACT_ADDRESS=${USD_CONTRACT_DEPLOY: -42}
 | 
			
		||||
AXLUSD_CONTRACT_ADDRESS=${AXLUSD_CONTRACT_DEPLOY: -42}
 | 
			
		||||
npx hardhat --network "${ERC20_DEPLOYER_NETWORK_NAME}" mint-erc20 "$AXLUSD_CONTRACT_ADDRESS" 0x6767114FFAA17C6439D7AEA480738B982CE63A02 1000000000000
 | 
			
		||||
 | 
			
		||||
# seed some evm wallets
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user