Skip to content

Commit

Permalink
feat: add nansen to signers key map
Browse files Browse the repository at this point in the history
  • Loading branch information
He1DAr committed Dec 12, 2024
1 parent 0928844 commit 88d1906
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/signers/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ export const SIGNER_KEY_MAP: Record<string, { poolOperator: string; name: string
poolOperator: 'SP264M69DKHWD4NZS12R7WTMF073X19V3F6DVDYVP',
name: 'Asymmetric Research',
},
'0x03815f036a90512671911fd66cca53dd88d421beaa3253083635f267dc614ee888': {
poolOperator: 'SMNDR0TBKJRFGGD87M5AAKYFG4BM7W87YVM5QZJP',
name: 'Nansen',
}
};
export const mobileBorderCss = {
'.has-horizontal-scroll &:before': {
Expand Down

0 comments on commit 88d1906

Please sign in to comment.