Skip to content

Commit

Permalink
feat: deployed contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Feb 21, 2025
1 parent 8daef42 commit a8a9ac0
Show file tree
Hide file tree
Showing 20 changed files with 13,700 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Export deployments
run: |
for NETWORK in bsctestnet bscmainnet ethereum sepolia opbnbtestnet opbnbmainnet arbitrumsepolia arbitrumone opsepolia opmainnet basesepolia basemainnet unichainsepolia unichainmainnet; do
for NETWORK in bsctestnet bscmainnet ethereum sepolia opbnbtestnet opbnbmainnet arbitrumsepolia arbitrumone opsepolia opmainnet basesepolia basemainnet unichainsepolia unichainmainnet berachainbartio; do
EXPORT=true yarn hardhat export --network ${NETWORK} --export ./deployments/${NETWORK}.json
jq -M '{name, chainId, addresses: .contracts | map_values(.address)}' ./deployments/${NETWORK}.json > ./deployments/${NETWORK}_addresses.json
done
Expand Down
1 change: 1 addition & 0 deletions deployments/berachainbartio/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
80084
206 changes: 206 additions & 0 deletions deployments/berachainbartio/ComptrollerBeacon.json

Large diffs are not rendered by default.

Loading

0 comments on commit a8a9ac0

Please sign in to comment.