Skip to content

Commit

Permalink
Merge pull request #830 from ambrosus/AMB-4999
Browse files Browse the repository at this point in the history
feat: add testnet stAMB token
  • Loading branch information
ArturHoncharuk authored Nov 29, 2024
2 parents e839683 + 3d150c4 commit 8816d3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/constants/allToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,12 @@ export const ALL_TOKENS_DATA = {
name: 'Astra',
symbol: 'AST',
decimals: 18
},
{
address: '0x5C114A3E9b6DB57A9FE5950eC1946278a2d7A22b',
name: 'Staked AMB',
symbol: 'stAMB',
decimals: 18
}
]
};

0 comments on commit 8816d3b

Please sign in to comment.