Skip to content

Commit 85ec179

Browse files
authored
Merge pull request #203 from KomodoPlatform/lint-fix-patches/add-gas-atom
[BOT] PR to add-gas-atom. Lints file structure, file contents, gets author data, Updates AtomicDEX API Methods Table
2 parents 367c5f3 + 0236f86 commit 85ec179

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

data-for-gpts/all-content.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -43481,7 +43481,7 @@ The request was failed due to an AtomicDEX API internal error.
4348143481

4348243482
#### InvalidRequest: Unknown fee type
4348343483

43484-
```
43484+
```json
4348543485
{
4348643486
"mmrpc": "2.0",
4348743487
"error": "Error parsing request: unknown variant `Tendermint`, expected one of `UtxoFixed`, `UtxoPerKbyte`, `EthGas`, `Qrc20Gas`, `CosmosGas`",
@@ -43495,7 +43495,7 @@ The request was failed due to an AtomicDEX API internal error.
4349543495

4349643496
#### InvalidRequest: wrong parameter type
4349743497

43498-
```
43498+
```json
4349943499
{
4350043500
"mmrpc": "2.0",
4350143501
"error": "Error parsing request: invalid type: string \"0.1\", expected f64",

data-for-gpts/atomicdex-content.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16787,7 +16787,7 @@ The request was failed due to an AtomicDEX API internal error.
1678716787

1678816788
#### InvalidRequest: Unknown fee type
1678916789

16790-
```
16790+
```json
1679116791
{
1679216792
"mmrpc": "2.0",
1679316793
"error": "Error parsing request: unknown variant `Tendermint`, expected one of `UtxoFixed`, `UtxoPerKbyte`, `EthGas`, `Qrc20Gas`, `CosmosGas`",
@@ -16801,7 +16801,7 @@ The request was failed due to an AtomicDEX API internal error.
1680116801

1680216802
#### InvalidRequest: wrong parameter type
1680316803

16804-
```
16804+
```json
1680516805
{
1680616806
"mmrpc": "2.0",
1680716807
"error": "Error parsing request: invalid type: string \"0.1\", expected f64",

data-for-gpts/komodefi-api/all-api-content.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16787,7 +16787,7 @@ The request was failed due to an AtomicDEX API internal error.
1678716787

1678816788
#### InvalidRequest: Unknown fee type
1678916789

16790-
```
16790+
```json
1679116791
{
1679216792
"mmrpc": "2.0",
1679316793
"error": "Error parsing request: unknown variant `Tendermint`, expected one of `UtxoFixed`, `UtxoPerKbyte`, `EthGas`, `Qrc20Gas`, `CosmosGas`",
@@ -16801,7 +16801,7 @@ The request was failed due to an AtomicDEX API internal error.
1680116801

1680216802
#### InvalidRequest: wrong parameter type
1680316803

16804-
```
16804+
```json
1680516805
{
1680616806
"mmrpc": "2.0",
1680716807
"error": "Error parsing request: invalid type: string \"0.1\", expected f64",

data-for-gpts/komodefi-api/v20-api-content.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5665,7 +5665,7 @@ The request was failed due to an AtomicDEX API internal error.
56655665

56665666
#### InvalidRequest: Unknown fee type
56675667

5668-
```
5668+
```json
56695669
{
56705670
"mmrpc": "2.0",
56715671
"error": "Error parsing request: unknown variant `Tendermint`, expected one of `UtxoFixed`, `UtxoPerKbyte`, `EthGas`, `Qrc20Gas`, `CosmosGas`",
@@ -5679,7 +5679,7 @@ The request was failed due to an AtomicDEX API internal error.
56795679

56805680
#### InvalidRequest: wrong parameter type
56815681

5682-
```
5682+
```json
56835683
{
56845684
"mmrpc": "2.0",
56855685
"error": "Error parsing request: invalid type: string \"0.1\", expected f64",

0 commit comments

Comments
 (0)