Skip to content

Commit

Permalink
build(amm,flash-swap,protocol,proxy-target): upgrade to solidity v0.8.11
Browse files Browse the repository at this point in the history
chore(protocol): delete unused import in "fixtures.ts"
  • Loading branch information
PaulRBerg committed Feb 2, 2022
1 parent 75ed467 commit 3263246
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/amm/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const config: HardhatUserConfig = {
tests: "./test",
},
solidity: {
version: "0.8.9",
version: "0.8.11",
settings: {
metadata: {
bytecodeHash: "none",
Expand Down
2 changes: 1 addition & 1 deletion packages/flash-swap/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const config: HardhatUserConfig = {
},
},
{
version: "0.8.9",
version: "0.8.11",
settings: {
metadata: {
bytecodeHash: "none",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const config: HardhatUserConfig = {
tests: "./test",
},
solidity: {
version: "0.8.9",
version: "0.8.11",
settings: {
metadata: {
bytecodeHash: "none",
Expand Down
1 change: 0 additions & 1 deletion packages/protocol/test/shared/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import type { FintrollerV1 } from "../../src/types/FintrollerV1";
import type { GodModeBalanceSheet } from "../../src/types/GodModeBalanceSheet";
import type { GodModeErc20 } from "../../src/types/GodModeErc20";
import type { GodModeHToken } from "../../src/types/GodModeHToken";
import type { IAggregatorV3 } from "../../src/types/IAggregatorV3";
import type { OwnableUpgradeable } from "../../src/types/OwnableUpgradeable";
import type { SimplePriceFeed } from "../../src/types/SimplePriceFeed";
import {
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-target/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const config: HardhatUserConfig = {
tests: "./test",
},
solidity: {
version: "0.8.9",
version: "0.8.11",
settings: {
metadata: {
bytecodeHash: "none",
Expand Down

0 comments on commit 3263246

Please sign in to comment.