add Filecoin.Version method (#565)

This commit is contained in:
Aarif Khamdi
2024-09-09 23:27:24 +05:00
committed by GitHub
parent 3e0d40ff57
commit 9659851952
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@@ -22,3 +22,5 @@ Test*.kt
# http-client config # http-client config
http-client.env.json http-client.env.json
.DS_Store

View File

@@ -348,6 +348,7 @@ class DefaultEthereumMethods(
"Filecoin.SyncIncomingBlocks", "Filecoin.SyncIncomingBlocks",
"Filecoin.SyncState", "Filecoin.SyncState",
"Filecoin.SyncValidateTipset", "Filecoin.SyncValidateTipset",
"Filecoin.Version",
"Filecoin.WalletBalance", "Filecoin.WalletBalance",
"Filecoin.WalletValidateAddress", "Filecoin.WalletValidateAddress",
"Filecoin.WalletVerify", "Filecoin.WalletVerify",