Skip to content

Commit bcac01f

Browse files
committed
feat(statics): onboarding USDC.e (JOVAYETH:USDCE)
Ticket: WIN-7934
1 parent 147ee61 commit bcac01f

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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(

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)