Skip to content

Commit

Permalink
Merge pull request #245 from sotatek-dev/feat/add-token
Browse files Browse the repository at this point in the history
fix: seed token
  • Loading branch information
Sotatek-TanHoang authored Jan 8, 2025
2 parents 8af879a + 8985974 commit 8411b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/seeds/common_config.seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class CommonConfigSeeder implements Seeder {
toSymbol: 'WETH',
fromChain: ENetworkName.ETH,
toChain: ENetworkName.MINA,
status:ETokenPairStatus.ENABLE
status: ETokenPairStatus.ENABLE,
}),
);
}
Expand Down

0 comments on commit 8411b58

Please sign in to comment.