Skip to content

Commit da34b81

Browse files
authored
Merge pull request #8094 from BitGo/win-7934-jovayeth-usdce-v2
feat(statics): onboarding new Token USDC.e (JOVAYETH:USDCE)
2 parents c3a2d01 + bcac01f commit da34b81

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
@@ -2460,6 +2460,15 @@ export const allCoinsAndTokens = [
24602460
UnderlyingAsset['jovayeth:jft'],
24612461
Networks.main.jovayeth
24622462
),
2463+
erc20Token(
2464+
'bd702760-f70b-4b4c-a28c-3b45758042fc',
2465+
'jovayeth:usdce',
2466+
'USDC.e',
2467+
6,
2468+
'0x39c010df583c9de49088947190669883b41a02ab',
2469+
UnderlyingAsset['jovayeth:usdce'],
2470+
Networks.main.jovayeth
2471+
),
24632472

24642473
// Jovayeth testnet tokens
24652474
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)