We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b06af commit 93c9990Copy full SHA for 93c9990
src/app/data/pontusx-account-names.ts
@@ -30,7 +30,7 @@ const getPontusXAccountsMetadata = async (): Promise<PontusXAccountsMetadata> =>
30
address: getOasisAddress(evmAddress),
31
name: name as string,
32
}
33
- map.set(evmAddress, account)
+ map.set(evmAddress.toLowerCase(), account)
34
list.push(account)
35
})
36
return {
0 commit comments