Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,10 @@
"resolutions": {
"ethereum-cryptography@^1.1.2": "patch:ethereum-cryptography@npm%3A1.1.2#./.yarn/patches/ethereum-cryptography-npm-1.1.2-c16cfd7e8a.patch",
"ethereum-cryptography@^1.0.3": "patch:ethereum-cryptography@npm%3A1.1.2#./.yarn/patches/ethereum-cryptography-npm-1.1.2-c16cfd7e8a.patch"
},
"dependenciesMeta": {
"@chainlink/external-adapter-framework@2.9.0": {
"unplugged": true
}
}
}
40 changes: 40 additions & 0 deletions packages/sources/coinmetrics-lwba/src/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
import { ServerInstance } from '@chainlink/external-adapter-framework'
import { Adapter } from '@chainlink/external-adapter-framework/adapter'
export declare const config: import('@chainlink/external-adapter-framework/config').AdapterConfig<{
API_KEY: {
description: string
type: 'string'
required: true
sensitive: true
}
WS_API_ENDPOINT: {
description: string
type: 'string'
default: string
}
API_ENDPOINT: {
description: string
type: 'string'
default: string
}
}>
export declare const adapter: Adapter<{
API_KEY: {
description: string
type: 'string'
required: true
sensitive: true
}
WS_API_ENDPOINT: {
description: string
type: 'string'
default: string
}
API_ENDPOINT: {
description: string
type: 'string'
default: string
}
}>
export declare const server: () => Promise<ServerInstance | undefined>
//# sourceMappingURL=index.d.ts.map
1 change: 1 addition & 0 deletions packages/sources/coinmetrics-lwba/src/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions packages/sources/coinmetrics-lwba/src/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export {}
//# sourceMappingURL=adapter-ws.test.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading