File tree Expand file tree Collapse file tree
modules/statics/src/coins Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,4 +145,16 @@ export const botOfcTokens = [
145145 undefined ,
146146 undefined
147147 ) ,
148+ AccountCtors . ofcerc20 (
149+ '4f06be6b-081c-45cd-8d13-77f88e735ebc' ,
150+ 'ofceth:usdds' ,
151+ 'Usdd Stablecoin' ,
152+ 18 ,
153+ 'eth:usdds' as unknown as UnderlyingAsset ,
154+ undefined ,
155+ undefined ,
156+ undefined ,
157+ undefined ,
158+ undefined
159+ ) ,
148160] ;
Original file line number Diff line number Diff line change @@ -128,6 +128,22 @@ export const botTokens = [
128128 undefined ,
129129 Networks . test . hoodi
130130 ) ,
131+ AccountCtors . terc20 (
132+ '6ed32c82-b855-4e23-a156-2e12569b854d' ,
133+ 'hteth:cssv' ,
134+ 'cSSV' ,
135+ 18 ,
136+ '0x6e1a5d27361c666f681af06535c8ac773e571d4d' ,
137+ 'hteth:cssv' as unknown as UnderlyingAsset ,
138+ getTokenFeatures ( 'eth' , [
139+ 'custody-bitgo-new-york' as CoinFeature ,
140+ 'custody-bitgo-germany' as CoinFeature ,
141+ 'custody-bitgo-korea' as CoinFeature ,
142+ ] ) ,
143+ undefined ,
144+ undefined ,
145+ Networks . test . hoodi
146+ ) ,
131147 AccountCtors . erc20 (
132148 '4161ed06-c331-4e21-8791-eaca5151e869' ,
133149 'eth:abtx' ,
@@ -1439,4 +1455,20 @@ export const botTokens = [
14391455 undefined ,
14401456 undefined
14411457 ) ,
1458+ AccountCtors . erc20 (
1459+ '29db2da1-2c00-4b31-9974-73b981ec3b3e' ,
1460+ 'eth:usdds' ,
1461+ 'Usdd Stablecoin' ,
1462+ 18 ,
1463+ '0x4f8e5de400de08b164e7421b3ee387f461becd1a' ,
1464+ 'eth:usdds' as unknown as UnderlyingAsset ,
1465+ getTokenFeatures ( 'eth' , [
1466+ 'custody-bitgo-new-york' as CoinFeature ,
1467+ 'custody-bitgo-germany' as CoinFeature ,
1468+ 'custody-bitgo-korea' as CoinFeature ,
1469+ ] ) ,
1470+ undefined ,
1471+ undefined ,
1472+ undefined
1473+ ) ,
14421474] ;
You can’t perform that action at this time.
0 commit comments