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 4bbb169 commit b6b28b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/local/setupLocal.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ task('setupLocal', 'Deploy a whole local test environment')
await saveJSON(path, '', true)

const tokensObj = {}
const tokensList = [
const tokenList = [
{ 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' },
Expand Down

0 comments on commit b6b28b5

Please sign in to comment.