Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ getChainId
Method
getChainId
kms/auth-eth-bun/index.ts:177–180 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
}
176
177
async
getChainId(): Promise<number> {
178
const
chainId =
await
this.client.getChainId();
179
return
Number(chainId);
180
}
181
182
async
getAppImplementation(): Promise<string> {
183
const
result =
await
this.client.readContract({
Callers
1
index.ts
File · 0.45
Calls
1
Number
Interface · 0.85
Tested by
no test coverage detected