Skip to content

Commit

Permalink
added 2 exports to shellHook in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldemian authored and irnb committed Jul 14, 2024
1 parent 2903380 commit 869116b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts
Submodule contracts updated 40 files
+0 −2 CODEOWNERS
+4 −2 gas-bound-caller/README.md
+1 −1 gas-bound-caller/canonical-bytecodes/GasBoundCaller
+17 −16 gas-bound-caller/hardhat.config.ts
+0 −3 gas-bound-caller/package.json
+0 −31 gas-bound-caller/scripts/verify.ts
+0 −52 l1-contracts/contracts/governance/ChainAdmin.sol
+0 −24 l1-contracts/contracts/governance/IChainAdmin.sol
+2 −5 l1-contracts/contracts/state-transition/IStateTransitionManager.sol
+0 −1 l1-contracts/contracts/state-transition/StateTransitionManager.sol
+44 −0 l1-contracts/contracts/upgrades/UpgradeHyperchains.sol
+54 −0 l1-contracts/contracts/upgrades/Upgrade_v1_4_1.sol
+0 −2 l1-contracts/deploy-script-config-template/config-deploy-erc20.toml
+36 −17 l1-contracts/deploy-scripts/AcceptAdmin.s.sol
+8 −21 l1-contracts/deploy-scripts/DeployErc20.s.sol
+0 −10 l1-contracts/deploy-scripts/DeployL1.s.sol
+2 −13 l1-contracts/deploy-scripts/RegisterHyperchain.s.sol
+6 −2 l1-contracts/package.json
+141 −0 l1-contracts/scripts/governance-accept-ownership.ts
+71 −0 l1-contracts/scripts/hyperchain-upgrade-1.ts
+68 −0 l1-contracts/scripts/hyperchain-upgrade-2.ts
+68 −0 l1-contracts/scripts/hyperchain-upgrade-3.ts
+1 −1 l1-contracts/scripts/register-hyperchain.ts
+1 −46 l1-contracts/scripts/token-migration.ts
+41 −42 l1-contracts/scripts/upgrade-consistency-checker.ts
+12 −27 l1-contracts/scripts/verify.ts
+0 −3 l1-contracts/src.ts/deploy-process.ts
+0 −3 l1-contracts/src.ts/deploy-test-process.ts
+0 −2 l1-contracts/src.ts/deploy-utils.ts
+5 −26 l1-contracts/src.ts/deploy.ts
+348 −0 l1-contracts/src.ts/hyperchain-upgrade.ts
+5 −1 l2-contracts/package.json
+60 −0 l2-contracts/src/deploy-force-deploy-upgrader.ts
+206 −0 l2-contracts/src/deploy-shared-bridge-implementation-legacy.ts
+55 −0 l2-contracts/src/deploy-shared-bridge-on-l2.ts
+3 −13 system-contracts/hardhat.config.ts
+1 −3 system-contracts/package.json
+0 −47 system-contracts/scripts/utils.ts
+0 −86 system-contracts/scripts/verify-on-explorer.ts
+88 −249 yarn.lock

0 comments on commit 869116b

Please sign in to comment.