Skip to content

Commit ec8db08

Browse files
committed
chore: added pre horizon upgrade state setup scripts
1 parent 97ac570 commit ec8db08

File tree

10 files changed

+3206
-15
lines changed

10 files changed

+3206
-15
lines changed

packages/contracts/hardhat.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const config: HardhatUserConfig = {
146146
defaultNetwork: 'hardhat',
147147
networks: {
148148
hardhat: {
149-
chainId: 1337,
149+
chainId: 31337,
150150
loggingEnabled: false,
151151
gas: 12000000,
152152
gasPrice: 'auto',
@@ -158,7 +158,7 @@ const config: HardhatUserConfig = {
158158
hardfork: 'london',
159159
},
160160
localhost: {
161-
chainId: 1337,
161+
chainId: 31337,
162162
url: 'http://127.0.0.1:8545',
163163
accounts:
164164
process.env.FORK === 'true' ? getAccountsKeys() : { mnemonic: DEFAULT_TEST_MNEMONIC },

0 commit comments

Comments
 (0)