Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions modules/statics/src/allCoinsAndTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3001,6 +3001,17 @@ export const allCoinsAndTokens = [
Networks.main.xdc
),

// XDC testnet tokens
erc20Token(
'5fc561e7-5fb5-4702-9860-9f48d90f1d45',
'txdc:tmt',
'XDC Network TMT',
6,
'0xb283ec8dad644effc5c4c50bb7bb21442ac3c2db',
UnderlyingAsset['txdc:tmt'],
Networks.test.xdc
),

// MON mainnet tokens
erc20Token(
'5f15df50-7409-45b8-a7a8-00294a113fcb',
Expand Down
3 changes: 3 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2968,6 +2968,9 @@ export enum UnderlyingAsset {
'xdc:srx' = 'xdc:srx',
'xdc:weth' = 'xdc:weth',

// XDC testnet tokens
'txdc:tmt' = 'txdc:tmt',

// hypeeevm testnet tokens
'thypeevm:usdc' = 'thypeevm:usdc',

Expand Down