From 285324595bce10c8979ad342f0eb0e5acdbd48f2 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 6 Feb 2021 19:45:47 +0300 Subject: [PATCH] test deployment --- scripts/deploy.js | 94 ++++++++++++++++++++++++++++++++++++++++ scripts/sample-script.js | 48 -------------------- 2 files changed, 94 insertions(+), 48 deletions(-) create mode 100644 scripts/deploy.js delete mode 100644 scripts/sample-script.js diff --git a/scripts/deploy.js b/scripts/deploy.js new file mode 100644 index 0000000..db226e4 --- /dev/null +++ b/scripts/deploy.js @@ -0,0 +1,94 @@ +// We require the Hardhat Runtime Environment explicitly here. This is optional +// but useful for running the script in a standalone fashion through `node