Skip to content

Commit

Permalink
chore(statics): onboard new tokens
Browse files Browse the repository at this point in the history
Ticket: EA-1314
  • Loading branch information
hitansh-bitgo committed Aug 21, 2023
1 parent 05c7da7 commit 5ff6af1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ export enum UnderlyingAsset {
ORAI = 'orai',
ORBS = 'orbs',
ORCA = 'orca',
OUSG = 'ousg',
OXT = 'oxt',
OXY = 'oxy',
OHM = 'ohm',
Expand Down Expand Up @@ -822,6 +823,7 @@ export enum UnderlyingAsset {
PUSD = 'pusd',
PXP = 'pxp',
PYR = 'pyr',
PYUSD = 'pyusd',
QASH = 'qash',
QCAD = 'qcad',
QUICK = 'quick',
Expand Down Expand Up @@ -866,6 +868,7 @@ export enum UnderlyingAsset {
RON = 'ron',
RONC = 'ronc',
ROOBEE = 'roobee',
RPL = 'rpl',
RSR = 'rsr',
RUBX = 'rubx',
RUEDATK = 'ruedatk',
Expand Down
24 changes: 24 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4362,6 +4362,14 @@ export const coins = CoinMap.fromCoins([
'0xff56cc6b1e6ded347aa0b7676c85ab0b3d08b0fa',
UnderlyingAsset.ORBS
),
erc20(
'3cdd832f-6776-4694-b8a0-90ba4fc50c89',
'ousg',
'Ondo Short-Term U.S. Government Bond Fund',
18,
'0x1b19c19393e2d034d8ff31ff34c81252fcbbee92',
UnderlyingAsset.OUSG
),
erc20(
'6d8d74dc-087c-499f-b7a8-c04645bef6f8',
'oxt',
Expand Down Expand Up @@ -4706,6 +4714,14 @@ export const coins = CoinMap.fromCoins([
'0x9534ad65fb398e27ac8f4251dae1780b989d136e',
UnderlyingAsset.PYR
),
erc20(
'8974a6e4-a143-4b8d-98e5-be0e63707092',
'pyusd',
'PayPal USD',
6,
'0x6c3ea9036406852006290770bedfcaba0e23a0e8',
UnderlyingAsset.PYUSD
),
erc20(
'62a385af-296f-44e7-b4f0-7a25a1e990dc',
'qash',
Expand Down Expand Up @@ -5034,6 +5050,14 @@ export const coins = CoinMap.fromCoins([
'0xa31b1767e09f842ecfd4bc471fe44f830e3891aa',
UnderlyingAsset.ROOBEE
),
erc20(
'a72f89b9-7c43-4547-8d4e-9f6d10867347',
'rpl',
'Rocket Pool',
18,
'0xd33526068d116ce69f19a9ee46f0bd304f21a51f',
UnderlyingAsset.RPL
),
erc20(
'bbe17b1a-04e4-4ed8-a941-db52c61f502a',
'rsr',
Expand Down

0 comments on commit 5ff6af1

Please sign in to comment.