diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2c9ddd5..f09a8e1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,32 +12,27 @@ on: jobs: build: runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [20.x] - steps: - uses: actions/checkout@v4 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version-file: '.nvmrc' - run: npm ci - run: npm run build --if-present - run: npm test - # publish: - # runs-on: ubuntu-latest - # if: ${{ github.ref == 'refs/heads/main' }} - # needs: [build] - # steps: - # - uses: actions/checkout@v2 - # - uses: actions/setup-node@v1 - # with: - # node-version: '16' - # - run: npm ci - # - run: npm test - # - name: Release - # env: - # NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - # GH_TOKEN: ${{ secrets.GH_TOKEN }} - # run: npx semantic-release --branches main + publish: + runs-on: ubuntu-latest + if: ${{ github.ref == 'refs/heads/main' }} + needs: [build] + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version-file: '.nvmrc' + - run: npm ci + - name: Release + env: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} + run: npx semantic-release --branches main diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..209e3ef --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +20 diff --git a/src/lists/mainnet/mainnet.ts b/src/lists/mainnet/mainnet.ts index fa10cc1..5137396 100644 --- a/src/lists/mainnet/mainnet.ts +++ b/src/lists/mainnet/mainnet.ts @@ -20975,6 +20975,15 @@ export const MAINNET: TokenData[] = [ logoURI: 'https://assets.coingecko.com/coins/images/17238/thumb/aWETH_2x.png?1626940782', }, + { + chainId: 1, + address: '0x4d5f47fa6a74757f35c14fd3a6ef8e3c9bc514e8', + name: 'Aave Ethereum WETH', + symbol: 'aEthWETH', + decimals: 18, + logoURI: + 'https://assets.coingecko.com/coins/images/17238/thumb/aWETH_2x.png?1626940782', + }, { chainId: 1, address: '0x64fb96d0395f6bf105f35233911e3df2c5bf4ce8',