Skip to content

Commit

Permalink
ALL-2835 - Extension Ecosystem enabler - cleanup 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Smrecz committed Sep 22, 2023
1 parent b938051 commit 50563bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tatumio/tatum",
"version": "3.1.6",
"version": "3.1.8",
"description": "Tatum JS SDK",
"author": "Tatum",
"repository": "https://github.com/tatumio/tatum-js",
Expand Down
2 changes: 1 addition & 1 deletion src/service/tatum/tatum.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Container, Service} from 'typedi'
import { Container, Service } from 'typedi'
import { isLoadBalancerNetwork } from '../../dto'
import { EvmBasedRpcSuite, SolanaRpcSuite, TronRpcSuite, UtxoBasedRpcSuite, XrpRpcSuite } from '../../dto/rpc'
import { CONFIG, Constant, Utils } from '../../util'
Expand Down

0 comments on commit 50563bb

Please sign in to comment.