From 968a302b3b78b892f8bfc347be83d9d42b20ad9a Mon Sep 17 00:00:00 2001 From: mz8t <125902611+mz8t@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:38:09 +0100 Subject: [PATCH] Update layerzero_dvn.js docstring confirmations as number of blocks --- general/layerzero_dvn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/layerzero_dvn.js b/general/layerzero_dvn.js index 59a5677..8a9081d 100644 --- a/general/layerzero_dvn.js +++ b/general/layerzero_dvn.js @@ -38,7 +38,7 @@ const ABI_JOBS = [ }, { internalType: "uint64", - name: "confirmations", + name: "confirmations", // this defines the number of blocks for confirmation type: "uint64" }, {