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
2 changes: 1 addition & 1 deletion modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2916,7 +2916,7 @@ export enum UnderlyingAsset {

'eth:0x0' = 'eth:0x0',
'eth:vvs' = 'eth:vvs',
'eth:bmc' = 'eth:bmc',
'eth:bmx' = 'eth:bmx',
'eth:pro' = 'eth:pro',
'eth:prime' = 'eth:prime',
'eth:pokt' = 'eth:pokt',
Expand Down
6 changes: 3 additions & 3 deletions modules/statics/src/coins/erc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11024,12 +11024,12 @@ export const erc20Coins = [
UnderlyingAsset['eth:vvs']
),
erc20(
'395f00e4-aaf8-4a4b-8fa1-54dfd7543951',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't need to change the id here

'ETH:BMC',
'a59b4f14-248b-4556-9975-93a2fe14ab58',
'ETH:BMX',
'BitMart Token',
18,
'0x986ee2b944c42d017f52af21c4c69b84dbea35d8',
UnderlyingAsset['eth:bmc']
UnderlyingAsset['eth:bmx']
),
erc20(
'28beb513-7190-4dd3-b73f-32289d07de23',
Expand Down
6 changes: 3 additions & 3 deletions modules/statics/src/coins/ofcErc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3583,11 +3583,11 @@ export const tOfcErc20Coins = [
),

ofcerc20(
'8361c3bb-fc4e-4a67-8f3e-a2670312593c',
'ofceth:bmc',
'509f5815-1db1-4a59-8cc2-da4d5a1eabee',
'ofceth:bmx',
'Wrapped BitMart Token',
18,
underlyingAssetForSymbol('eth:bmc')
underlyingAssetForSymbol('eth:bmx')
),

ofcerc20(
Expand Down