diff --git a/package.json b/package.json index 903eed6..699b5d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghost-dao-interface", "private": true, - "version": "0.6.2", + "version": "0.6.3", "type": "module", "scripts": { "dev": "vite", diff --git a/src/containers/Bridge/Bridge.jsx b/src/containers/Bridge/Bridge.jsx index 33f194c..4b00d2c 100644 --- a/src/containers/Bridge/Bridge.jsx +++ b/src/containers/Bridge/Bridge.jsx @@ -126,7 +126,7 @@ const Bridge = ({ chainId, address, config, connect }) => { const applauseThreshold = useApplauseThreshold(); const evmNetwork = useEvmNetwork({ evmChainId: chainId }); const totalStakedAmount = useErasTotalStake({ - eraIndex: eraIndex?.index ?? 0, + epochIndex: eraIndex?.index ?? 0, }); const authorities = useAuthorities({ currentSession: watchTransaction?.sessionIndex ?? currentSession