Skip to content

Commit

Permalink
Remove MYKOBO_EURC from list of hidden spacewalk assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Sep 16, 2024
1 parent eb11d06 commit 8fa813d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/spacewalk/bridge/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Asset } from 'stellar-base';

const MYKOBO_EURC = new Asset('EURC', 'GAQRF3UGHBT6JYQZ7YSUYCIYWAF4T2SAA5237Q5LIQYJOHHFAWDXZ7NM');
const HIDDEN_SPACEWALK_ASSETS = [MYKOBO_EURC];
const HIDDEN_SPACEWALK_ASSETS: Asset[] = [];

export function prioritizeXLMAsset(assets?: Asset[]): Asset[] {
if (!assets) {
Expand Down

0 comments on commit 8fa813d

Please sign in to comment.