Skip to content

Commit

Permalink
fix: failing deploy check
Browse files Browse the repository at this point in the history
  • Loading branch information
Debugger022 committed Feb 22, 2024
1 parent eb09199 commit 2e055e0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions deploy/018-native-token-gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,7 @@ interface NetworkConfig {
[poolName: string]: string;
}

interface VWNativePoolType {
hardhat: NetworkConfig;
bsctestnet: NetworkConfig;
bscmainnet: NetworkConfig;
sepolia: NetworkConfig;
ethereum: NetworkConfig;
}

const VWNativePooL: VWNativePoolType = {
const VWNativePooL: { [key: string]: NetworkConfig } = {
hardhat: {
Comptroller_LiquidStakedBNB: ilBscTestnet.VToken_vWBNB_LiquidStakedBNB.address,
},
Expand Down

0 comments on commit 2e055e0

Please sign in to comment.