Skip to content

Commit

Permalink
refactor: replacing connex hardhat plugin with sdk hardhat plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pierobassa committed Jun 3, 2024
1 parent 0bb3601 commit f9ebdc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { HardhatUserConfig } from 'hardhat/config';
import '@nomicfoundation/hardhat-toolbox';

import '@nomiclabs/hardhat-truffle5';
import '@vechain/hardhat-vechain';
import '@vechain/hardhat-ethers';
import '@vechain/sdk-hardhat-plugin';
import { VECHAIN_URL_SOLO } from '@vechain/hardhat-vechain';

require('dotenv').config();
Expand Down

0 comments on commit f9ebdc0

Please sign in to comment.