Skip to content

Commit

Permalink
Merge pull request #178 from hummingbot/update-postman
Browse files Browse the repository at this point in the history
fix / update test-helper/postman using chain
  • Loading branch information
rapcmia authored Aug 1, 2023
2 parents 195573b + a0a34f9 commit 248cf3c
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions postman/collections/Gateway API.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"id": "c2a569af-9bf2-4afd-86c6-57b52b4205a8"
},
{
"name": "network",
"name": "chain",
"item": [
{
"name": "status",
Expand All @@ -103,11 +103,11 @@
"urlencoded": []
},
"url": {
"raw": "https://{{host}}:{{port}}/network/status",
"raw": "https://{{host}}:{{port}}/chain/status",
"protocol": "https",
"host": ["{{host}}"],
"port": "{{port}}",
"path": ["network", "status"]
"path": ["chain", "status"]
}
},
"response": []
Expand All @@ -126,11 +126,11 @@
"urlencoded": []
},
"url": {
"raw": "https://{{host}}:{{port}}/network/config",
"raw": "https://{{host}}:{{port}}/chain/config",
"protocol": "https",
"host": ["{{host}}"],
"port": "{{port}}",
"path": ["network", "config"]
"path": ["chain", "config"]
}
},
"response": []
Expand All @@ -154,11 +154,11 @@
}
},
"url": {
"raw": "https://{{host}}:{{port}}/network/balances",
"raw": "https://{{host}}:{{port}}/chain/balances",
"protocol": "https",
"host": ["{{host}}"],
"port": "{{port}}",
"path": ["network", "balances"]
"path": ["chain", "balances"]
}
},
"response": []
Expand All @@ -182,11 +182,11 @@
}
},
"url": {
"raw": "https://{{host}}:{{port}}/network/poll",
"raw": "https://{{host}}:{{port}}/chain/poll",
"protocol": "https",
"host": ["{{host}}"],
"port": "{{port}}",
"path": ["network", "poll"]
"path": ["chain", "poll"]
}
},
"response": []
Expand All @@ -205,19 +205,19 @@
"raw": ""
},
"url": {
"raw": "https://{{host}}:{{port}}/network/tokens?chain={{chain}}&network={{network}}&tokenSymbols[]=UNI&tokenSymbols[]=WETH&tokenSymbols[]=LINK",
"raw": "https://{{host}}:{{port}}/chain/tokens?chain={{chain}}&network={{network}}&tokenSymbols[]=UNI&tokenSymbols[]=WETH&tokenSymbols[]=LINK",
"protocol": "https",
"host": ["{{host}}"],
"port": "{{port}}",
"path": ["network", "tokens"],
"path": ["chain", "tokens"],
"query": [
{
"key": "chain",
"value": "{{chain}}"
},
{
"key": "network",
"value": "{{network}}"
"key": "chain",
"value": "{{chain}}"
},
{
"key": "tokenSymbols[]",
Expand Down Expand Up @@ -357,11 +357,11 @@
}
},
"url": {
"raw": "https://{{host}}:{{port}}/evm/nonce",
"raw": "https://{{host}}:{{port}}/chain/nonce",
"protocol": "https",
"host": ["{{host}}"],
"port": "{{port}}",
"path": ["evm", "nonce"]
"path": ["chain", "nonce"]
}
},
"response": []
Expand All @@ -385,11 +385,11 @@
}
},
"url": {
"raw": "https://{{host}}:{{port}}/evm/nextNonce",
"raw": "https://{{host}}:{{port}}/chain/nextNonce",
"protocol": "https",
"host": ["{{host}}"],
"port": "{{port}}",
"path": ["evm", "nextNonce"]
"path": ["chain", "nextNonce"]
}
},
"response": []
Expand Down Expand Up @@ -444,11 +444,11 @@
}
},
"url": {
"raw": "https://{{host}}:{{port}}/evm/allowances",
"raw": "https://{{host}}:{{port}}/chain/allowances",
"protocol": "https",
"host": ["{{host}}"],
"port": "{{port}}",
"path": ["evm", "allowances"]
"path": ["chain", "allowances"]
}
},
"response": []
Expand All @@ -472,11 +472,11 @@
}
},
"url": {
"raw": "https://{{host}}:{{port}}/evm/approve",
"raw": "https://{{host}}:{{port}}/chain/approve",
"protocol": "https",
"host": ["{{host}}"],
"port": "{{port}}",
"path": ["evm", "approve"]
"path": ["chain", "approve"]
}
},
"response": []
Expand All @@ -500,11 +500,11 @@
}
},
"url": {
"raw": "https://{{host}}:{{port}}/evm/cancel",
"raw": "https://{{host}}:{{port}}/chain/cancel",
"protocol": "https",
"host": ["{{host}}"],
"port": "{{port}}",
"path": ["evm", "cancel"]
"path": ["chain", "cancel"]
}
},
"response": []
Expand Down

0 comments on commit 248cf3c

Please sign in to comment.