Skip to content

Commit bc253ce

Browse files
committed
feat(statics): add Chiliz PEPPER token (Chiliz:PEPPER)
- Add UnderlyingAsset 'chiliz:pepper' in base.ts - Add erc20Token in allCoinsAndTokens.ts (Networks.main.chiliz) - Add ofcerc20 in ofcErc20Coins.ts (ofcchiliz:pepper, addressCoin chiliz) Contract: 0x60f397acbcfb8f4e3234c659a3e10867e6fa6b67 Decimals: 18 CECHO-331
1 parent 49c2fef commit bc253ce

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3057,6 +3057,15 @@ export const allCoinsAndTokens = [
30573057
CoinFeature.SUPPORTS_ERC20,
30583058
]
30593059
),
3060+
erc20Token(
3061+
'40200db7-0a00-4e24-b17b-be22571057d7',
3062+
'chiliz:pepper',
3063+
'Pepper',
3064+
18,
3065+
'0x60f397acbcfb8f4e3234c659a3e10867e6fa6b67',
3066+
UnderlyingAsset['chiliz:pepper'],
3067+
Networks.main.chiliz
3068+
),
30603069
account(
30613070
'e10b89f6-3d14-4d85-a05a-da53d6e60489',
30623071
'codexeth',

modules/statics/src/base.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3180,6 +3180,9 @@ export enum UnderlyingAsset {
31803180
'tcoredao:stcore' = 'tcoredao:stcore',
31813181
'tcoredao:tlstbtc' = 'tcoredao:tlstbtc',
31823182

3183+
// Chiliz mainnet tokens
3184+
'chiliz:pepper' = 'chiliz:pepper',
3185+
31833186
//world chain mainnet tokens
31843187
'world:wld' = 'world:wld',
31853188
'world:usdc' = 'world:usdc',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3746,6 +3746,22 @@ export const ofcErc20Coins = [
37463746
true,
37473747
'baseeth'
37483748
),
3749+
3750+
// Chiliz Network tokens
3751+
ofcerc20(
3752+
'f176d515-34e4-4aa2-a005-3f7bb4270171',
3753+
'ofcchiliz:pepper',
3754+
'Pepper',
3755+
18,
3756+
underlyingAssetForSymbol('chiliz:pepper'),
3757+
undefined,
3758+
undefined,
3759+
'',
3760+
undefined,
3761+
undefined,
3762+
true,
3763+
'chiliz'
3764+
),
37493765
];
37503766

37513767
export const tOfcErc20Coins = [

0 commit comments

Comments
 (0)