We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d8602 commit c8facd5Copy full SHA for c8facd5
_script/evm_okx/evm_okx.mjs
@@ -85,7 +85,7 @@ async function main() {
85
86
const jsonResponse = await response.json();
87
88
- const erc20Assets = jsonResponse.data;
+ const erc20Assets = jsonResponse.data || [];
89
90
const currentAssetContractAddresses = currentAssets.map((asset) => {
91
return asset.contract.toLowerCase();
0 commit comments