File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -2875,6 +2875,7 @@ export enum UnderlyingAsset {
28752875 'sol:2z' = 'sol:2z' ,
28762876 'sol:cloud' = 'sol:cloud' ,
28772877 'sol:eliza' = 'sol:eliza' ,
2878+ 'sol:eurc' = 'sol:eurc' ,
28782879 // TRX tokens
28792880 'trx:htx' = 'trx:htx' ,
28802881 'trx:jst' = 'trx:jst' ,
Original file line number Diff line number Diff line change @@ -1064,6 +1064,14 @@ export const ofcCoins = [
10641064 UnderlyingAsset [ 'sol:eliza' ] ,
10651065 SOL_TOKEN_FEATURES
10661066 ) ,
1067+ ofcsolToken (
1068+ '663123e0-8326-4d10-a362-8549f9d42321' ,
1069+ 'ofcsol:eurc' ,
1070+ 'EURC' ,
1071+ 6 ,
1072+ UnderlyingAsset [ 'sol:eurc' ] ,
1073+ SOL_TOKEN_FEATURES
1074+ ) ,
10671075 tofcsolToken (
10681076 '24d678cf-e0f0-4cde-a338-d754289c5b27' ,
10691077 'ofctsol:slnd' ,
Original file line number Diff line number Diff line change @@ -2979,6 +2979,16 @@ export const solTokens = [
29792979 UnderlyingAsset [ 'sol:eliza' ] ,
29802980 SOL_TOKEN_FEATURES
29812981 ) ,
2982+ solToken (
2983+ 'ac76b6aa-d5a7-4ad2-8b4b-bd4e1771c0ba' ,
2984+ 'sol:eurc' ,
2985+ 'EURC' ,
2986+ 6 ,
2987+ 'HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr' ,
2988+ 'HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr' ,
2989+ UnderlyingAsset [ 'sol:eurc' ] ,
2990+ SOL_TOKEN_FEATURES
2991+ ) ,
29822992 tsolToken (
29832993 'b98c5a7a-49c5-45f1-a6ee-b08dff596a7d' ,
29842994 'tsol:srm' ,
You can’t perform that action at this time.
0 commit comments