Skip to content

Commit c875767

Browse files
committed
feat(statics): changes for onboarding audu & wifi coin COIN-2507
COIN-2507
1 parent 69c699d commit c875767

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

modules/statics/src/base.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,6 +1783,8 @@ export enum UnderlyingAsset {
17831783
'eth:rtbl' = 'eth:rtbl',
17841784
'eth:virtual' = 'eth:virtual',
17851785
'eth:vice' = 'eth:vice',
1786+
'eth:audu' = 'eth:audu',
1787+
'eth:wlfi' = 'eth:wlfi',
17861788
'eth:kava' = 'eth:kava',
17871789
'eth:iq' = 'eth:iq',
17881790
'eth:iris' = 'eth:iris',

modules/statics/src/coins.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,6 +1985,22 @@ export const coins = CoinMap.fromCoins([
19851985
CoinKind.CRYPTO
19861986
),
19871987
tofc('b364799a-e6d1-4d84-afc9-588594e850f7', 'ofctton', 'Test Ton', 9, UnderlyingAsset.TON, CoinKind.CRYPTO),
1988+
erc20(
1989+
'149c6c26-1c25-44b5-90a8-1b6b606f6604',
1990+
'eth:audu',
1991+
'Ubiquity Stablecoin AUD',
1992+
18,
1993+
'0xb749e8920b25430bd070fe859ddc84b1c99aab87',
1994+
UnderlyingAsset['eth:audu']
1995+
),
1996+
erc20(
1997+
'e27793c3-996c-4736-a4c9-87527136aac5',
1998+
'eth:wlfi',
1999+
'World Liberty Financial',
2000+
18,
2001+
'0xda5e1988097297dcdc1f90d4dfe7909e847cbef6',
2002+
UnderlyingAsset['eth:wlfi']
2003+
),
19882004
erc20(
19892005
'919ba34e-c61e-4346-831f-87660586572a',
19902006
'1inch',

0 commit comments

Comments
 (0)