Skip to content

Commit

Permalink
refresh sample tests, remove legacy code that deployed and tested usi…
Browse files Browse the repository at this point in the history
…ng the hardhat multibaas plugin
  • Loading branch information
n0thingness committed Mar 4, 2024
1 parent f6270be commit 59bfcc9
Show file tree
Hide file tree
Showing 4 changed files with 1,451 additions and 253 deletions.
1 change: 1 addition & 0 deletions sample/hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { HardhatUserConfig } from 'hardhat/config';
import '@nomicfoundation/hardhat-toolbox';
import 'hardhat-multibaas-plugin';
import '@openzeppelin/hardhat-upgrades';
import path from 'path';

let deployerPrivateKey = '0x0000000000000000000000000000000000000000000000000000000000000000';
Expand Down
Loading

0 comments on commit 59bfcc9

Please sign in to comment.