Skip to content

Commit

Permalink
Merge pull request #4955 from BitGo/COIN-1818-client-requests-ungate-…
Browse files Browse the repository at this point in the history
…eigen-and-onboard-avs-tokens

feat(statics): add ARPA eth token
  • Loading branch information
MohammedRyaan786 authored Sep 27, 2024
2 parents ff4e99e + 4d2cdf3 commit 93e467c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ export enum UnderlyingAsset {
ARCX = 'arcx',
ARKM = 'arkm',
ARMOR = 'armor',
ARPA = 'arpa',
ARTEQ = 'arteq',
ASD = 'asd',
AST = 'ast',
Expand Down
8 changes: 8 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8835,6 +8835,14 @@ export const coins = CoinMap.fromCoins([
'0x1337def16f9b486faed0293eb623dc8395dfe46a',
UnderlyingAsset.ARMOR
),
erc20(
'cf354bed-ed58-48e5-a032-783405e1aaaf',
'arpa',
'ARPA Token',
18,
'0xba50933c268f567bdc86e1ac131be072c6b0b71a',
UnderlyingAsset.ARPA
),
erc20(
'2f121a90-9e17-49f3-ad4c-c23141ef0d5b',
'ata',
Expand Down

0 comments on commit 93e467c

Please sign in to comment.