diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index 425a477cb8..d706d48246 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -2551,7 +2551,7 @@ export enum UnderlyingAsset { 'eth:abton' = 'eth:abton', 'eth:nvoon' = 'eth:nvoon', 'eth:efaon' = 'eth:efaon', - 'eth:ehybond-1' = 'eth:ehybond-1', + 'eth:ehybond1' = 'eth:ehybond1', 'eth:nkeon' = 'eth:nkeon', 'eth:intcon' = 'eth:intcon', 'eth:iefaon' = 'eth:iefaon', diff --git a/modules/statics/src/coins/erc20Coins.ts b/modules/statics/src/coins/erc20Coins.ts index 6cd14eb76d..03c5b2993f 100644 --- a/modules/statics/src/coins/erc20Coins.ts +++ b/modules/statics/src/coins/erc20Coins.ts @@ -13858,11 +13858,11 @@ export const erc20Coins = [ ), erc20( 'e8ba2011-e687-42c7-b473-df67a9dc4d14', - 'eth:ehybond-1', + 'eth:ehybond1', 'EVK Vault eHYBOND-1', 18, '0xa10bdc927d70325326d71fa7971f7b0e4afff702', - UnderlyingAsset['eth:ehybond-1'] + UnderlyingAsset['eth:ehybond1'] ), erc20( '2e26002f-b72f-4d05-93d8-5c94ccb82acd', diff --git a/modules/statics/src/coins/ofcErc20Coins.ts b/modules/statics/src/coins/ofcErc20Coins.ts index 4406b77fc3..c9b3e73e02 100644 --- a/modules/statics/src/coins/ofcErc20Coins.ts +++ b/modules/statics/src/coins/ofcErc20Coins.ts @@ -4481,10 +4481,10 @@ export const ofcErc20Coins = [ ), ofcerc20( '02121989-6c07-4b15-a419-f01c42eaa885', - 'ofceth:ehybond-1', + 'ofceth:ehybond1', 'EVK Vault eHYBOND-1', 18, - underlyingAssetForSymbol('eth:ehybond-1') + underlyingAssetForSymbol('eth:ehybond1') ), ];