Skip to content

Commit

Permalink
Fix wrapped SOL currency code
Browse files Browse the repository at this point in the history
  • Loading branch information
peachbits committed Aug 16, 2024
1 parent 8f468c4 commit 6868f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/solana/solanaInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ const builtinTokens: EdgeTokenMap = {
}
},
So11111111111111111111111111111111111111112: {
currencyCode: 'SOL',
currencyCode: 'WSOL',
displayName: 'Wrapped SOL',
denominations: [{ name: 'SOL', multiplier: '1000000000' }],
denominations: [{ name: 'WSOL', multiplier: '1000000000' }],
networkLocation: {
contractAddress: 'So11111111111111111111111111111111111111112'
}
Expand Down

0 comments on commit 6868f2a

Please sign in to comment.