add Viction chain (#604)

This commit is contained in:
Anton
2024-12-10 14:01:19 +03:00
committed by GitHub
parent f138c035ed
commit de2a734aa4
3 changed files with 6 additions and 2 deletions

View File

@@ -726,6 +726,10 @@ class DefaultEthereumMethods(
Chain.CRONOS_ZKEVM__MAINNET, Chain.CRONOS_ZKEVM__TESTNET -> zxkSyncMethods + "zk_estimateFee"
Chain.VICTION__MAINNET, Chain.VICTION__TESTNET -> listOf(
"posv_getNetworkInformation",
)
else -> emptyList()
}
}