Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed May 29, 2024
1 parent 400a593 commit 34d162b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/rude-vans-decide.md

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion src/celo/formatters.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ import type { RpcBlock } from '../types/rpc.js'
import type { TransactionRequest } from '../types/transaction.js'
import type { Assign, ExactPartial } from '../types/utils.js'
import { formatters } from './formatters.js'
import { EMPTY_HEX_VALUE } from './utils.js'
import type {
CeloBlockOverrides,
CeloRpcTransaction,
CeloTransactionRequest,
} from './types.js'
import { EMPTY_HEX_VALUE } from './utils.js'

describe('block', () => {
expectTypeOf(formatters.block.format).parameter(0).toEqualTypeOf<
Expand Down
2 changes: 0 additions & 2 deletions src/celo/serializers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ describe('cip66', () => {
serializer: serializeTransaction,
})

console.log('SIGNED:', signed)

const serialized =
'0x7af88e82a4ec01847735940084773594008094f39fd6e51aad88f6f4ce6ab8827279cfffb92266880de0b6b3a764000080c094765de816845861e75a25fca122bb6898b8b1282a860b3a4b56fa0001a0f376d59efea3eb24397b74303b6225aeb6d32ca57f2854c4454c49c779cd68dda0214b12ee3d68b7aec1dc43ee5e668bd76ba3a805350e8ae9ca54a381ac9871e8'
expect(signed).toEqual(serialized)
Expand Down

0 comments on commit 34d162b

Please sign in to comment.