We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents befb9d5 + 2a49ca4 commit bbfed35Copy full SHA for bbfed35
app/lib/common/gatewayUtils.js
@@ -52,7 +52,7 @@ export function getAssetAndGateway(symbol) {
52
53
export function updateGatewayBackers(chain = "4018d784") {
54
// Only fetch this when on desired chain, default to main chain
55
- if (!Apis.instance.chain_id) return;
+ if (!Apis.instance().chain_id) return;
56
if (Apis.instance().chain_id.substr(0, 8) === chain) {
57
// BlockTrades
58
GatewayActions.fetchPairs.defer();
0 commit comments