Skip to content

Commit 883ee13

Browse files
authored
Lido por (#3463)
* Lido por * Rename input * Remove param
1 parent d36cd9c commit 883ee13

29 files changed

+1345
-0
lines changed

.changeset/nine-rings-melt.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/lido-por-adapter': major
3+
---
4+
5+
Lido POR

.pnp.cjs

+21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
23.2 KB
Binary file not shown.
12.5 KB
Binary file not shown.

packages/sources/lido-por/CHANGELOG.md

Whitespace-only changes.

packages/sources/lido-por/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Chainlink External Adapter for lido-por
2+
3+
This README will be generated automatically when code is merged to `main`. If you would like to generate a preview of the README, please run `yarn generate:readme lido-por`.
+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "@chainlink/lido-por-adapter",
3+
"version": "0.0.0",
4+
"description": "Chainlink lido-por adapter.",
5+
"keywords": [
6+
"Chainlink",
7+
"LINK",
8+
"blockchain",
9+
"oracle",
10+
"lido-por"
11+
],
12+
"main": "dist/index.js",
13+
"types": "dist/index.d.ts",
14+
"files": [
15+
"dist"
16+
],
17+
"repository": {
18+
"url": "https://github.com/smartcontractkit/external-adapters-js",
19+
"type": "git"
20+
},
21+
"license": "MIT",
22+
"scripts": {
23+
"clean": "rm -rf dist && rm -f tsconfig.tsbuildinfo",
24+
"prepack": "yarn build",
25+
"build": "tsc -b",
26+
"server": "node -e 'require(\"./index.js\").server()'",
27+
"server:dist": "node -e 'require(\"./dist/index.js\").server()'",
28+
"start": "yarn server:dist"
29+
},
30+
"devDependencies": {
31+
"@types/jest": "27.5.2",
32+
"@types/node": "16.11.68",
33+
"ethers": "5.7.2",
34+
"nock": "13.5.4",
35+
"typescript": "5.0.4"
36+
},
37+
"dependencies": {
38+
"@chainlink/external-adapter-framework": "1.4.0",
39+
"tslib": "2.4.1"
40+
}
41+
}

0 commit comments

Comments
 (0)