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",