Skip to content

Commit bb53e4b

Browse files
author
Caleb Ditchfield
authored
Merge pull request #228 from fei-protocol/feat/post-fip-30
fix config post FIP-30
2 parents 21e6268 + aa3bdb7 commit bb53e4b

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

hardhat.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default {
5555
forking: enableMainnetForking
5656
? {
5757
url: `https://eth-mainnet.alchemyapi.io/v2/${mainnetAlchemyApiKey}`,
58-
blockNumber: 13354217
58+
blockNumber: 13370300
5959
}
6060
: undefined
6161
},
@@ -113,7 +113,7 @@ export default {
113113
},
114114

115115
proposals: {
116-
governor: '0xE087F94c3081e1832dC7a22B48c6f2b5fAaE579B',
116+
governor: '0x0BEF27FEB58e857046d630B2c03dFb7bae567494',
117117
votingToken: '0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B'
118118
}
119119
} as HardhatUserConfig;

test/integration/proposals_config.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
"exec" : false,
55
"proposerAddress" : "0xb81cf4981Ef648aaA73F07a18B03970f04d5D8bF"
66
},
7-
"fip_30" : {
8-
"deploy" : false,
9-
"exec" : true,
10-
"proposerAddress" : "0xb81cf4981Ef648aaA73F07a18B03970f04d5D8bF"
11-
},
127
"v2Phase1": {
138
"deploy" : true,
149
"exec" : false,

0 commit comments

Comments
 (0)