We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b424d53 commit 067fdd3Copy full SHA for 067fdd3
modules/statics/src/tokenConfig.ts
@@ -215,6 +215,9 @@ export interface Tokens {
215
baseeth: {
216
tokens: EthLikeTokenConfig[];
217
};
218
+ og: {
219
+ tokens: EthLikeTokenConfig[];
220
+ };
221
flow: {
222
223
@@ -325,6 +328,9 @@ export interface Tokens {
325
328
326
329
327
330
331
+ og : {
332
333
+ }
334
335
336
0 commit comments