Skip to content

Commit

Permalink
Remove goerli (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jubeira committed May 3, 2024
1 parent 98079d0 commit b2618f6
Show file tree
Hide file tree
Showing 256 changed files with 20 additions and 4,733 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
AVALANCHE_RPC_ENDPOINT: ${{ secrets.AVALANCHE_RPC_ENDPOINT }}
ZKEVM_RPC_ENDPOINT: ${{ secrets.ZKEVM_RPC_ENDPOINT }}
BASE_RPC_ENDPOINT: ${{ secrets.BASE_RPC_ENDPOINT }}
GOERLI_RPC_ENDPOINT: ${{ secrets.GOERLI_RPC_ENDPOINT }}
SEPOLIA_RPC_ENDPOINT: ${{ secrets.SEPOLIA_RPC_ENDPOINT }}
- name: Test
run: yarn test
20 changes: 0 additions & 20 deletions .github/workflows/deployment-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,6 @@ jobs:
FANTOM_RPC_ENDPOINT: ${{ secrets.FANTOM_RPC_ENDPOINT }}
with:
network-name: fantom
check-goerli-deployments:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Goerli Deployment Addresses
uses: ./.github/actions/check-network-deployments
env:
GOERLI_RPC_ENDPOINT: ${{ secrets.GOERLI_RPC_ENDPOINT }}
with:
network-name: goerli
check-sepolia-deployments:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -238,16 +228,6 @@ jobs:
FANTOM_RPC_ENDPOINT: ${{ secrets.FANTOM_RPC_ENDPOINT }}
with:
network-name: fantom
check-goerli-action-ids:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Goerli Action IDs
uses: ./.github/actions/check-network-action-ids
env:
GOERLI_RPC_ENDPOINT: ${{ secrets.GOERLI_RPC_ENDPOINT }}
with:
network-name: goerli
check-sepolia-action-ids:
runs-on: ubuntu-latest
steps:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/timelock-authorizer-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,6 @@ jobs:
with:
network-name: fantom

verify-goerli-timelock-authorizer-config:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Verify Goerli Timelock Authorizer Configuration
uses: ./.github/actions/verify-network-timelock-authorizer-config
env:
GOERLI_RPC_ENDPOINT: ${{ secrets.GOERLI_RPC_ENDPOINT }}
with:
network-name: goerli

verify-sepolia-timelock-authorizer-config:
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 0 additions & 4 deletions DEPLOYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ This data is accessed via the [`local-networks-config`](https://www.npmjs.com/pa
"bsc": {
"url": "https://bsc.rpc.endpoint/myAPIKey",
"verificationAPIKey": "bsc-etherscan-API-key"
},
"goerli": {
"url": "https://goerli.rpc.endpoint/myAPIKey",
"verificationAPIKey": "goerli-etherscan-API-key"
}
},
"defaultConfig": {
Expand Down
1,251 changes: 0 additions & 1,251 deletions action-ids/goerli/action-ids.json

This file was deleted.

0 comments on commit b2618f6

Please sign in to comment.