Skip to content

Commit

Permalink
Update tasks/local/setupLocal.js
Browse files Browse the repository at this point in the history
Co-authored-by: Guilherme Guimarães Viana <ggviana@hotmail.com.br>
  • Loading branch information
Robsonsjre and ggviana committed May 30, 2021
1 parent d347b7e commit c3d9058
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tasks/local/setupLocal.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ task('setupLocal', 'Deploy a whole local test environment')

const tokensObj = {}
const tokensList = [
{ name: 'weth', symbol: 'weth', decimals: '18', weth: true },
{ name: 'USDC Token', symbol: 'USDC', decimals: '6' },
{ name: 'AUSDC Token', symbol: 'AUSDC', decimals: '6' },
{ name: 'DAI Token', symbol: 'DAI', decimals: '18' },
{ name: 'Wrappeed BTC', symbol: 'WBTC', decimals: '8' },
{ name: 'LINK Address', symbol: 'LINK', decimals: '18' }
{ name: 'Wrapped Ether', symbol: 'WETH', decimals: '18', weth: true },
{ name: 'USD Coin', symbol: 'USDC', decimals: '6' },
{ name: 'Aave Interest bearing USDC', symbol: 'aUSDC', decimals: '6' },
{ name: 'Dai Stablecoin', symbol: 'DAI', decimals: '18' },
{ name: 'Wrapped BTC', symbol: 'WBTC', decimals: '8' },
{ name: 'ChainLink Token', symbol: 'LINK', decimals: '18' }
]

for (const tokenObj of tokensList) {
Expand Down

0 comments on commit c3d9058

Please sign in to comment.