Skip to content

Commit

Permalink
Merge pull request #12 from ringecosystem/fix_import_error
Browse files Browse the repository at this point in the history
Fix import error
  • Loading branch information
snoopy1412 authored Dec 16, 2024
2 parents 55cfe1b + a299af7 commit b79cc72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app/(dashboard)/_components/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ export default function Dashboard({ registryAssets }: DashboardProps) {
amount === '' ||
amount === '0' ||
recipientAddress === '' ||
isInsufficientBalance
isInsufficientBalance ||
isInvalid
}
>
Confirm Transaction
Expand Down
2 changes: 1 addition & 1 deletion src/utils/fetch-register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function fetchRegistry() {
return response.fetchJson({
owner: 'ringecosystem',
repo: 'paralink',
branch: 'feature',
branch: 'main',
path: 'xcm-chain-registry-builder/dist/transformed-chain-registry.json'
})
}

0 comments on commit b79cc72

Please sign in to comment.