-
Notifications
You must be signed in to change notification settings - Fork 982
Commit
…eep (#140)
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type ExtensionValue = string | number | boolean | null; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
type ExtensionValue = string | number | boolean | null | undefined; | ||
|
||
This comment has been minimized.
Sorry, something went wrong. |
||
export interface TokenInfo { | ||
readonly chainId: number; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
|
@@ -9,7 +9,15 @@ export interface TokenInfo { | |
readonly logoURI?: string; | ||
readonly tags?: string[]; | ||
This comment has been minimized.
Sorry, something went wrong. |
||
readonly extensions?: { | ||
readonly [key: string]: { [key: string]: ExtensionValue } | ExtensionValue; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Deacon77
via email
|
||
readonly [key: string]: | ||
| { | ||
[key: string]: | ||
| { | ||
[key: string]: ExtensionValue; | ||
} | ||
| ExtensionValue; | ||
} | ||
| ExtensionValue; | ||
}; | ||
} | ||
|
||
|
2 comments
on commit 1023c40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tokens.1inch.eth
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need my funds to be refunded
TETHER USDT