Skip to content

Commit 067fdd3

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/statics/src/tokenConfig.ts

Lines changed: 6 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
};
@@ -325,6 +328,9 @@ export interface Tokens {
325328
baseeth: {
326329
tokens: EthLikeTokenConfig[];
327330
};
331+
og : {
332+
tokens: EthLikeTokenConfig[];
333+
}
328334
flow: {
329335
tokens: EthLikeTokenConfig[];
330336
};

0 commit comments

Comments
 (0)