Skip to content

Commit 25c7321

Browse files
committed
chore: snaps
1 parent d85659b commit 25c7321

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/verify.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ jobs:
251251

252252
wagmi:
253253
name: Wagmi
254-
if: false # TODO: re-enable once wagmi tests are updated for readonly LogTopicType
255254
permissions:
256255
contents: read
257256
runs-on: ubuntu-latest

src/tempo/index.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ import * as tempo from './index.js'
55
test('exports tempo', () => {
66
expect(Object.keys(tempo)).toMatchInlineSnapshot(`
77
[
8+
"Bytes",
9+
"PublicKey",
10+
"Secp256k1",
811
"Period",
912
"TempoAddress",
1013
"Tick",
1114
"TokenId",
12-
"Bytes",
13-
"PublicKey",
14-
"Secp256k1",
1515
"Abis",
1616
"Account",
1717
"Addresses",

0 commit comments

Comments
 (0)