We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85659b commit 25c7321Copy full SHA for 25c7321
2 files changed
.github/workflows/verify.yml
@@ -251,7 +251,6 @@ jobs:
251
252
wagmi:
253
name: Wagmi
254
- if: false # TODO: re-enable once wagmi tests are updated for readonly LogTopicType
255
permissions:
256
contents: read
257
runs-on: ubuntu-latest
src/tempo/index.test.ts
@@ -5,13 +5,13 @@ import * as tempo from './index.js'
5
test('exports tempo', () => {
6
expect(Object.keys(tempo)).toMatchInlineSnapshot(`
7
[
8
+ "Bytes",
9
+ "PublicKey",
10
+ "Secp256k1",
11
"Period",
12
"TempoAddress",
13
"Tick",
14
"TokenId",
- "Bytes",
- "PublicKey",
- "Secp256k1",
15
"Abis",
16
"Account",
17
"Addresses",
0 commit comments