From 42eac2bc3dbfe893f742043d25257489f731000f Mon Sep 17 00:00:00 2001 From: saurabh Date: Tue, 12 Dec 2023 11:46:35 +0530 Subject: [PATCH] fixed comments statements --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 6e7826d..20f37bc 100644 --- a/src/index.js +++ b/src/index.js @@ -514,7 +514,7 @@ class KeyringController extends EventEmitter { } /** - * get Fees method to get the fees for Optimism Chain + * get Fees method to get the fees for Arbitrum Chain * * @param {Object} rawTx - Rawtransaction - {from,to,value,data, chainId} * @param {Object} web3 - web3 object.