diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cd5b8c17fa566..ea61f048895005 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: - name: Checkout EIP Repository uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - - uses: ethereum/eipw-action@451d4e314183dd83401171908ca784e047122d70 + - uses: ethereum/eipw-action@7774047fa54c1cb3b3ada9c9db23721eaee56669 id: eipw with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/EIPS/eip-3074.md b/EIPS/eip-3074.md index 216c6b8bbdfef8..9def3443a14fc1 100644 --- a/EIPS/eip-3074.md +++ b/EIPS/eip-3074.md @@ -1,7 +1,7 @@ --- eip: 3074 -title: AUTH and AUTHCALL opcodes -description: Allow externally owned accounts to delegate control to a contract. +title: AUTH and AUTHCALL opcodes EIP-20 +description: Allow externally owned accounts to delegate control to a contract ERC-721 author: Sam Wilson (@SamWilsn), Ansgar Dietrichs (@adietrichs), Matt Garnett (@lightclient), Micah Zoltu (@micahzoltu) discussions-to: https://ethereum-magicians.org/t/eip-3074-sponsored-transaction-precompile/4880 status: Stagnant