Skip to content

Commit 8b71dcc

Browse files
authored
Merge pull request #5246 from BitGo/audu_coin
feat(statics): Changes for onboarding audu coin, COIN-2507
2 parents eb85c85 + c875767 commit 8b71dcc

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
@@ -1993,6 +1993,22 @@ export const coins = CoinMap.fromCoins([
19931993
CoinKind.CRYPTO
19941994
),
19951995
tofc('b364799a-e6d1-4d84-afc9-588594e850f7', 'ofctton', 'Test Ton', 9, UnderlyingAsset.TON, CoinKind.CRYPTO),
1996+
erc20(
1997+
'149c6c26-1c25-44b5-90a8-1b6b606f6604',
1998+
'eth:audu',
1999+
'Ubiquity Stablecoin AUD',
2000+
18,
2001+
'0xb749e8920b25430bd070fe859ddc84b1c99aab87',
2002+
UnderlyingAsset['eth:audu']
2003+
),
2004+
erc20(
2005+
'e27793c3-996c-4736-a4c9-87527136aac5',
2006+
'eth:wlfi',
2007+
'World Liberty Financial',
2008+
18,
2009+
'0xda5e1988097297dcdc1f90d4dfe7909e847cbef6',
2010+
UnderlyingAsset['eth:wlfi']
2011+
),
19962012
erc20(
19972013
'919ba34e-c61e-4346-831f-87660586572a',
19982014
'1inch',

0 commit comments

Comments
 (0)