You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`id`| Unique identifier, typically `SYMBOL-network` (e.g., `USDC-mainnet`) |
55
+
|`name`| Human-readable token name |
56
+
|`symbol`| Token symbol |
57
+
|`decimals`| Number of decimal places |
58
+
|`address`| Token contract address |
59
+
|`network`| Network name (see supported networks below) |
60
+
|`type`| Currency type (see supported types below) |
61
+
|`hash`| For ERC20 tokens, same as `address`. For native tokens, see [hash calculation](https://github.com/RequestNetwork/requestNetwork/blob/master/packages/currency/src/getHash.ts)|
62
+
|`chainId`| Chain ID of the network |
63
+
64
+
#### Supported Networks
65
+
66
+
The full list of supported networks can be found in the SDK source code:
0 commit comments