Skip to content

Commit

Permalink
Merge branch 'main' into docs-nav
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightjl committed May 9, 2024
2 parents 4c91739 + 3638065 commit 90c99a9
Show file tree
Hide file tree
Showing 367 changed files with 9,721 additions and 3,049 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chainlink-automation-config.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
working-directory: ./
steps:
- name: Checkout Repo
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Install Dependencies
run: npm i
- name: Compare current config with the deployed one
Expand All @@ -35,7 +35,7 @@ jobs:
- if: ${{ steps.compare_configs.outputs.createPR }}
id: chainlink_automation_config_pr
name: Create pull request
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4.2.3
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
with:
branch: 'chainlink_automation_config/pr-${{ steps.compare_configs.outputs.timestamp }}'
commit-message: 'chainlink automation config updated'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chains-metadata.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
working-directory: ./
steps:
- name: Checkout Repo
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Install Dependencies
run: npm i
- name: Compare current chains metadata with the source
Expand All @@ -35,7 +35,7 @@ jobs:
- if: ${{ steps.compare_chains.outputs.createPR }}
id: chains_metadata_pr
name: Create pull request
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4.2.0
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
with:
branch: 'chains_metadata/pr-${{ steps.compare_chains.outputs.timestamp }}'
commit-message: 'chains metadata updated'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/external-links.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
working-directory: ./
steps:
- name: Checkout Repo
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Install Dependencies
run: npm i
- name: Run external link checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
working-directory: ./
steps:
- name: Checkout Repo
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Install Dependencies
run: npm i
- name: Check Solidity Compilation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-algolia-index.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
working-directory: ./
steps:
- name: Checkout Repo
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Install Dependencies
run: npm i
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .vscode/settings.json
Expand Up @@ -35,6 +35,7 @@
"composability",
"GLMR",
"IERC",
"Juels",
"Linea",
"Mainnets",
"Merkle",
Expand All @@ -52,6 +53,7 @@
"tbody",
"thead",
"THENA",
"timelock",
"Tobe",
"tsconfigs",
"typechain",
Expand Down
1 change: 1 addition & 0 deletions hardhat.config.ts
Expand Up @@ -20,6 +20,7 @@ const config: HardhatUserConfig = {
{ version: "0.8.6" },
{ version: "0.8.16" },
{ version: "0.8.19" },
{ version: "0.8.20" },
],
},
}
Expand Down

0 comments on commit 90c99a9

Please sign in to comment.