@kaspacom/swap-sdk 1.0.11 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -133,7 +133,6 @@ Returns: `SwapSdkController`
133
133
  - **getTokensFromGraph(limit?: number, search?: string): Promise<any[]>**
134
134
  - Queries the subgraph for tokens. Use for token lists/search.
135
135
 
136
-
137
136
  ## Types
138
137
 
139
138
  All types are exported from `swap-widget`.
@@ -207,10 +206,13 @@ All types are exported from `swap-widget`.
207
206
  - `routerAddress: string`
208
207
  - `factoryAddress: string`
209
208
  - `proxyAddress?: string`
210
- - `wethAddress: string`
211
209
  - `graphEndpoint: string`
212
210
  - `blockExplorerUrl?: string`
213
211
  - `additionalJsonRpcApiProviderOptionsOptions?: any`
212
+ - `nativeToken: Erc20Token`
213
+ The native token of the network (KAS).
214
+ - `wrappedToken: Erc20Token`
215
+ The wrapped native token (WKAS).
214
216
 
215
217
  - **NETWORKS**
216
218
  - Preset map of network keys to `SwapSdkNetworkConfig` objects. Includes `'kasplex-testnet'`.