File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2459,6 +2459,15 @@ export const allCoinsAndTokens = [
24592459 UnderlyingAsset [ 'jovayeth:jft' ] ,
24602460 Networks . main . jovayeth
24612461 ) ,
2462+ erc20Token (
2463+ 'bd702760-f70b-4b4c-a28c-3b45758042fc' ,
2464+ 'jovayeth:usdce' ,
2465+ 'USDC.e' ,
2466+ 6 ,
2467+ '0x39c010df583c9de49088947190669883b41a02ab' ,
2468+ UnderlyingAsset [ 'jovayeth:usdce' ] ,
2469+ Networks . main . jovayeth
2470+ ) ,
24622471
24632472 // Jovayeth testnet tokens
24642473 erc20Token (
Original file line number Diff line number Diff line change @@ -3049,6 +3049,7 @@ export enum UnderlyingAsset {
30493049
30503050 // Jovayeth mainnet tokens
30513051 'jovayeth:jft' = 'jovayeth:jft' ,
3052+ 'jovayeth:usdce' = 'jovayeth:usdce' ,
30523053
30533054 // Jovayeth testnet tokens
30543055 'tjovayeth:tcmn' = 'tjovayeth:tcmn' ,
Original file line number Diff line number Diff line change @@ -5237,6 +5237,20 @@ export const tOfcErc20Coins = [
52375237 true ,
52385238 'jovayeth'
52395239 ) ,
5240+ ofcerc20 (
5241+ '56d130a9-b5ce-46b7-8ba3-648372dd3e9c' ,
5242+ 'ofcjovayeth:usdce' ,
5243+ 'USDC.e' ,
5244+ 6 ,
5245+ underlyingAssetForSymbol ( 'jovayeth:usdce' ) ,
5246+ undefined ,
5247+ undefined ,
5248+ '' ,
5249+ undefined ,
5250+ undefined ,
5251+ true ,
5252+ 'jovayeth'
5253+ ) ,
52405254
52415255 // Jovayeth Testnet tokens
52425256 tofcerc20 (
You can’t perform that action at this time.
0 commit comments