Skip to content

Commit

Permalink
add Viction chain (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonatoz authored Dec 10, 2024
1 parent f138c03 commit de2a734
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emerald-grpc
2 changes: 1 addition & 1 deletion foundation/src/main/resources/public
Submodule public updated 2 files
+15 −1 chains-meta.yaml
+21 −0 chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}
Expand Down

0 comments on commit de2a734

Please sign in to comment.