Skip to content

Commit 7166070

Browse files
Support multiple networks (#61)
Support networks: Avalance, Optimism, BNB and Polygon. --------- Co-authored-by: ilya <[email protected]>
1 parent 5135b8d commit 7166070

File tree

13 files changed

+609
-8
lines changed

13 files changed

+609
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
node-version: ${{ matrix.node }}
5151
- id: yarn-cache
5252
run: echo "::set-output name=dir::$(yarn cache dir)"
53-
- uses: actions/cache@v2
53+
- uses: actions/cache@v4
5454
with:
5555
path: ${{ steps.yarn-cache.outputs.dir }}
5656
key: ${{ matrix.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Compiler files
22
cache/
33
out/
4+
artifacts/
45

56
# Ignores development broadcast logs
67
/broadcast/*/31337/

broadcast/Deploy.sol/10/deployment.barn.json

Lines changed: 74 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/Deploy.sol/10/deployment.prod.json

Lines changed: 74 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/Deploy.sol/137/deployment.barn.json

Lines changed: 81 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/Deploy.sol/137/deployment.prod.json

Lines changed: 81 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/Deploy.sol/43114/deployment.barn.json

Lines changed: 65 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/Deploy.sol/43114/deployment.prod.json

Lines changed: 65 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/Deploy.sol/56/deployment.barn.json

Lines changed: 68 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/Deploy.sol/56/deployment.prod.json

Lines changed: 68 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)