Skip to content

Commit a8be73b

Browse files
authored
Non-contract changes from Staking PR (#2618)
* Deleted old .out files * Removed storage diagrams in the wrong place * js linter updated to es2020 to support BigInt * Upgraded lint and hardhat packages * js lint utils * Add support for Hoodi Refactored networkMap into getNetworkName * Added tenderlyUpload Hardhat task * Fix proxyUpgrades Hardhat task to output tx hash instead of block hash * Updated setActionVars Hardhat task to upload other env vars * Added new env vars to dev.env
1 parent de8d11d commit a8be73b

35 files changed

Lines changed: 909 additions & 22374 deletions

contracts/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
env: {
3-
es6: true,
3+
es2020: true,
44
node: true,
55
browser: true,
66
amd: true,

contracts/.out

Lines changed: 0 additions & 6655 deletions
This file was deleted.

contracts/009.out

Lines changed: 0 additions & 6631 deletions
This file was deleted.

contracts/038.out

Lines changed: 0 additions & 7547 deletions
This file was deleted.

contracts/PoolBoosterFactorySwapxDoubleStorage.svg

Lines changed: 0 additions & 113 deletions
This file was deleted.

contracts/PoolBoosterFactorySwapxSingleStorage.svg

Lines changed: 0 additions & 113 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
560048
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

contracts/deployments/hoodi/operations/.gitkeep

Whitespace-only changes.

contracts/dev.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ PROVIDER_URL=[SET PROVIDER URL HERE]
33
# HOLESKY_PROVIDER_URL=[SET HOLESKY PROVIDER URL HERE]
44
# BASE_PROVIDER_URL=
55
SONIC_PROVIDER_URL=https://rpc.soniclabs.com
6-
76
PLUME_PROVIDER_URL=https://rpc.plume.org
7+
HOODI_PROVIDER_URL=https://rpc.hoodi.ethpandaops.io
88

99
# Set it to latest block number or leave it empty
1010
# BLOCK_NUMBER=
1111
# BASE_BLOCK_NUMBER=
1212
# SONIC_BLOCK_NUMBER=
1313
# HOLESKY_BLOCK_NUMBER=
1414
# PLUME_BLOCK_NUMBER=
15+
# HOODI_BLOCK_NUMBER=
1516

1617
# ARBITRUM_PROVIDER_URL=[SET PROVIDER URL HERE]
1718

@@ -45,7 +46,7 @@ ACCOUNTS_TO_FUND=
4546

4647
#P2P API KEYS
4748
P2P_MAINNET_API_KEY=[SET API Key]
48-
P2P_HOLESKY_API_KEY=[SET API Key]
49+
P2P_HOODI_API_KEY=[SET API Key]
4950

5051
# Defender Team Key needed to upload code to Actions
5152
# DEFENDER_TEAM_KEY=

0 commit comments

Comments
 (0)