Skip to content

Commit 1199b07

Browse files
committed
fix: resolves #4212
1 parent df43ac5 commit 1199b07

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/sixty-months-rule.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Switched to named `ox/tempo` exports.

src/tempo/chainConfig.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import * as SignatureEnvelope from 'ox/tempo/SignatureEnvelope'
2-
import type * as TokenId from 'ox/tempo/TokenId'
1+
import { SignatureEnvelope, type TokenId } from 'ox/tempo'
32
import { getCode } from '../actions/public/getCode.js'
43
import { verifyHash } from '../actions/public/verifyHash.js'
54
import type { Chain, ChainConfig as viem_ChainConfig } from '../types/chain.js'

0 commit comments

Comments
 (0)