@bloks/utils
Advanced tools
Comparing version 3.5.70 to 3.5.72
{ | ||
"name": "@bloks/utils", | ||
"version": "3.5.70", | ||
"version": "3.5.72", | ||
"description": "", | ||
@@ -13,3 +13,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@bloks/constants": "^3.5.70", | ||
"@bloks/constants": "^3.5.72", | ||
"@jafri/eosjs2": "^20.0.1-e34c16e.149", | ||
@@ -22,3 +22,3 @@ "bignumber.js": "^9.0.0", | ||
}, | ||
"gitHead": "52f227271f58cd7e424f2093cdc16cad42bbc3ed" | ||
"gitHead": "80639f3cb9c47a0d06a5ac2c0384ca8fa53b122e" | ||
} |
@@ -90,3 +90,3 @@ import { constants } from '@bloks/constants' | ||
for (const inline_trace of action_trace['inline_traces']) { | ||
if (inline_trace['act']['account'] === 'eosio.rex' || inline_trace['act']['name'] === 'sellresult') { | ||
if (inline_trace['act']['account'] === constants.EOSIO_REX || inline_trace['act']['name'] === 'sellresult') { | ||
actions.push({ action_trace: inline_trace }) | ||
@@ -93,0 +93,0 @@ } |
32290
Updated@bloks/constants@^3.5.72