Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
fix evm token transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
kaichaosun authored and 0x0ece committed Jun 28, 2023
1 parent de6ffaa commit fcfb614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions factory/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ func (f *Factory) cfgEnrichAssetConfig(partialCfg *TokenAssetConfig) (*TokenAsse
if cfg.Chain != "" {
// token
cfg.Type = AssetTypeToken
cfg.AssetConfig.Type = AssetTypeToken
nativeAsset := cfg.Chain
cfg.NativeAsset = NativeAsset(nativeAsset)

Expand Down

0 comments on commit fcfb614

Please sign in to comment.