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
10 changes: 10 additions & 0 deletions modules/statics/src/allCoinsAndTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4525,6 +4525,16 @@ export const allCoinsAndTokens = [
Networks.main.basechain,
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.EIP1559]
),
erc20Token(
'4436f145-938e-4ccd-bb04-810b0f3358fa',
'baseeth:gusdcq',
'Galaxy USDC Quality',
18,
'0x1e9e47583f15d45a10df48c0b1846e0492c795d7',
UnderlyingAsset['baseeth:gusdcq'],
Networks.main.basechain,
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.EIP1559]
),

// XDC mainnet tokens
xdcErc20(
Expand Down
1 change: 1 addition & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3197,6 +3197,7 @@ export enum UnderlyingAsset {
'baseeth:chlt' = 'baseeth:chlt',
'baseeth:colt' = 'baseeth:colt',
'baseeth:bolt' = 'baseeth:bolt',
'baseeth:gusdcq' = 'baseeth:gusdcq',

// BaseETH testnet tokens
'tbaseeth:usdc' = 'tbaseeth:usdc',
Expand Down
14 changes: 14 additions & 0 deletions modules/statics/src/coins/ofcErc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3989,6 +3989,20 @@ export const ofcErc20Coins = [
true,
'baseeth'
),
ofcerc20(
'118731cd-93c6-49a5-b45b-7c330a49aa51',
'ofcbaseeth:gusdcq',
'Galaxy USDC Quality',
18,
UnderlyingAsset['baseeth:gusdcq'],
undefined,
undefined,
'',
undefined,
undefined,
true,
'baseeth'
),

// Ink Network tokens
ofcerc20(
Expand Down
Loading