@pioneer-platform/eth-network 8.6.0 → 8.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/package.json +19 -21
- package/tsconfig.json +2 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/lib/constant.d.ts +0 -208
- package/lib/constant.js +0 -554
- package/lib/constant.js.map +0 -1
- package/lib/etherscan-api.d.ts +0 -58
- package/lib/etherscan-api.js +0 -104
- package/lib/etherscan-api.js.map +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -1701
- package/lib/index.js.map +0 -1
- package/lib/types/client-types.d.ts +0 -41
- package/lib/types/client-types.js +0 -9
- package/lib/types/client-types.js.map +0 -1
- package/lib/types/etherscan-api-types.d.ts +0 -55
- package/lib/types/etherscan-api-types.js +0 -3
- package/lib/types/etherscan-api-types.js.map +0 -1
- package/lib/types/index.d.ts +0 -2
- package/lib/types/index.js +0 -19
- package/lib/types/index.js.map +0 -1
- package/lib/utils.d.ts +0 -135
- package/lib/utils.js +0 -471
- package/lib/utils.js.map +0 -1
package/lib/constant.d.ts
DELETED
@@ -1,208 +0,0 @@
|
|
1
|
-
export declare const UNISWAP_V2_WETH_FOX_POOL_ADDRESS = "0x470e8de2ebaef52014a47cb5e6af86884947f08c";
|
2
|
-
export declare const UNISWAP_V2_USDC_ETH_POOL_ADDRESS = "0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc";
|
3
|
-
export declare const UNISWAP_V2_ROUTER = "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D";
|
4
|
-
export declare const FOX_TOKEN_CONTRACT_ADDRESS = "0xc770EEfAd204B5180dF6a14Ee197D99d808ee52d";
|
5
|
-
export declare const WETH_TOKEN_CONTRACT_ADDRESS = "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
|
6
|
-
export declare const PROXY_CONTRACT_SABLIER = "0xbd6a40bb904aea5a49c59050b5395f7484a4203d";
|
7
|
-
export declare const FOX_ETH_TEST_FARMING_ADDRESS = "0x1F2BBC14BCEc7f06b996B6Ee920AB5cA5A56b77F";
|
8
|
-
export declare const FOX_ETH_FARMING_ADDRESS = "0x1F2BBC14BCEc7f06b996B6Ee920AB5cA5A56b77F";
|
9
|
-
export declare const FOX_AIRDROP_ADDRESS = "0x1F2BBC14BCEc7f06b996B6Ee920AB5cA5A56b77F";
|
10
|
-
export declare const PIONEER_METADATA_CONTRACT_ADDRESS = "0x0E1cDf34e15414C6AfDd4E75Bd2dBcAC5E8cc8E4";
|
11
|
-
export declare const PIONEER_METADATA_CONTRACT_ADDRESS_BASE = "0x6127f757b827284ff24335cfe8fd7e51fd0cd8f6";
|
12
|
-
export declare const PIONEER_CONTRACT_ADDRESS = "0x25EF864904d67e912B9eC491598A7E5A066B102F";
|
13
|
-
export declare const PIONEER_CONTRACT_ADDRESS_BASE = "0xd0d31f743d5f7e8fcf4add1bdb198f07241a4f23";
|
14
|
-
export declare const THORCHAIN_ROUTER_TESTNET: string;
|
15
|
-
export declare const AIRDROP_CONTRACT = "0x4C20CDAdBcaE364Edc03E2B90F09eB97d08ce3C8";
|
16
|
-
export declare let CLAIM_URL: string;
|
17
|
-
export declare let METADATA_ABI: {
|
18
|
-
inputs: {
|
19
|
-
internalType: string;
|
20
|
-
name: string;
|
21
|
-
type: string;
|
22
|
-
}[];
|
23
|
-
name: string;
|
24
|
-
outputs: {
|
25
|
-
internalType: string;
|
26
|
-
name: string;
|
27
|
-
type: string;
|
28
|
-
}[];
|
29
|
-
stateMutability: string;
|
30
|
-
type: string;
|
31
|
-
}[];
|
32
|
-
export declare let SABLIER_ABI: ({
|
33
|
-
constant: boolean;
|
34
|
-
inputs: {
|
35
|
-
internalType: string;
|
36
|
-
name: string;
|
37
|
-
type: string;
|
38
|
-
}[];
|
39
|
-
name: string;
|
40
|
-
outputs: {
|
41
|
-
internalType: string;
|
42
|
-
name: string;
|
43
|
-
type: string;
|
44
|
-
}[];
|
45
|
-
payable: boolean;
|
46
|
-
stateMutability: string;
|
47
|
-
type: string;
|
48
|
-
anonymous?: undefined;
|
49
|
-
} | {
|
50
|
-
anonymous: boolean;
|
51
|
-
inputs: {
|
52
|
-
indexed: boolean;
|
53
|
-
internalType: string;
|
54
|
-
name: string;
|
55
|
-
type: string;
|
56
|
-
}[];
|
57
|
-
name: string;
|
58
|
-
type: string;
|
59
|
-
constant?: undefined;
|
60
|
-
outputs?: undefined;
|
61
|
-
payable?: undefined;
|
62
|
-
stateMutability?: undefined;
|
63
|
-
})[];
|
64
|
-
export declare let TCRopstenAbi: ({
|
65
|
-
inputs: any[];
|
66
|
-
stateMutability: string;
|
67
|
-
type: string;
|
68
|
-
anonymous?: undefined;
|
69
|
-
name?: undefined;
|
70
|
-
outputs?: undefined;
|
71
|
-
} | {
|
72
|
-
anonymous: boolean;
|
73
|
-
inputs: ({
|
74
|
-
indexed: boolean;
|
75
|
-
internalType: string;
|
76
|
-
name: string;
|
77
|
-
type: string;
|
78
|
-
components?: undefined;
|
79
|
-
} | {
|
80
|
-
components: {
|
81
|
-
internalType: string;
|
82
|
-
name: string;
|
83
|
-
type: string;
|
84
|
-
}[];
|
85
|
-
indexed: boolean;
|
86
|
-
internalType: string;
|
87
|
-
name: string;
|
88
|
-
type: string;
|
89
|
-
})[];
|
90
|
-
name: string;
|
91
|
-
type: string;
|
92
|
-
stateMutability?: undefined;
|
93
|
-
outputs?: undefined;
|
94
|
-
} | {
|
95
|
-
inputs: ({
|
96
|
-
internalType: string;
|
97
|
-
name: string;
|
98
|
-
type: string;
|
99
|
-
components?: undefined;
|
100
|
-
} | {
|
101
|
-
components: {
|
102
|
-
internalType: string;
|
103
|
-
name: string;
|
104
|
-
type: string;
|
105
|
-
}[];
|
106
|
-
internalType: string;
|
107
|
-
name: string;
|
108
|
-
type: string;
|
109
|
-
})[];
|
110
|
-
name: string;
|
111
|
-
outputs: any[];
|
112
|
-
stateMutability: string;
|
113
|
-
type: string;
|
114
|
-
anonymous?: undefined;
|
115
|
-
} | {
|
116
|
-
inputs: {
|
117
|
-
internalType: string;
|
118
|
-
name: string;
|
119
|
-
type: string;
|
120
|
-
}[];
|
121
|
-
name: string;
|
122
|
-
outputs: {
|
123
|
-
internalType: string;
|
124
|
-
name: string;
|
125
|
-
type: string;
|
126
|
-
}[];
|
127
|
-
stateMutability: string;
|
128
|
-
type: string;
|
129
|
-
anonymous?: undefined;
|
130
|
-
})[];
|
131
|
-
export declare let ERC20ABI: ({
|
132
|
-
inputs: any[];
|
133
|
-
stateMutability: string;
|
134
|
-
type: string;
|
135
|
-
anonymous?: undefined;
|
136
|
-
name?: undefined;
|
137
|
-
outputs?: undefined;
|
138
|
-
} | {
|
139
|
-
anonymous: boolean;
|
140
|
-
inputs: {
|
141
|
-
indexed: boolean;
|
142
|
-
internalType: string;
|
143
|
-
name: string;
|
144
|
-
type: string;
|
145
|
-
}[];
|
146
|
-
name: string;
|
147
|
-
type: string;
|
148
|
-
stateMutability?: undefined;
|
149
|
-
outputs?: undefined;
|
150
|
-
} | {
|
151
|
-
inputs: {
|
152
|
-
internalType: string;
|
153
|
-
name: string;
|
154
|
-
type: string;
|
155
|
-
}[];
|
156
|
-
name: string;
|
157
|
-
outputs: {
|
158
|
-
internalType: string;
|
159
|
-
name: string;
|
160
|
-
type: string;
|
161
|
-
}[];
|
162
|
-
stateMutability: string;
|
163
|
-
type: string;
|
164
|
-
anonymous?: undefined;
|
165
|
-
})[];
|
166
|
-
export declare let AIRDROP_ABI: ({
|
167
|
-
anonymous: boolean;
|
168
|
-
inputs: {
|
169
|
-
indexed: boolean;
|
170
|
-
internalType: string;
|
171
|
-
name: string;
|
172
|
-
type: string;
|
173
|
-
}[];
|
174
|
-
name: string;
|
175
|
-
type: string;
|
176
|
-
outputs?: undefined;
|
177
|
-
stateMutability?: undefined;
|
178
|
-
} | {
|
179
|
-
inputs: {
|
180
|
-
internalType: string;
|
181
|
-
name: string;
|
182
|
-
type: string;
|
183
|
-
}[];
|
184
|
-
name: string;
|
185
|
-
outputs: {
|
186
|
-
internalType: string;
|
187
|
-
name: string;
|
188
|
-
type: string;
|
189
|
-
}[];
|
190
|
-
stateMutability: string;
|
191
|
-
type: string;
|
192
|
-
anonymous?: undefined;
|
193
|
-
})[];
|
194
|
-
export declare let ERC721_ABI: {
|
195
|
-
constant: boolean;
|
196
|
-
inputs: {
|
197
|
-
name: string;
|
198
|
-
type: string;
|
199
|
-
}[];
|
200
|
-
name: string;
|
201
|
-
outputs: {
|
202
|
-
name: string;
|
203
|
-
type: string;
|
204
|
-
}[];
|
205
|
-
payable: boolean;
|
206
|
-
stateMutability: string;
|
207
|
-
type: string;
|
208
|
-
}[];
|