Skip to content

Commit 22b5880

Browse files
committed
chore: add og to token config
Ticket: WIN-7361
1 parent b424d53 commit 22b5880

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/statics/src/tokenConfig.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ export interface Tokens {
215215
baseeth: {
216216
tokens: EthLikeTokenConfig[];
217217
};
218+
og: {
219+
tokens: EthLikeTokenConfig[];
220+
};
218221
flow: {
219222
tokens: EthLikeTokenConfig[];
220223
};

0 commit comments

Comments
 (0)