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 df43ac5 commit 1199b07Copy full SHA for 1199b07
.changeset/sixty-months-rule.md
@@ -0,0 +1,5 @@
1
+---
2
+"viem": patch
3
4
+
5
+Switched to named `ox/tempo` exports.
src/tempo/chainConfig.ts
@@ -1,5 +1,4 @@
-import * as SignatureEnvelope from 'ox/tempo/SignatureEnvelope'
-import type * as TokenId from 'ox/tempo/TokenId'
+import { SignatureEnvelope, type TokenId } from 'ox/tempo'
import { getCode } from '../actions/public/getCode.js'
import { verifyHash } from '../actions/public/verifyHash.js'
import type { Chain, ChainConfig as viem_ChainConfig } from '../types/chain.js'
0 commit comments