From 9659851952799dbc5f82a2f9cd92383287a7f688 Mon Sep 17 00:00:00 2001 From: Aarif Khamdi Date: Mon, 9 Sep 2024 23:27:24 +0500 Subject: [PATCH] add Filecoin.Version method (#565) --- .gitignore | 2 ++ .../dshackle/upstream/calls/DefaultEthereumMethods.kt | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d99af13f2..e82379737 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ Test*.kt # http-client config http-client.env.json + +.DS_Store diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt index 94a45cd5c..14fbb3153 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt @@ -348,6 +348,7 @@ class DefaultEthereumMethods( "Filecoin.SyncIncomingBlocks", "Filecoin.SyncState", "Filecoin.SyncValidateTipset", + "Filecoin.Version", "Filecoin.WalletBalance", "Filecoin.WalletValidateAddress", "Filecoin.WalletVerify",