You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'fetchActions: Specified GraphQL endpoint is undefined. When using actions, you must set the archive node endpoint in Mina.Network(). Please ensure your Mina.Network() configuration includes an archive node endpoint.'
@@ -710,14 +730,25 @@ async function fetchActions(
710
730
graphqlEndpoint,
711
731
networkConfig.archiveFallbackEndpoints
712
732
);
733
+
// As of 2025-01-07, minascan is running a version of the node which supports `sequenceNumber` and `zkappAccountUpdateIds` fields
734
+
// We could consider removing this fallback since no other nodes are widely used
0 commit comments