File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
FearlessUtils/Classes/Network Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,14 @@ public enum RPCMethod {
21
21
public static let runtimeVersionSubscribe = " state_subscribeRuntimeVersion "
22
22
public static let existentialDeposit = " tokens_queryExistentialDeposit "
23
23
public static let stateCall = " state_call "
24
+
25
+ // Polkaswap
26
+ public static let checkIsSwapPossible = " liquidityProxy_isPathAvailable "
27
+ public static let availableMarketAlgorithms = " liquidityProxy_listEnabledSourcesForPath "
28
+ public static let recalculateSwapValues = " liquidityProxy_quote "
29
+ public static let swapExtrinsic = " liquidityProxy_swap "
30
+ public static let listSupportedSources = " dexApi_listSupportedSources "
31
+
32
+ public static let accountPools = " PoolXYK_AccountPools "
33
+ public static let isPairEnabled = " tradingPair_isPairEnabled "
24
34
}
You can’t perform that action at this time.
0 commit comments