@stargatefinance/stg-evm-sdk-v2 1.2.7 → 1.3.1
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/artifacts/src/StargateOFT.sol/StargateOFT.json +2 -2
- package/artifacts/src/StargateOFTAlt.sol/StargateOFTAlt.json +1584 -0
- package/artifacts/src/StargatePool.sol/StargatePool.json +2 -2
- package/artifacts/src/StargatePoolMigratable.sol/StargatePoolMigratable.json +2 -2
- package/artifacts/src/StargatePoolNative.sol/StargatePoolNative.json +2 -2
- package/artifacts/src/eurc/StargateOFTEURC.sol/StargateOFTEURC.json +2 -2
- package/artifacts/src/eurc/StargatePoolEURC.sol/StargatePoolEURC.json +2 -2
- package/artifacts/src/interfaces/tip20/ITIP20.sol/ITIP20.json +1065 -0
- package/artifacts/src/interfaces/tip20/ITIP20RolesAuth.sol/ITIP20RolesAuth.json +139 -0
- package/artifacts/src/messaging/CreditMessagingAlt.sol/CreditMessagingAlt.json +1142 -0
- package/artifacts/src/messaging/TokenMessaging.sol/TokenMessaging.json +2 -2
- package/artifacts/src/messaging/TokenMessagingAlt.sol/TokenMessagingAlt.json +1907 -0
- package/artifacts/src/mocks/tip20/TIP20.sol/TIP20.json +1253 -0
- package/artifacts/src/mocks/tip20/TIP403Registry.sol/TIP403Registry.json +335 -0
- package/artifacts/src/mocks/tip20/abstracts/TIP20RolesAuth.sol/TIP20RolesAuth.json +163 -0
- package/artifacts/src/mocks/tip20/interfaces/ITIP403Registry.sol/ITIP403Registry.json +335 -0
- package/artifacts/src/peripheral/Treasurer.sol/Treasurer.json +2 -2
- package/artifacts/src/tip20/StargateOFTTIP20.sol/StargateOFTTIP20.json +1595 -0
- package/artifacts/src/usdc/StargateOFTUSDC.sol/StargateOFTUSDC.json +2 -2
- package/artifacts/src/usdc/StargatePoolUSDC.sol/StargatePoolUSDC.json +2 -2
- package/deployments/horizen-mainnet/CreditMessaging.json +1501 -0
- package/deployments/horizen-mainnet/FeeLibV1USDC.json +611 -0
- package/deployments/horizen-mainnet/OFTWrapper.json +1506 -0
- package/deployments/horizen-mainnet/StargateOFTUSDC.json +1978 -0
- package/deployments/horizen-mainnet/TokenMessaging.json +2475 -0
- package/deployments/horizen-mainnet/Treasurer.json +450 -0
- package/deployments/moderato-testnet/CreditMessaging.json +1592 -0
- package/deployments/moderato-testnet/FeeLibV1EURC.json +625 -0
- package/deployments/moderato-testnet/FeeLibV1USDC.json +625 -0
- package/deployments/moderato-testnet/OFTWrapper.json +1520 -0
- package/deployments/moderato-testnet/StargateOFTEURC.json +2023 -0
- package/deployments/moderato-testnet/StargateOFTUSDC.json +2023 -0
- package/deployments/moderato-testnet/TokenMessaging.json +2484 -0
- package/deployments/moderato-testnet/Treasurer.json +464 -0
- package/deployments/tempo-mainnet/CreditMessaging.json +1592 -0
- package/deployments/tempo-mainnet/FeeLibV1EURC.json +625 -0
- package/deployments/tempo-mainnet/FeeLibV1USDC.json +625 -0
- package/deployments/tempo-mainnet/OFTWrapper.json +1520 -0
- package/deployments/tempo-mainnet/StargateOFTEURC.json +2036 -0
- package/deployments/tempo-mainnet/StargateOFTUSDC.json +2036 -0
- package/deployments/tempo-mainnet/TokenMessaging.json +2481 -0
- package/deployments/tempo-mainnet/Treasurer.json +464 -0
- package/dist/deployed/CreditMessaging.cjs +10 -0
- package/dist/deployed/CreditMessaging.cjs.map +1 -1
- package/dist/deployed/CreditMessaging.mjs +10 -0
- package/dist/deployed/CreditMessaging.mjs.map +1 -1
- package/dist/deployed/FeeLibV1EURC.cjs +9 -3
- package/dist/deployed/FeeLibV1EURC.cjs.map +1 -1
- package/dist/deployed/FeeLibV1EURC.mjs +9 -3
- package/dist/deployed/FeeLibV1EURC.mjs.map +1 -1
- package/dist/deployed/FeeLibV1USDC.cjs +9 -0
- package/dist/deployed/FeeLibV1USDC.cjs.map +1 -1
- package/dist/deployed/FeeLibV1USDC.mjs +9 -0
- package/dist/deployed/FeeLibV1USDC.mjs.map +1 -1
- package/dist/deployed/OFTWrapper.cjs +9 -0
- package/dist/deployed/OFTWrapper.cjs.map +1 -1
- package/dist/deployed/OFTWrapper.mjs +9 -0
- package/dist/deployed/OFTWrapper.mjs.map +1 -1
- package/dist/deployed/StargateOFTEURC.cjs +11 -3
- package/dist/deployed/StargateOFTEURC.cjs.map +1 -1
- package/dist/deployed/StargateOFTEURC.mjs +11 -3
- package/dist/deployed/StargateOFTEURC.mjs.map +1 -1
- package/dist/deployed/StargateOFTUSDC-gNoY8tx0.d.mts +4995 -0
- package/dist/deployed/StargateOFTUSDC-gNoY8tx0.d.ts +4995 -0
- package/dist/deployed/StargateOFTUSDC.cjs +11 -0
- package/dist/deployed/StargateOFTUSDC.cjs.map +1 -1
- package/dist/deployed/StargateOFTUSDC.d.mts +1 -0
- package/dist/deployed/StargateOFTUSDC.d.ts +1 -0
- package/dist/deployed/StargateOFTUSDC.mjs +11 -0
- package/dist/deployed/StargateOFTUSDC.mjs.map +1 -1
- package/dist/deployed/StargateOFTUSDT-n5r6jpXt.d.mts +2492 -0
- package/dist/deployed/StargateOFTUSDT-n5r6jpXt.d.ts +2492 -0
- package/dist/deployed/StargateOFTUSDT.d.mts +1 -0
- package/dist/deployed/StargateOFTUSDT.d.ts +1 -0
- package/dist/deployed/StargatePoolETH-lOsiDbJC.d.mts +1530 -0
- package/dist/deployed/StargatePoolETH-lOsiDbJC.d.ts +1530 -0
- package/dist/deployed/StargatePoolETH.d.mts +1 -0
- package/dist/deployed/StargatePoolETH.d.ts +1 -0
- package/dist/deployed/StargatePoolEURC-D7GGCfr7.d.mts +1582 -0
- package/dist/deployed/StargatePoolEURC-D7GGCfr7.d.ts +1582 -0
- package/dist/deployed/StargatePoolEURC.d.mts +1 -0
- package/dist/deployed/StargatePoolEURC.d.ts +1 -0
- package/dist/deployed/StargatePoolMETIS-CQrZSdA7.d.mts +1519 -0
- package/dist/deployed/StargatePoolMETIS-CQrZSdA7.d.ts +1519 -0
- package/dist/deployed/StargatePoolMETIS.d.mts +1 -0
- package/dist/deployed/StargatePoolMETIS.d.ts +1 -0
- package/dist/deployed/StargatePoolNative-BKokoo5S.d.mts +1568 -0
- package/dist/deployed/StargatePoolNative-BKokoo5S.d.ts +1568 -0
- package/dist/deployed/StargatePoolNative.d.mts +1 -0
- package/dist/deployed/StargatePoolNative.d.ts +1 -0
- package/dist/deployed/StargatePoolUSDC-gP7LrAIv.d.mts +1632 -0
- package/dist/deployed/StargatePoolUSDC-gP7LrAIv.d.ts +1632 -0
- package/dist/deployed/StargatePoolUSDC.d.mts +1 -0
- package/dist/deployed/StargatePoolUSDC.d.ts +1 -0
- package/dist/deployed/StargatePoolUSDT-DkOqtwrh.d.mts +1627 -0
- package/dist/deployed/StargatePoolUSDT-DkOqtwrh.d.ts +1627 -0
- package/dist/deployed/StargatePoolUSDT.d.mts +1 -0
- package/dist/deployed/StargatePoolUSDT.d.ts +1 -0
- package/dist/deployed/StargatePoolmETH-C_R3a4-e.d.mts +1519 -0
- package/dist/deployed/StargatePoolmETH-C_R3a4-e.d.ts +1519 -0
- package/dist/deployed/StargatePoolmETH.d.mts +1 -0
- package/dist/deployed/StargatePoolmETH.d.ts +1 -0
- package/dist/deployed/StargateStaking-BL9axih_.d.mts +459 -0
- package/dist/deployed/StargateStaking-BL9axih_.d.ts +459 -0
- package/dist/deployed/StargateStaking.d.mts +1 -0
- package/dist/deployed/StargateStaking.d.ts +1 -0
- package/dist/deployed/TokenMessaging-BfnD6v53.d.mts +3174 -0
- package/dist/deployed/TokenMessaging-BfnD6v53.d.ts +3174 -0
- package/dist/deployed/TokenMessaging.cjs +10 -0
- package/dist/deployed/TokenMessaging.cjs.map +1 -1
- package/dist/deployed/TokenMessaging.d.mts +1 -0
- package/dist/deployed/TokenMessaging.d.ts +1 -0
- package/dist/deployed/TokenMessaging.mjs +10 -0
- package/dist/deployed/TokenMessaging.mjs.map +1 -1
- package/dist/deployed/Treasurer-DlA2Gv8f.d.mts +450 -0
- package/dist/deployed/Treasurer-DlA2Gv8f.d.ts +450 -0
- package/dist/deployed/Treasurer.cjs +9 -0
- package/dist/deployed/Treasurer.cjs.map +1 -1
- package/dist/deployed/Treasurer.d.mts +1 -0
- package/dist/deployed/Treasurer.d.ts +1 -0
- package/dist/deployed/Treasurer.mjs +9 -0
- package/dist/deployed/Treasurer.mjs.map +1 -1
- package/dist/deployed/USDCImpl-DN89Rpdz.d.mts +1124 -0
- package/dist/deployed/USDCImpl-DN89Rpdz.d.ts +1124 -0
- package/dist/deployed/USDCImpl.d.mts +1 -0
- package/dist/deployed/USDCImpl.d.ts +1 -0
- package/dist/deployed/USDCProxy-BsrYumZv.d.mts +141 -0
- package/dist/deployed/USDCProxy-BsrYumZv.d.ts +141 -0
- package/dist/deployed/USDCProxy.d.mts +1 -0
- package/dist/deployed/USDCProxy.d.ts +1 -0
- package/dist/deployed/USDCSignatureLib-W2-GjRxG.d.mts +73 -0
- package/dist/deployed/USDCSignatureLib-W2-GjRxG.d.ts +73 -0
- package/dist/deployed/USDCSignatureLib.d.mts +1 -0
- package/dist/deployed/USDCSignatureLib.d.ts +1 -0
- package/dist/deployed/USDT-DVAQjDdu.d.mts +690 -0
- package/dist/deployed/USDT-DVAQjDdu.d.ts +690 -0
- package/dist/deployed/USDT.d.mts +1 -0
- package/dist/deployed/USDT.d.ts +1 -0
- package/dist/deployed/contracts-CwDH7mzf.d.mts +68 -0
- package/dist/deployed/contracts-Yg5JhOts.d.ts +68 -0
- package/dist/deployed/contracts.cjs +119 -47
- package/dist/deployed/contracts.cjs.map +1 -1
- package/dist/deployed/contracts.d.mts +31 -0
- package/dist/deployed/contracts.d.ts +31 -0
- package/dist/deployed/contracts.mjs +119 -47
- package/dist/deployed/contracts.mjs.map +1 -1
- package/dist/deployed/index.cjs +119 -47
- package/dist/deployed/index.cjs.map +1 -1
- package/dist/deployed/index.d.mts +36 -0
- package/dist/deployed/index.d.ts +36 -0
- package/dist/deployed/index.mjs +119 -47
- package/dist/deployed/index.mjs.map +1 -1
- package/dist/index.cjs +43 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +49 -2
- package/dist/index.d.ts +49 -2
- package/dist/index.mjs +43 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,450 @@
|
|
|
1
|
+
declare const addresses: {
|
|
2
|
+
"abstract-mainnet": string;
|
|
3
|
+
"ape-mainnet": string;
|
|
4
|
+
"apexfusionnexus-mainnet": string;
|
|
5
|
+
"arbitrum-mainnet": string;
|
|
6
|
+
"arbsep-testnet": string;
|
|
7
|
+
"aurora-mainnet": string;
|
|
8
|
+
"avalanche-mainnet": string;
|
|
9
|
+
"avalanche-testnet": string;
|
|
10
|
+
"base-mainnet": string;
|
|
11
|
+
"bera-mainnet": string;
|
|
12
|
+
"bl3-testnet": string;
|
|
13
|
+
"botanix-mainnet": string;
|
|
14
|
+
"bsc-mainnet": string;
|
|
15
|
+
"bsc-sandbox-local": string;
|
|
16
|
+
"bsc-testnet": string;
|
|
17
|
+
"camp-mainnet": string;
|
|
18
|
+
"coredao-mainnet": string;
|
|
19
|
+
"cronosevm-mainnet": string;
|
|
20
|
+
"degen-mainnet": string;
|
|
21
|
+
"doma-mainnet": string;
|
|
22
|
+
"edu-mainnet": string;
|
|
23
|
+
"ethereum-mainnet": string;
|
|
24
|
+
"ethereum-sandbox-local": string;
|
|
25
|
+
"flare-mainnet": string;
|
|
26
|
+
"flow-mainnet": string;
|
|
27
|
+
"fuse-mainnet": string;
|
|
28
|
+
"gatelayer-mainnet": string;
|
|
29
|
+
"glue-mainnet": string;
|
|
30
|
+
"gnosis-mainnet": string;
|
|
31
|
+
"goat-mainnet": string;
|
|
32
|
+
"gravity-mainnet": string;
|
|
33
|
+
"hedera-mainnet": string;
|
|
34
|
+
"hemi-mainnet": string;
|
|
35
|
+
"horizen-mainnet": string;
|
|
36
|
+
"ink-mainnet": string;
|
|
37
|
+
"iota-mainnet": string;
|
|
38
|
+
"islander-mainnet": string;
|
|
39
|
+
"kava-mainnet": string;
|
|
40
|
+
"klaytn-mainnet": string;
|
|
41
|
+
"klaytn-testnet": string;
|
|
42
|
+
"lightlink-mainnet": string;
|
|
43
|
+
"manta-mainnet": string;
|
|
44
|
+
"mantle-mainnet": string;
|
|
45
|
+
"mantlesep-testnet": string;
|
|
46
|
+
"metis-mainnet": string;
|
|
47
|
+
"moderato-testnet": string;
|
|
48
|
+
"monad-testnet": string;
|
|
49
|
+
"nibiru-mainnet": string;
|
|
50
|
+
"odyssey-testnet": string;
|
|
51
|
+
"og-mainnet": string;
|
|
52
|
+
"optimism-mainnet": string;
|
|
53
|
+
"optsep-testnet": string;
|
|
54
|
+
"orderly-mainnet": string;
|
|
55
|
+
"peaq-mainnet": string;
|
|
56
|
+
"plasma-mainnet": string;
|
|
57
|
+
"plumephoenix-mainnet": string;
|
|
58
|
+
"polygon-mainnet": string;
|
|
59
|
+
"polygon-sandbox-local": string;
|
|
60
|
+
"rarible-mainnet": string;
|
|
61
|
+
"redbelly-mainnet": string;
|
|
62
|
+
"rootstock-mainnet": string;
|
|
63
|
+
"scroll-mainnet": string;
|
|
64
|
+
"sei-mainnet": string;
|
|
65
|
+
"sepolia-testnet": string;
|
|
66
|
+
"somnia-mainnet": string;
|
|
67
|
+
"soneium-mainnet": string;
|
|
68
|
+
"sonic-mainnet": string;
|
|
69
|
+
"sophon-mainnet": string;
|
|
70
|
+
"stable-mainnet": string;
|
|
71
|
+
"story-mainnet": string;
|
|
72
|
+
"superposition-mainnet": string;
|
|
73
|
+
"swell-mainnet": string;
|
|
74
|
+
"taiko-mainnet": string;
|
|
75
|
+
"telos-mainnet": string;
|
|
76
|
+
"tempo-mainnet": string;
|
|
77
|
+
"unichain-mainnet": string;
|
|
78
|
+
"xdc-mainnet": string;
|
|
79
|
+
"zkconsensys-mainnet": string;
|
|
80
|
+
};
|
|
81
|
+
declare const transactionHashes: {
|
|
82
|
+
"ape-mainnet": string;
|
|
83
|
+
"apexfusionnexus-mainnet": string;
|
|
84
|
+
"arbitrum-mainnet": string;
|
|
85
|
+
"arbsep-testnet": string;
|
|
86
|
+
"aurora-mainnet": string;
|
|
87
|
+
"avalanche-mainnet": string;
|
|
88
|
+
"avalanche-testnet": string;
|
|
89
|
+
"base-mainnet": string;
|
|
90
|
+
"bera-mainnet": string;
|
|
91
|
+
"bl3-testnet": string;
|
|
92
|
+
"botanix-mainnet": string;
|
|
93
|
+
"bsc-mainnet": string;
|
|
94
|
+
"bsc-sandbox-local": string;
|
|
95
|
+
"bsc-testnet": string;
|
|
96
|
+
"camp-mainnet": string;
|
|
97
|
+
"coredao-mainnet": string;
|
|
98
|
+
"cronosevm-mainnet": string;
|
|
99
|
+
"degen-mainnet": string;
|
|
100
|
+
"doma-mainnet": string;
|
|
101
|
+
"edu-mainnet": string;
|
|
102
|
+
"ethereum-mainnet": string;
|
|
103
|
+
"ethereum-sandbox-local": string;
|
|
104
|
+
"flare-mainnet": string;
|
|
105
|
+
"flow-mainnet": string;
|
|
106
|
+
"fuse-mainnet": string;
|
|
107
|
+
"gatelayer-mainnet": string;
|
|
108
|
+
"glue-mainnet": string;
|
|
109
|
+
"gnosis-mainnet": string;
|
|
110
|
+
"goat-mainnet": string;
|
|
111
|
+
"gravity-mainnet": string;
|
|
112
|
+
"hedera-mainnet": string;
|
|
113
|
+
"hemi-mainnet": string;
|
|
114
|
+
"horizen-mainnet": string;
|
|
115
|
+
"ink-mainnet": string;
|
|
116
|
+
"iota-mainnet": string;
|
|
117
|
+
"islander-mainnet": string;
|
|
118
|
+
"kava-mainnet": string;
|
|
119
|
+
"klaytn-mainnet": string;
|
|
120
|
+
"klaytn-testnet": string;
|
|
121
|
+
"lightlink-mainnet": string;
|
|
122
|
+
"manta-mainnet": string;
|
|
123
|
+
"mantle-mainnet": string;
|
|
124
|
+
"mantlesep-testnet": string;
|
|
125
|
+
"metis-mainnet": string;
|
|
126
|
+
"moderato-testnet": string;
|
|
127
|
+
"monad-testnet": string;
|
|
128
|
+
"nibiru-mainnet": string;
|
|
129
|
+
"odyssey-testnet": string;
|
|
130
|
+
"og-mainnet": string;
|
|
131
|
+
"optimism-mainnet": string;
|
|
132
|
+
"optsep-testnet": string;
|
|
133
|
+
"orderly-mainnet": string;
|
|
134
|
+
"peaq-mainnet": string;
|
|
135
|
+
"plasma-mainnet": string;
|
|
136
|
+
"plumephoenix-mainnet": string;
|
|
137
|
+
"polygon-mainnet": string;
|
|
138
|
+
"polygon-sandbox-local": string;
|
|
139
|
+
"rarible-mainnet": string;
|
|
140
|
+
"redbelly-mainnet": string;
|
|
141
|
+
"rootstock-mainnet": string;
|
|
142
|
+
"scroll-mainnet": string;
|
|
143
|
+
"sei-mainnet": string;
|
|
144
|
+
"sepolia-testnet": string;
|
|
145
|
+
"somnia-mainnet": string;
|
|
146
|
+
"soneium-mainnet": string;
|
|
147
|
+
"sonic-mainnet": string;
|
|
148
|
+
"stable-mainnet": string;
|
|
149
|
+
"story-mainnet": string;
|
|
150
|
+
"superposition-mainnet": string;
|
|
151
|
+
"swell-mainnet": string;
|
|
152
|
+
"taiko-mainnet": string;
|
|
153
|
+
"telos-mainnet": string;
|
|
154
|
+
"tempo-mainnet": string;
|
|
155
|
+
"unichain-mainnet": string;
|
|
156
|
+
"xdc-mainnet": string;
|
|
157
|
+
"zkconsensys-mainnet": string;
|
|
158
|
+
};
|
|
159
|
+
declare const abi0: readonly [{
|
|
160
|
+
readonly inputs: readonly [{
|
|
161
|
+
readonly internalType: "address";
|
|
162
|
+
readonly name: "_owner";
|
|
163
|
+
readonly type: "address";
|
|
164
|
+
}, {
|
|
165
|
+
readonly internalType: "address";
|
|
166
|
+
readonly name: "_admin";
|
|
167
|
+
readonly type: "address";
|
|
168
|
+
}];
|
|
169
|
+
readonly stateMutability: "nonpayable";
|
|
170
|
+
readonly type: "constructor";
|
|
171
|
+
}, {
|
|
172
|
+
readonly inputs: readonly [];
|
|
173
|
+
readonly name: "Transfer_ApproveFailed";
|
|
174
|
+
readonly type: "error";
|
|
175
|
+
}, {
|
|
176
|
+
readonly inputs: readonly [];
|
|
177
|
+
readonly name: "Transfer_TransferFailed";
|
|
178
|
+
readonly type: "error";
|
|
179
|
+
}, {
|
|
180
|
+
readonly inputs: readonly [];
|
|
181
|
+
readonly name: "Unauthorized";
|
|
182
|
+
readonly type: "error";
|
|
183
|
+
}, {
|
|
184
|
+
readonly anonymous: false;
|
|
185
|
+
readonly inputs: readonly [{
|
|
186
|
+
readonly indexed: true;
|
|
187
|
+
readonly internalType: "address";
|
|
188
|
+
readonly name: "previousOwner";
|
|
189
|
+
readonly type: "address";
|
|
190
|
+
}, {
|
|
191
|
+
readonly indexed: true;
|
|
192
|
+
readonly internalType: "address";
|
|
193
|
+
readonly name: "newOwner";
|
|
194
|
+
readonly type: "address";
|
|
195
|
+
}];
|
|
196
|
+
readonly name: "OwnershipTransferred";
|
|
197
|
+
readonly type: "event";
|
|
198
|
+
}, {
|
|
199
|
+
readonly inputs: readonly [{
|
|
200
|
+
readonly internalType: "address";
|
|
201
|
+
readonly name: "_stargate";
|
|
202
|
+
readonly type: "address";
|
|
203
|
+
}, {
|
|
204
|
+
readonly internalType: "uint256";
|
|
205
|
+
readonly name: "_amountLD";
|
|
206
|
+
readonly type: "uint256";
|
|
207
|
+
}];
|
|
208
|
+
readonly name: "addTreasuryFee";
|
|
209
|
+
readonly outputs: readonly [];
|
|
210
|
+
readonly stateMutability: "nonpayable";
|
|
211
|
+
readonly type: "function";
|
|
212
|
+
}, {
|
|
213
|
+
readonly inputs: readonly [];
|
|
214
|
+
readonly name: "admin";
|
|
215
|
+
readonly outputs: readonly [{
|
|
216
|
+
readonly internalType: "address";
|
|
217
|
+
readonly name: "";
|
|
218
|
+
readonly type: "address";
|
|
219
|
+
}];
|
|
220
|
+
readonly stateMutability: "view";
|
|
221
|
+
readonly type: "function";
|
|
222
|
+
}, {
|
|
223
|
+
readonly inputs: readonly [];
|
|
224
|
+
readonly name: "getTransferGasLimit";
|
|
225
|
+
readonly outputs: readonly [{
|
|
226
|
+
readonly internalType: "uint256";
|
|
227
|
+
readonly name: "";
|
|
228
|
+
readonly type: "uint256";
|
|
229
|
+
}];
|
|
230
|
+
readonly stateMutability: "view";
|
|
231
|
+
readonly type: "function";
|
|
232
|
+
}, {
|
|
233
|
+
readonly inputs: readonly [];
|
|
234
|
+
readonly name: "owner";
|
|
235
|
+
readonly outputs: readonly [{
|
|
236
|
+
readonly internalType: "address";
|
|
237
|
+
readonly name: "";
|
|
238
|
+
readonly type: "address";
|
|
239
|
+
}];
|
|
240
|
+
readonly stateMutability: "view";
|
|
241
|
+
readonly type: "function";
|
|
242
|
+
}, {
|
|
243
|
+
readonly inputs: readonly [{
|
|
244
|
+
readonly internalType: "address";
|
|
245
|
+
readonly name: "_stargate";
|
|
246
|
+
readonly type: "address";
|
|
247
|
+
}, {
|
|
248
|
+
readonly internalType: "address";
|
|
249
|
+
readonly name: "_token";
|
|
250
|
+
readonly type: "address";
|
|
251
|
+
}, {
|
|
252
|
+
readonly internalType: "uint256";
|
|
253
|
+
readonly name: "_amount";
|
|
254
|
+
readonly type: "uint256";
|
|
255
|
+
}];
|
|
256
|
+
readonly name: "recoverToken";
|
|
257
|
+
readonly outputs: readonly [];
|
|
258
|
+
readonly stateMutability: "nonpayable";
|
|
259
|
+
readonly type: "function";
|
|
260
|
+
}, {
|
|
261
|
+
readonly inputs: readonly [];
|
|
262
|
+
readonly name: "renounceOwnership";
|
|
263
|
+
readonly outputs: readonly [];
|
|
264
|
+
readonly stateMutability: "nonpayable";
|
|
265
|
+
readonly type: "function";
|
|
266
|
+
}, {
|
|
267
|
+
readonly inputs: readonly [{
|
|
268
|
+
readonly internalType: "address";
|
|
269
|
+
readonly name: "_admin";
|
|
270
|
+
readonly type: "address";
|
|
271
|
+
}];
|
|
272
|
+
readonly name: "setAdmin";
|
|
273
|
+
readonly outputs: readonly [];
|
|
274
|
+
readonly stateMutability: "nonpayable";
|
|
275
|
+
readonly type: "function";
|
|
276
|
+
}, {
|
|
277
|
+
readonly inputs: readonly [{
|
|
278
|
+
readonly internalType: "address";
|
|
279
|
+
readonly name: "_stargate";
|
|
280
|
+
readonly type: "address";
|
|
281
|
+
}, {
|
|
282
|
+
readonly internalType: "bool";
|
|
283
|
+
readonly name: "_value";
|
|
284
|
+
readonly type: "bool";
|
|
285
|
+
}];
|
|
286
|
+
readonly name: "setStargate";
|
|
287
|
+
readonly outputs: readonly [];
|
|
288
|
+
readonly stateMutability: "nonpayable";
|
|
289
|
+
readonly type: "function";
|
|
290
|
+
}, {
|
|
291
|
+
readonly inputs: readonly [{
|
|
292
|
+
readonly internalType: "uint256";
|
|
293
|
+
readonly name: "_gasLimit";
|
|
294
|
+
readonly type: "uint256";
|
|
295
|
+
}];
|
|
296
|
+
readonly name: "setTransferGasLimit";
|
|
297
|
+
readonly outputs: readonly [];
|
|
298
|
+
readonly stateMutability: "nonpayable";
|
|
299
|
+
readonly type: "function";
|
|
300
|
+
}, {
|
|
301
|
+
readonly inputs: readonly [{
|
|
302
|
+
readonly internalType: "address";
|
|
303
|
+
readonly name: "";
|
|
304
|
+
readonly type: "address";
|
|
305
|
+
}];
|
|
306
|
+
readonly name: "stargates";
|
|
307
|
+
readonly outputs: readonly [{
|
|
308
|
+
readonly internalType: "bool";
|
|
309
|
+
readonly name: "";
|
|
310
|
+
readonly type: "bool";
|
|
311
|
+
}];
|
|
312
|
+
readonly stateMutability: "view";
|
|
313
|
+
readonly type: "function";
|
|
314
|
+
}, {
|
|
315
|
+
readonly inputs: readonly [{
|
|
316
|
+
readonly internalType: "address";
|
|
317
|
+
readonly name: "_token";
|
|
318
|
+
readonly type: "address";
|
|
319
|
+
}, {
|
|
320
|
+
readonly internalType: "address";
|
|
321
|
+
readonly name: "_to";
|
|
322
|
+
readonly type: "address";
|
|
323
|
+
}, {
|
|
324
|
+
readonly internalType: "uint256";
|
|
325
|
+
readonly name: "_amount";
|
|
326
|
+
readonly type: "uint256";
|
|
327
|
+
}];
|
|
328
|
+
readonly name: "transfer";
|
|
329
|
+
readonly outputs: readonly [];
|
|
330
|
+
readonly stateMutability: "nonpayable";
|
|
331
|
+
readonly type: "function";
|
|
332
|
+
}, {
|
|
333
|
+
readonly inputs: readonly [{
|
|
334
|
+
readonly internalType: "address";
|
|
335
|
+
readonly name: "newOwner";
|
|
336
|
+
readonly type: "address";
|
|
337
|
+
}];
|
|
338
|
+
readonly name: "transferOwnership";
|
|
339
|
+
readonly outputs: readonly [];
|
|
340
|
+
readonly stateMutability: "nonpayable";
|
|
341
|
+
readonly type: "function";
|
|
342
|
+
}, {
|
|
343
|
+
readonly inputs: readonly [{
|
|
344
|
+
readonly internalType: "address";
|
|
345
|
+
readonly name: "_stargate";
|
|
346
|
+
readonly type: "address";
|
|
347
|
+
}, {
|
|
348
|
+
readonly internalType: "uint64";
|
|
349
|
+
readonly name: "_amountSD";
|
|
350
|
+
readonly type: "uint64";
|
|
351
|
+
}];
|
|
352
|
+
readonly name: "withdrawTreasuryFee";
|
|
353
|
+
readonly outputs: readonly [];
|
|
354
|
+
readonly stateMutability: "nonpayable";
|
|
355
|
+
readonly type: "function";
|
|
356
|
+
}, {
|
|
357
|
+
readonly stateMutability: "payable";
|
|
358
|
+
readonly type: "receive";
|
|
359
|
+
}];
|
|
360
|
+
type Abi0 = typeof abi0;
|
|
361
|
+
type Abis = {
|
|
362
|
+
"abstract-mainnet": Abi0;
|
|
363
|
+
"ape-mainnet": Abi0;
|
|
364
|
+
"apexfusionnexus-mainnet": Abi0;
|
|
365
|
+
"arbitrum-mainnet": Abi0;
|
|
366
|
+
"arbsep-testnet": Abi0;
|
|
367
|
+
"aurora-mainnet": Abi0;
|
|
368
|
+
"avalanche-mainnet": Abi0;
|
|
369
|
+
"avalanche-testnet": Abi0;
|
|
370
|
+
"base-mainnet": Abi0;
|
|
371
|
+
"bera-mainnet": Abi0;
|
|
372
|
+
"bl3-testnet": Abi0;
|
|
373
|
+
"botanix-mainnet": Abi0;
|
|
374
|
+
"bsc-mainnet": Abi0;
|
|
375
|
+
"bsc-sandbox-local": Abi0;
|
|
376
|
+
"bsc-testnet": Abi0;
|
|
377
|
+
"camp-mainnet": Abi0;
|
|
378
|
+
"coredao-mainnet": Abi0;
|
|
379
|
+
"cronosevm-mainnet": Abi0;
|
|
380
|
+
"degen-mainnet": Abi0;
|
|
381
|
+
"doma-mainnet": Abi0;
|
|
382
|
+
"edu-mainnet": Abi0;
|
|
383
|
+
"ethereum-mainnet": Abi0;
|
|
384
|
+
"ethereum-sandbox-local": Abi0;
|
|
385
|
+
"flare-mainnet": Abi0;
|
|
386
|
+
"flow-mainnet": Abi0;
|
|
387
|
+
"fuse-mainnet": Abi0;
|
|
388
|
+
"gatelayer-mainnet": Abi0;
|
|
389
|
+
"glue-mainnet": Abi0;
|
|
390
|
+
"gnosis-mainnet": Abi0;
|
|
391
|
+
"goat-mainnet": Abi0;
|
|
392
|
+
"gravity-mainnet": Abi0;
|
|
393
|
+
"hedera-mainnet": Abi0;
|
|
394
|
+
"hemi-mainnet": Abi0;
|
|
395
|
+
"horizen-mainnet": Abi0;
|
|
396
|
+
"ink-mainnet": Abi0;
|
|
397
|
+
"iota-mainnet": Abi0;
|
|
398
|
+
"islander-mainnet": Abi0;
|
|
399
|
+
"kava-mainnet": Abi0;
|
|
400
|
+
"klaytn-mainnet": Abi0;
|
|
401
|
+
"klaytn-testnet": Abi0;
|
|
402
|
+
"lightlink-mainnet": Abi0;
|
|
403
|
+
"manta-mainnet": Abi0;
|
|
404
|
+
"mantle-mainnet": Abi0;
|
|
405
|
+
"mantlesep-testnet": Abi0;
|
|
406
|
+
"metis-mainnet": Abi0;
|
|
407
|
+
"moderato-testnet": Abi0;
|
|
408
|
+
"monad-testnet": Abi0;
|
|
409
|
+
"nibiru-mainnet": Abi0;
|
|
410
|
+
"odyssey-testnet": Abi0;
|
|
411
|
+
"og-mainnet": Abi0;
|
|
412
|
+
"optimism-mainnet": Abi0;
|
|
413
|
+
"optsep-testnet": Abi0;
|
|
414
|
+
"orderly-mainnet": Abi0;
|
|
415
|
+
"peaq-mainnet": Abi0;
|
|
416
|
+
"plasma-mainnet": Abi0;
|
|
417
|
+
"plumephoenix-mainnet": Abi0;
|
|
418
|
+
"polygon-mainnet": Abi0;
|
|
419
|
+
"polygon-sandbox-local": Abi0;
|
|
420
|
+
"rarible-mainnet": Abi0;
|
|
421
|
+
"redbelly-mainnet": Abi0;
|
|
422
|
+
"rootstock-mainnet": Abi0;
|
|
423
|
+
"scroll-mainnet": Abi0;
|
|
424
|
+
"sei-mainnet": Abi0;
|
|
425
|
+
"sepolia-testnet": Abi0;
|
|
426
|
+
"somnia-mainnet": Abi0;
|
|
427
|
+
"soneium-mainnet": Abi0;
|
|
428
|
+
"sonic-mainnet": Abi0;
|
|
429
|
+
"sophon-mainnet": Abi0;
|
|
430
|
+
"stable-mainnet": Abi0;
|
|
431
|
+
"story-mainnet": Abi0;
|
|
432
|
+
"superposition-mainnet": Abi0;
|
|
433
|
+
"swell-mainnet": Abi0;
|
|
434
|
+
"taiko-mainnet": Abi0;
|
|
435
|
+
"telos-mainnet": Abi0;
|
|
436
|
+
"tempo-mainnet": Abi0;
|
|
437
|
+
"unichain-mainnet": Abi0;
|
|
438
|
+
"xdc-mainnet": Abi0;
|
|
439
|
+
"zkconsensys-mainnet": Abi0;
|
|
440
|
+
};
|
|
441
|
+
declare const abis: Abis;
|
|
442
|
+
|
|
443
|
+
declare const Treasurer_abis: typeof abis;
|
|
444
|
+
declare const Treasurer_addresses: typeof addresses;
|
|
445
|
+
declare const Treasurer_transactionHashes: typeof transactionHashes;
|
|
446
|
+
declare namespace Treasurer {
|
|
447
|
+
export { Treasurer_abis as abis, Treasurer_addresses as addresses, Treasurer_transactionHashes as transactionHashes };
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
export { Treasurer as T, addresses as a, abis as b, transactionHashes as t };
|
|
@@ -35,6 +35,7 @@ var addresses = {
|
|
|
35
35
|
"gravity-mainnet": "0x0dB9afb4C33be43a0a0e396Fd1383B4ea97aB10a",
|
|
36
36
|
"hedera-mainnet": "0xc8D5b106fb3dB1140cfa12a94666de02A1d26183",
|
|
37
37
|
"hemi-mainnet": "0x8731d54E9D02c286767d56ac03e8037C07e01e98",
|
|
38
|
+
"horizen-mainnet": "0xB0B2391a32E066FDf354ef7f4199300f920789F0",
|
|
38
39
|
"ink-mainnet": "0x45A01E4e04F14f7A4a6702c74187c5F6222033cd",
|
|
39
40
|
"iota-mainnet": "0x8c1014B5936dD88BAA5F4DB0423C3003615E03a0",
|
|
40
41
|
"islander-mainnet": "0x693604E757AC7e2c4A8263594A18d69c35562341",
|
|
@@ -46,6 +47,7 @@ var addresses = {
|
|
|
46
47
|
"mantle-mainnet": "0x4e8c9BaC25CEF251352aCe831270D564615b9Ce1",
|
|
47
48
|
"mantlesep-testnet": "0x674843C06FF83502ddb4D37c2E09C01cdA38cbc8",
|
|
48
49
|
"metis-mainnet": "0x3da4f8E456AC648c489c286B99Ca37B666be7C4C",
|
|
50
|
+
"moderato-testnet": "0xd027aFcc69ffA2bCB288BA68da6B71EC90d7B1d2",
|
|
49
51
|
"monad-testnet": "0xc8D5b106fb3dB1140cfa12a94666de02A1d26183",
|
|
50
52
|
"nibiru-mainnet": "0x851C9D74BF5cfAEB4a0082A55a65A8F2718b337F",
|
|
51
53
|
"odyssey-testnet": "0x99e799CBD972362a84145D98498Db4430A66a734",
|
|
@@ -74,6 +76,7 @@ var addresses = {
|
|
|
74
76
|
"swell-mainnet": "0x93819FfD972Fd57b1AAf42ba85e6B437D60FC807",
|
|
75
77
|
"taiko-mainnet": "0x8c1014B5936dD88BAA5F4DB0423C3003615E03a0",
|
|
76
78
|
"telos-mainnet": "0xa7F3e26df31Abcb20a6Fe6bE35DdC60702a32455",
|
|
79
|
+
"tempo-mainnet": "0x8F90F13463231F7FB6148077b0d989d2eeb956aD",
|
|
77
80
|
"unichain-mainnet": "0x6D205337F45D6850c3c3006e28d5b52c8a432c35",
|
|
78
81
|
"xdc-mainnet": "0x67B302E35Aef5EEE8c32D934F5856869EF428330",
|
|
79
82
|
"zkconsensys-mainnet": "0xf5F74d2508e97A3a7CCA2ccb75c8325D66b46152"
|
|
@@ -111,6 +114,7 @@ var transactionHashes = {
|
|
|
111
114
|
"gravity-mainnet": "0xc51128e1a0da862343fe0c5238740b73ff9bbc514f4ad40fb0f127afb81e9965",
|
|
112
115
|
"hedera-mainnet": "0x4d15bfc718e15d8fcca2b4429adee42c4556ddfc3e46a99179c38a276e0b24db",
|
|
113
116
|
"hemi-mainnet": "0x2e80159d36c83f0bf6b82024a380b50143a283e35dc234a040bf6890540f3d6a",
|
|
117
|
+
"horizen-mainnet": "0x424978266c6c2de412511500ad8a31386f4431e659240a01286d8398af4d8ce3",
|
|
114
118
|
"ink-mainnet": "0x093ea14517788278432ec700404fc441c848c4af55f4e1ba6bc5f0217732adfc",
|
|
115
119
|
"iota-mainnet": "0x5eaf7ec9da82638a2a5ace19e27d0289996b63229cd3b1deebf3d237c85890fc",
|
|
116
120
|
"islander-mainnet": "0xd56828bb08fd00cf46167d95598472020865d23f5b7cb4ca86a516d709d6d38b",
|
|
@@ -122,6 +126,7 @@ var transactionHashes = {
|
|
|
122
126
|
"mantle-mainnet": "0x1b801bbd019b08cfd1fe52267f9994d9d364ed7813baabd429a2940ea86673c7",
|
|
123
127
|
"mantlesep-testnet": "0x081e3cdf6aa8c00924de3f8208bceeea3b63cec608ac63e2089c652a8db6218d",
|
|
124
128
|
"metis-mainnet": "0xc06e2557441e92a050e438936b43c5e44e5eda0b3d2c3be8867ec8900e4a5172",
|
|
129
|
+
"moderato-testnet": "0xe6c90e6fbea951f7ca9d7e62249bb47641a16534a13da23a3ec4432f3c598712",
|
|
125
130
|
"monad-testnet": "0x56af3a4f4dbfd85d9ddffb8e091a1a0ab25ac78a374147fd162c40dc9f1ca348",
|
|
126
131
|
"nibiru-mainnet": "0x482a3b44e425cfb8982d13acb3111f336fe7d0f6c76f6a30eaf77a6f1d98a622",
|
|
127
132
|
"odyssey-testnet": "0xa3a891de786dc274776b9c06d052e1717990e46c69b5e6e5de872d68e4529250",
|
|
@@ -149,6 +154,7 @@ var transactionHashes = {
|
|
|
149
154
|
"swell-mainnet": "0xab6d5e17117e1955d7b621635fb59c9ef984572420572d0b3915302e1f0306ea",
|
|
150
155
|
"taiko-mainnet": "0x68764a18b669f644f0eadc0110979079a1f7af5d251639f7dc1c948c76c0eb28",
|
|
151
156
|
"telos-mainnet": "0x75a469e6993c6687e9cb5ae636328b66855604c2ebde8258a7faa6a28bbeeecd",
|
|
157
|
+
"tempo-mainnet": "0x9cdf5dcafe5754616b74cbb919849155faa68f4e066bb0d9490bdff354e94096",
|
|
152
158
|
"unichain-mainnet": "0x2bdd21924441a2d0072a66733969b8dbec7c2b872da5eaff06ed252e42f7910e",
|
|
153
159
|
"xdc-mainnet": "0x3787355174b56d26ce240943c8e99712e5c227f238b1d3a56a603fb89691dcbe",
|
|
154
160
|
"zkconsensys-mainnet": "0x26a6acdc3c158680401ad46327df0396257319403fafa87cc2454514b94f304e"
|
|
@@ -188,6 +194,7 @@ var abis = {
|
|
|
188
194
|
"gravity-mainnet": abi0,
|
|
189
195
|
"hedera-mainnet": abi0,
|
|
190
196
|
"hemi-mainnet": abi0,
|
|
197
|
+
"horizen-mainnet": abi0,
|
|
191
198
|
"ink-mainnet": abi0,
|
|
192
199
|
"iota-mainnet": abi0,
|
|
193
200
|
"islander-mainnet": abi0,
|
|
@@ -199,6 +206,7 @@ var abis = {
|
|
|
199
206
|
"mantle-mainnet": abi0,
|
|
200
207
|
"mantlesep-testnet": abi0,
|
|
201
208
|
"metis-mainnet": abi0,
|
|
209
|
+
"moderato-testnet": abi0,
|
|
202
210
|
"monad-testnet": abi0,
|
|
203
211
|
"nibiru-mainnet": abi0,
|
|
204
212
|
"odyssey-testnet": abi0,
|
|
@@ -227,6 +235,7 @@ var abis = {
|
|
|
227
235
|
"swell-mainnet": abi0,
|
|
228
236
|
"taiko-mainnet": abi0,
|
|
229
237
|
"telos-mainnet": abi0,
|
|
238
|
+
"tempo-mainnet": abi0,
|
|
230
239
|
"unichain-mainnet": abi0,
|
|
231
240
|
"xdc-mainnet": abi0,
|
|
232
241
|
"zkconsensys-mainnet": abi0
|