diff --git a/provider/src/rpc.rs b/provider/src/rpc.rs index 6e723114..5a769182 100644 --- a/provider/src/rpc.rs +++ b/provider/src/rpc.rs @@ -94,6 +94,9 @@ pub trait ZkLinkRpc { max_txs: u32, ) -> RpcResult>; + #[method(name = "getChangePubkeyChainId")] + async fn get_change_pubkey_chain_id(&self) -> RpcResult; + #[method(name = "pullForwardTxs")] async fn pull_forward_txs( &self,