Skip to content

Commit

Permalink
fix chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangndm3139 committed Jun 3, 2024
1 parent b4bec64 commit f8db095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/cache/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const loadChains = async () => {
environment: 'serenity',
}
}
if (chain.chainId.includes('auradev')) {
if (chain.chainId.includes('aura')) {
return {
...chain,
environment: 'auratestnet',
Expand Down

0 comments on commit f8db095

Please sign in to comment.