Skip to content

Commit

Permalink
remove useless stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavinia Talpas authored and bferenc committed Feb 15, 2024
1 parent bd11566 commit 9086b96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/evm/blockExtraDataDecoder.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import "dotenv/config"
import { Buffer } from "../../src"
import { Tx } from "../../src/apis/evm"
import { Serialization } from "../../src/utils"
import { SerializedType } from "../../src/utils"
import * as bech32 from "bech32"
import "dotenv/config"

const cb58: SerializedType = "cb58"
const serialization: Serialization = Serialization.getInstance()
Expand Down

0 comments on commit 9086b96

Please sign in to comment.