UNPKG
@tevm/whatsabi
Version:
latest (1.0.0-next.148)
next (1.1.0-next.96)
rc (1.0.0-rc.151)
2.0.0-next.107
1.1.0-next.96
1.0.0-rc.151
1.0.0-next.148
1.0.0-next.146
1.0.0-next.142
1.0.0-next.131
1.0.0-next.128
1.0.0-next.124
1.0.0-next.118
1.0.0-next.117
1.0.0-next.109
0.0.0-next.107
Utilities around whatsabi
github.com/evmts/tevm-monorepo
evmts/tevm-monorepo
@tevm/whatsabi
/
src
/
ContractUri.ts
5 lines
(3 loc)
•
182 B
text/typescript
View Raw
1
2
3
4
5
import
type
{
Address
}
from
'@tevm/utils'
import
type
{
KnownChainIds
}
from
'./KnownChainIds.js'
export
type
ContractUri
=
`eth://
${KnownChainIds}
/
${Address}
${
''
|
`?
${
string
}
`
}
`