Skip to content

Commit

Permalink
Merge pull request #391 from aura-nw/euphoria
Browse files Browse the repository at this point in the history
fix chain id
  • Loading branch information
harisato authored Jun 3, 2024
2 parents cfe6bc9 + f8db095 commit 3fd94cd
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 3fd94cd

Please sign in to comment.