Skip to content

Commit

Permalink
Update wrong issues links
Browse files Browse the repository at this point in the history
  • Loading branch information
gndelia committed Aug 27, 2024
1 parent bee0aba commit e192e9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion webapp/app/[locale]/tunnel/_components/claim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export const EvmClaim = function ({ state }: EvmClaimProps) {

const [isClaiming, setIsClaiming] = useState(false)

// https://github.com/BVM-priv/ui-monorepo/issues/158
// https://github.com/hemilabs/ui-monorepo/issues/158
const l1ChainId = evmRemoteNetworks[0].id

const txHash = useTunnelOperation().txHash as Hash
Expand Down
2 changes: 1 addition & 1 deletion webapp/app/[locale]/tunnel/_components/view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ type EvmViewWithdrawal = {
const EvmViewWithdrawal = function ({ state }: EvmViewWithdrawal) {
const { partialWithdrawal, resetStateAfterOperation } = state

// https://github.com/BVM-priv/ui-monorepo/issues/158
// https://github.com/hemilabs/ui-monorepo/issues/158
const l1ChainId = evmRemoteNetworks[0].id

const chains = useChains()
Expand Down
2 changes: 1 addition & 1 deletion webapp/app/[locale]/tunnel/_hooks/useTunnelState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const getDefaultNetworksOrder = function (
if (!['claim', 'deposit'].includes(operation)) {
// for non-deposits, the withdrawals work ok
// Needs to be updated once btc withdrawals are enabled
// https://github.com/BVM-priv/ui-monorepo/issues/343
// https://github.com/hemilabs/ui-monorepo/issues/343
return evmFromL2ToL1
}
if (operation === 'claim') {
Expand Down
2 changes: 1 addition & 1 deletion webapp/app/[locale]/tunnel/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const Operation = function ({
subheading={t('tunnel-page.connect-wallet-to-review')}
/>
)}
{/* Add better loading indicator https://github.com/BVM-priv/ui-monorepo/issues/157 */}
{/* Add better loading indicator https://github.com/hemilabs/ui-monorepo/issues/157 */}
{!stateLoaded && <span>...</span>}
</>
)
Expand Down

0 comments on commit e192e9d

Please sign in to comment.