Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 99f33db

Browse files
ian-mellenqshao-gauntletprateekengringwraith10wzhang-gauntlet
authoredMar 6, 2025··
Add pendle 2 (#829)
* removing deprecating feeds * adding files * adding file --------- Co-authored-by: qshao-gauntlet <qi.shao@gauntlet.network> Co-authored-by: Qi Shao <123761078+qshao-gauntlet@users.noreply.github.com> Co-authored-by: prateekeng <118216760+prateekeng@users.noreply.github.com> Co-authored-by: walter <87556716+ringwraith10@users.noreply.github.com> Co-authored-by: wzhang-gauntlet <will.weixin@gauntlet.xyz> Co-authored-by: zigzag2002 <43194632+zigzag2002@users.noreply.github.com> Co-authored-by: mariashaikh152 <163892170+mariashaikh152@users.noreply.github.com>
1 parent c459fe1 commit 99f33db

File tree

34 files changed

+2342
-0
lines changed

34 files changed

+2342
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "caller",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "receiver",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": true,
20+
"internalType": "address",
21+
"name": "YT",
22+
"type": "address"
23+
},
24+
{
25+
"indexed": false,
26+
"internalType": "uint256",
27+
"name": "netSyIn",
28+
"type": "uint256"
29+
},
30+
{
31+
"indexed": false,
32+
"internalType": "uint256",
33+
"name": "netPyOut",
34+
"type": "uint256"
35+
}
36+
],
37+
"name": "MintPyFromSy",
38+
"type": "event"
39+
},
40+
"contract_address": "0xd8d200d9a713a1c71cf1e7f694b14e5f1d948b15",
41+
"field_mapping": {},
42+
"type": "log"
43+
},
44+
"table": {
45+
"dataset_name": "pendle",
46+
"schema": [
47+
{
48+
"description": "",
49+
"name": "caller",
50+
"type": "STRING"
51+
},
52+
{
53+
"description": "",
54+
"name": "receiver",
55+
"type": "STRING"
56+
},
57+
{
58+
"description": "",
59+
"name": "YT",
60+
"type": "STRING"
61+
},
62+
{
63+
"description": "",
64+
"name": "netSyIn",
65+
"type": "STRING"
66+
},
67+
{
68+
"description": "",
69+
"name": "netPyOut",
70+
"type": "STRING"
71+
}
72+
],
73+
"table_description": "",
74+
"table_name": "ActionSwapPTV3_event_MintPyFromSy"
75+
}
76+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "caller",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "tokenIn",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": true,
20+
"internalType": "address",
21+
"name": "YT",
22+
"type": "address"
23+
},
24+
{
25+
"indexed": false,
26+
"internalType": "address",
27+
"name": "receiver",
28+
"type": "address"
29+
},
30+
{
31+
"indexed": false,
32+
"internalType": "uint256",
33+
"name": "netTokenIn",
34+
"type": "uint256"
35+
},
36+
{
37+
"indexed": false,
38+
"internalType": "uint256",
39+
"name": "netPyOut",
40+
"type": "uint256"
41+
},
42+
{
43+
"indexed": false,
44+
"internalType": "uint256",
45+
"name": "netSyInterm",
46+
"type": "uint256"
47+
}
48+
],
49+
"name": "MintPyFromToken",
50+
"type": "event"
51+
},
52+
"contract_address": "0xd8d200d9a713a1c71cf1e7f694b14e5f1d948b15",
53+
"field_mapping": {},
54+
"type": "log"
55+
},
56+
"table": {
57+
"dataset_name": "pendle",
58+
"schema": [
59+
{
60+
"description": "",
61+
"name": "caller",
62+
"type": "STRING"
63+
},
64+
{
65+
"description": "",
66+
"name": "tokenIn",
67+
"type": "STRING"
68+
},
69+
{
70+
"description": "",
71+
"name": "YT",
72+
"type": "STRING"
73+
},
74+
{
75+
"description": "",
76+
"name": "receiver",
77+
"type": "STRING"
78+
},
79+
{
80+
"description": "",
81+
"name": "netTokenIn",
82+
"type": "STRING"
83+
},
84+
{
85+
"description": "",
86+
"name": "netPyOut",
87+
"type": "STRING"
88+
},
89+
{
90+
"description": "",
91+
"name": "netSyInterm",
92+
"type": "STRING"
93+
}
94+
],
95+
"table_description": "",
96+
"table_name": "ActionSwapPTV3_event_MintPyFromToken"
97+
}
98+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "caller",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "tokenIn",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": true,
20+
"internalType": "address",
21+
"name": "SY",
22+
"type": "address"
23+
},
24+
{
25+
"indexed": false,
26+
"internalType": "address",
27+
"name": "receiver",
28+
"type": "address"
29+
},
30+
{
31+
"indexed": false,
32+
"internalType": "uint256",
33+
"name": "netTokenIn",
34+
"type": "uint256"
35+
},
36+
{
37+
"indexed": false,
38+
"internalType": "uint256",
39+
"name": "netSyOut",
40+
"type": "uint256"
41+
}
42+
],
43+
"name": "MintSyFromToken",
44+
"type": "event"
45+
},
46+
"contract_address": "0xd8d200d9a713a1c71cf1e7f694b14e5f1d948b15",
47+
"field_mapping": {},
48+
"type": "log"
49+
},
50+
"table": {
51+
"dataset_name": "pendle",
52+
"schema": [
53+
{
54+
"description": "",
55+
"name": "caller",
56+
"type": "STRING"
57+
},
58+
{
59+
"description": "",
60+
"name": "tokenIn",
61+
"type": "STRING"
62+
},
63+
{
64+
"description": "",
65+
"name": "SY",
66+
"type": "STRING"
67+
},
68+
{
69+
"description": "",
70+
"name": "receiver",
71+
"type": "STRING"
72+
},
73+
{
74+
"description": "",
75+
"name": "netTokenIn",
76+
"type": "STRING"
77+
},
78+
{
79+
"description": "",
80+
"name": "netSyOut",
81+
"type": "STRING"
82+
}
83+
],
84+
"table_description": "",
85+
"table_name": "ActionSwapPTV3_event_MintSyFromToken"
86+
}
87+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "caller",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "receiver",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": true,
20+
"internalType": "address",
21+
"name": "YT",
22+
"type": "address"
23+
},
24+
{
25+
"indexed": false,
26+
"internalType": "uint256",
27+
"name": "netPyIn",
28+
"type": "uint256"
29+
},
30+
{
31+
"indexed": false,
32+
"internalType": "uint256",
33+
"name": "netSyOut",
34+
"type": "uint256"
35+
}
36+
],
37+
"name": "RedeemPyToSy",
38+
"type": "event"
39+
},
40+
"contract_address": "0xd8d200d9a713a1c71cf1e7f694b14e5f1d948b15",
41+
"field_mapping": {},
42+
"type": "log"
43+
},
44+
"table": {
45+
"dataset_name": "pendle",
46+
"schema": [
47+
{
48+
"description": "",
49+
"name": "caller",
50+
"type": "STRING"
51+
},
52+
{
53+
"description": "",
54+
"name": "receiver",
55+
"type": "STRING"
56+
},
57+
{
58+
"description": "",
59+
"name": "YT",
60+
"type": "STRING"
61+
},
62+
{
63+
"description": "",
64+
"name": "netPyIn",
65+
"type": "STRING"
66+
},
67+
{
68+
"description": "",
69+
"name": "netSyOut",
70+
"type": "STRING"
71+
}
72+
],
73+
"table_description": "",
74+
"table_name": "ActionSwapPTV3_event_RedeemPyToSy"
75+
}
76+
}
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.