From 86c8cada199e10adb0a22bd09f1146153500dde2 Mon Sep 17 00:00:00 2001 From: Uxio Fuentefria Date: Thu, 28 Sep 2023 14:30:21 +0200 Subject: [PATCH] Make users send funds so we can deploy the singleton - Add funds estimation to the estimate command --- .github/ISSUE_TEMPLATE/request_network.md | 6 +++--- scripts/common.ts | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/request_network.md b/.github/ISSUE_TEMPLATE/request_network.md index a976f4b9..a09e5fbc 100644 --- a/.github/ISSUE_TEMPLATE/request_network.md +++ b/.github/ISSUE_TEMPLATE/request_network.md @@ -8,6 +8,6 @@ about: Request to add the deployment information for a new network - ChainId: - RPC http/s address: - Link to https://chainlist.org/ -- Blockexplorer: - -When we provide a PR please deploy the singleton and if possible post an answer on this issue with the links to the blockexplorer addresses. +- (Optional) Blockexplorer: +- [] I have run `RPC='http://my-rpc-address' yarn estimate` +- [] I have sent `requiredFunds` to `0xE1CB04A0fA36DdD16a06ea828007E35e1a3cBC37` diff --git a/scripts/common.ts b/scripts/common.ts index b7f2e617..5bc9ecd2 100644 --- a/scripts/common.ts +++ b/scripts/common.ts @@ -65,6 +65,7 @@ export async function estimateDeploymentTransaction(rpcUrl: string): Promise