@townsq/mm-sdk 1.8.0 → 2.1.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/dist/chains/evm/common/constant/tokens.js +16 -0
- package/dist/chains/evm/common/constant/tokens.js.map +1 -1
- package/dist/chains/evm/hub/constants/chain.js +24 -0
- package/dist/chains/evm/hub/constants/chain.js.map +1 -1
- package/dist/chains/evm/hub/modules/ts-hub-loan.js.map +1 -1
- package/dist/common/constants/chain.js +20 -0
- package/dist/common/constants/chain.js.map +1 -1
- package/dist/common/constants/pool.d.ts +2 -0
- package/dist/common/constants/pool.js +2 -0
- package/dist/common/constants/pool.js.map +1 -1
- package/dist/common/types/token.d.ts +2 -0
- package/dist/common/types/token.js +2 -0
- package/dist/common/types/token.js.map +1 -1
- package/dist/lifeline/modules/ts-loan.d.ts +2 -2
- package/dist/lifeline/modules/ts-loan.js +3 -2
- package/dist/lifeline/modules/ts-loan.js.map +1 -1
- package/package.json +1 -1
- package/src/chains/evm/common/constant/tokens.ts +16 -1
- package/src/chains/evm/hub/constants/chain.ts +55 -25
- package/src/chains/evm/hub/modules/ts-hub-loan.ts +1 -0
- package/src/common/constants/chain.ts +68 -36
- package/src/common/constants/pool.ts +2 -0
- package/src/common/types/token.ts +3 -0
- package/src/lifeline/modules/ts-loan.ts +87 -85
|
@@ -20,16 +20,16 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
20
20
|
tsChainId: TS_CHAIN_ID.MONAD,
|
|
21
21
|
hubAddress: convertToGenericAddress(
|
|
22
22
|
'0x2dfdb4bf6c910b5bbbb0d07ec5f088e294628189' as EvmAddress,
|
|
23
|
-
ChainType.EVM
|
|
23
|
+
ChainType.EVM,
|
|
24
24
|
),
|
|
25
25
|
hubMessageDispatcher: convertToGenericAddress(
|
|
26
26
|
'0xed84c02a0787d56d0b53efe64dd60a1ae20e4e31' as EvmAddress,
|
|
27
|
-
ChainType.EVM
|
|
27
|
+
ChainType.EVM,
|
|
28
28
|
),
|
|
29
29
|
adapters: {
|
|
30
30
|
[AdapterType.HUB]: convertToGenericAddress(
|
|
31
31
|
'0x2970fde6064178d51d961689cb5b64226ab11fc2' as EvmAddress,
|
|
32
|
-
ChainType.EVM
|
|
32
|
+
ChainType.EVM,
|
|
33
33
|
),
|
|
34
34
|
// [AdapterType.WORMHOLE_DATA]: convertToGenericAddress(
|
|
35
35
|
// '' as EvmAddress,
|
|
@@ -38,23 +38,23 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
38
38
|
},
|
|
39
39
|
nodeManagerAddress: convertToGenericAddress(
|
|
40
40
|
'0x2bddd0e17d806d6ec521addb3f921879d1f6c0e8' as EvmAddress,
|
|
41
|
-
ChainType.EVM
|
|
41
|
+
ChainType.EVM,
|
|
42
42
|
),
|
|
43
43
|
priceFeedControllerAddress: convertToGenericAddress(
|
|
44
44
|
'0x428cfa65310c70bc9e65bddb26c65fe4ca490376' as EvmAddress,
|
|
45
|
-
ChainType.EVM
|
|
45
|
+
ChainType.EVM,
|
|
46
46
|
),
|
|
47
47
|
spokeControllerAddress: convertToGenericAddress(
|
|
48
48
|
'0x8f8a0ed366439576b7db220678ed1259743239e3' as EvmAddress,
|
|
49
|
-
ChainType.EVM
|
|
49
|
+
ChainType.EVM,
|
|
50
50
|
),
|
|
51
51
|
accountControllerAddress: convertToGenericAddress(
|
|
52
52
|
'0xc2df24203ab3a4f3857d649757a99e18de059a16' as EvmAddress,
|
|
53
|
-
ChainType.EVM
|
|
53
|
+
ChainType.EVM,
|
|
54
54
|
),
|
|
55
55
|
loanControllerAddress: convertToGenericAddress(
|
|
56
56
|
'0xc4c20efbefa4bde14091a3040d112cf981d8b2db' as EvmAddress,
|
|
57
|
-
ChainType.EVM
|
|
57
|
+
ChainType.EVM,
|
|
58
58
|
),
|
|
59
59
|
tokens: {
|
|
60
60
|
[MAINNET_TS_TOKEN_ID.USDC]: {
|
|
@@ -66,7 +66,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
66
66
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.USDC],
|
|
67
67
|
poolAddress: convertToGenericAddress(
|
|
68
68
|
'0xdb4e67f878289a820046f46f6304fd6ee1449281' as EvmAddress,
|
|
69
|
-
ChainType.EVM
|
|
69
|
+
ChainType.EVM,
|
|
70
70
|
),
|
|
71
71
|
supportedLoanTypes: new Set([
|
|
72
72
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -84,7 +84,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
84
84
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.MON],
|
|
85
85
|
poolAddress: convertToGenericAddress(
|
|
86
86
|
'0x106d0e2bff74b39d09636bdcd5d4189f24d91433' as EvmAddress,
|
|
87
|
-
ChainType.EVM
|
|
87
|
+
ChainType.EVM,
|
|
88
88
|
),
|
|
89
89
|
supportedLoanTypes: new Set([
|
|
90
90
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -102,7 +102,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
102
102
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.wMON],
|
|
103
103
|
poolAddress: convertToGenericAddress(
|
|
104
104
|
'0xf358f9e4ba7d210fde8c9a30522bb0063e15c4bb' as EvmAddress,
|
|
105
|
-
ChainType.EVM
|
|
105
|
+
ChainType.EVM,
|
|
106
106
|
),
|
|
107
107
|
supportedLoanTypes: new Set([
|
|
108
108
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -120,7 +120,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
120
120
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.AZND],
|
|
121
121
|
poolAddress: convertToGenericAddress(
|
|
122
122
|
'0xaa3f243731d724f2195271a9c3f5c744f0d0b948' as EvmAddress,
|
|
123
|
-
ChainType.EVM
|
|
123
|
+
ChainType.EVM,
|
|
124
124
|
),
|
|
125
125
|
supportedLoanTypes: new Set([
|
|
126
126
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -137,7 +137,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
137
137
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.muBOND],
|
|
138
138
|
poolAddress: convertToGenericAddress(
|
|
139
139
|
'0x09cd0233ad57bac4f916ca7aa08321b96effbaf2' as EvmAddress,
|
|
140
|
-
ChainType.EVM
|
|
140
|
+
ChainType.EVM,
|
|
141
141
|
),
|
|
142
142
|
supportedLoanTypes: new Set([
|
|
143
143
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -154,7 +154,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
154
154
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.AUSD],
|
|
155
155
|
poolAddress: convertToGenericAddress(
|
|
156
156
|
'0x7f5996865e952bd7892366712d319de59b9ecc6b' as EvmAddress,
|
|
157
|
-
ChainType.EVM
|
|
157
|
+
ChainType.EVM,
|
|
158
158
|
),
|
|
159
159
|
supportedLoanTypes: new Set([
|
|
160
160
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -171,7 +171,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
171
171
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.earnAUSD],
|
|
172
172
|
poolAddress: convertToGenericAddress(
|
|
173
173
|
'0x7d99267be583d46273803b2b1c5edb98bff6538d' as EvmAddress,
|
|
174
|
-
ChainType.EVM
|
|
174
|
+
ChainType.EVM,
|
|
175
175
|
),
|
|
176
176
|
supportedLoanTypes: new Set([
|
|
177
177
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -204,7 +204,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
204
204
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.USD1],
|
|
205
205
|
poolAddress: convertToGenericAddress(
|
|
206
206
|
'0x3249df5ca0b825e7c3e7d84a4bb11c2eacd8c0f6' as EvmAddress,
|
|
207
|
-
ChainType.EVM
|
|
207
|
+
ChainType.EVM,
|
|
208
208
|
),
|
|
209
209
|
supportedLoanTypes: new Set([
|
|
210
210
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -221,7 +221,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
221
221
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.WETH],
|
|
222
222
|
poolAddress: convertToGenericAddress(
|
|
223
223
|
'0x0394728ef18258ca21f782ce37ebf1a16799d7ef' as EvmAddress,
|
|
224
|
-
ChainType.EVM
|
|
224
|
+
ChainType.EVM,
|
|
225
225
|
),
|
|
226
226
|
supportedLoanTypes: new Set([
|
|
227
227
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -237,7 +237,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
237
237
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.WBTC],
|
|
238
238
|
poolAddress: convertToGenericAddress(
|
|
239
239
|
'0xd636d6ab7072483de6ddc067f9147f8c1e512f18' as EvmAddress,
|
|
240
|
-
ChainType.EVM
|
|
240
|
+
ChainType.EVM,
|
|
241
241
|
),
|
|
242
242
|
supportedLoanTypes: new Set([
|
|
243
243
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -253,7 +253,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
253
253
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.sMON],
|
|
254
254
|
poolAddress: convertToGenericAddress(
|
|
255
255
|
'0xc0fda7f80e772ac3f85735f66ecb1ac964a033f2' as EvmAddress,
|
|
256
|
-
ChainType.EVM
|
|
256
|
+
ChainType.EVM,
|
|
257
257
|
),
|
|
258
258
|
supportedLoanTypes: new Set([
|
|
259
259
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -269,7 +269,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
269
269
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.shMON],
|
|
270
270
|
poolAddress: convertToGenericAddress(
|
|
271
271
|
'0xd2108dec68089646c3d4d95f01ea42ee1142e7f4' as EvmAddress,
|
|
272
|
-
ChainType.EVM
|
|
272
|
+
ChainType.EVM,
|
|
273
273
|
),
|
|
274
274
|
supportedLoanTypes: new Set([
|
|
275
275
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -285,7 +285,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
285
285
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.gMON],
|
|
286
286
|
poolAddress: convertToGenericAddress(
|
|
287
287
|
'0x428bebf994c970656854eb66586583fe682cc1d3' as EvmAddress,
|
|
288
|
-
ChainType.EVM
|
|
288
|
+
ChainType.EVM,
|
|
289
289
|
),
|
|
290
290
|
supportedLoanTypes: new Set([
|
|
291
291
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -301,7 +301,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
301
301
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.aprMON],
|
|
302
302
|
poolAddress: convertToGenericAddress(
|
|
303
303
|
'0xfdd72592a657775249da1b013ac1371ccd45d885' as EvmAddress,
|
|
304
|
-
ChainType.EVM
|
|
304
|
+
ChainType.EVM,
|
|
305
305
|
),
|
|
306
306
|
supportedLoanTypes: new Set([
|
|
307
307
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -317,11 +317,12 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
317
317
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.USDT],
|
|
318
318
|
poolAddress: convertToGenericAddress(
|
|
319
319
|
'0x7821ba4e39c86ac4bdd2482e853f9c7ba57d01d0' as EvmAddress,
|
|
320
|
-
ChainType.EVM
|
|
320
|
+
ChainType.EVM,
|
|
321
321
|
),
|
|
322
322
|
supportedLoanTypes: new Set([
|
|
323
323
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
324
324
|
MAINNET_LOAN_TYPE_ID.STABLE_EFFICIENCY,
|
|
325
|
+
MAINNET_LOAN_TYPE_ID.DEPOSIT,
|
|
325
326
|
]),
|
|
326
327
|
},
|
|
327
328
|
[MAINNET_TS_TOKEN_ID.sAUSD]: {
|
|
@@ -333,7 +334,7 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
333
334
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.sAUSD],
|
|
334
335
|
poolAddress: convertToGenericAddress(
|
|
335
336
|
'0x4c79b2368d0ffa1bc7399ee0fb3569e220c3f52d' as EvmAddress,
|
|
336
|
-
ChainType.EVM
|
|
337
|
+
ChainType.EVM,
|
|
337
338
|
),
|
|
338
339
|
supportedLoanTypes: new Set([
|
|
339
340
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
@@ -349,13 +350,42 @@ export const HUB_CHAIN: Record<NetworkType.MAINNET, HubChain> = {
|
|
|
349
350
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.IoAZND],
|
|
350
351
|
poolAddress: convertToGenericAddress(
|
|
351
352
|
'0x1122a5444ce12bba9f63f523e2f5155ebf046e92' as EvmAddress,
|
|
352
|
-
ChainType.EVM
|
|
353
|
+
ChainType.EVM,
|
|
353
354
|
),
|
|
354
355
|
supportedLoanTypes: new Set([
|
|
355
356
|
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
356
357
|
MAINNET_LOAN_TYPE_ID.STABLE_EFFICIENCY,
|
|
357
358
|
]),
|
|
358
359
|
},
|
|
360
|
+
[MAINNET_TS_TOKEN_ID.syzUSD]: {
|
|
361
|
+
token: {
|
|
362
|
+
type: TokenType.ERC20,
|
|
363
|
+
decimals: 18,
|
|
364
|
+
},
|
|
365
|
+
TsTokenId: MAINNET_TS_TOKEN_ID.syzUSD,
|
|
366
|
+
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.syzUSD],
|
|
367
|
+
poolAddress: convertToGenericAddress(
|
|
368
|
+
'0x8a0f894ec72c879b0f808c6d3fc1fbc7b130cc69' as EvmAddress,
|
|
369
|
+
ChainType.EVM,
|
|
370
|
+
),
|
|
371
|
+
supportedLoanTypes: new Set([MAINNET_LOAN_TYPE_ID.GENERAL]),
|
|
372
|
+
},
|
|
373
|
+
[MAINNET_TS_TOKEN_ID.yzUSD]: {
|
|
374
|
+
token: {
|
|
375
|
+
type: TokenType.ERC20,
|
|
376
|
+
decimals: 18,
|
|
377
|
+
},
|
|
378
|
+
TsTokenId: MAINNET_TS_TOKEN_ID.yzUSD,
|
|
379
|
+
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.yzUSD],
|
|
380
|
+
poolAddress: convertToGenericAddress(
|
|
381
|
+
'0x9f2bc225892eee4c2b579d4b7cb3a74859b5d622' as EvmAddress,
|
|
382
|
+
ChainType.EVM,
|
|
383
|
+
),
|
|
384
|
+
supportedLoanTypes: new Set([
|
|
385
|
+
MAINNET_LOAN_TYPE_ID.GENERAL,
|
|
386
|
+
MAINNET_LOAN_TYPE_ID.DEPOSIT,
|
|
387
|
+
]),
|
|
388
|
+
},
|
|
359
389
|
} satisfies Record<MainnetTsTokenId, HubTokenData>,
|
|
360
390
|
},
|
|
361
391
|
};
|
|
@@ -64,16 +64,16 @@ export const SPOKE_CHAIN: Record<
|
|
|
64
64
|
tsChainId: TS_CHAIN_ID.MONAD,
|
|
65
65
|
spokeOperationAddress: convertToGenericAddress(
|
|
66
66
|
'0x63cb1cf5accbcc57e0cca047be9673ea5022b8db' as EvmAddress,
|
|
67
|
-
ChainType.EVM
|
|
67
|
+
ChainType.EVM,
|
|
68
68
|
),
|
|
69
69
|
messageDispatcherAddress: convertToGenericAddress(
|
|
70
70
|
'0xb4a545a183bd072548ddfe9ddadc2c6f962ac14f' as EvmAddress,
|
|
71
|
-
ChainType.EVM
|
|
71
|
+
ChainType.EVM,
|
|
72
72
|
),
|
|
73
73
|
adapters: {
|
|
74
74
|
[AdapterType.HUB]: convertToGenericAddress(
|
|
75
75
|
'0x2970fde6064178d51d961689cb5b64226ab11fc2' as EvmAddress,
|
|
76
|
-
ChainType.EVM
|
|
76
|
+
ChainType.EVM,
|
|
77
77
|
),
|
|
78
78
|
},
|
|
79
79
|
tokens: {
|
|
@@ -86,7 +86,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
86
86
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.MON],
|
|
87
87
|
spokeAddress: convertToGenericAddress(
|
|
88
88
|
'0x0392354326960f891926835eedab127766b21668' as EvmAddress,
|
|
89
|
-
ChainType.EVM
|
|
89
|
+
ChainType.EVM,
|
|
90
90
|
),
|
|
91
91
|
},
|
|
92
92
|
[MAINNET_TS_TOKEN_ID.wMON]: {
|
|
@@ -94,7 +94,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
94
94
|
type: TokenType.ERC20,
|
|
95
95
|
address: convertToGenericAddress(
|
|
96
96
|
'0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A' as EvmAddress,
|
|
97
|
-
ChainType.EVM
|
|
97
|
+
ChainType.EVM,
|
|
98
98
|
),
|
|
99
99
|
decimals: 18,
|
|
100
100
|
},
|
|
@@ -102,7 +102,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
102
102
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.wMON],
|
|
103
103
|
spokeAddress: convertToGenericAddress(
|
|
104
104
|
'0xa2B1AC2Bb0a6Ad5E74D74F8809A2F935813d273a' as EvmAddress,
|
|
105
|
-
ChainType.EVM
|
|
105
|
+
ChainType.EVM,
|
|
106
106
|
),
|
|
107
107
|
},
|
|
108
108
|
[MAINNET_TS_TOKEN_ID.USDC]: {
|
|
@@ -110,7 +110,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
110
110
|
type: TokenType.ERC20,
|
|
111
111
|
address: convertToGenericAddress(
|
|
112
112
|
'0x754704Bc059F8C67012fEd69BC8A327a5aafb603' as EvmAddress,
|
|
113
|
-
ChainType.EVM
|
|
113
|
+
ChainType.EVM,
|
|
114
114
|
),
|
|
115
115
|
decimals: 6,
|
|
116
116
|
},
|
|
@@ -118,7 +118,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
118
118
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.USDC],
|
|
119
119
|
spokeAddress: convertToGenericAddress(
|
|
120
120
|
'0xa457235b68606a7921b7c525d92e9592e793b4c0' as EvmAddress,
|
|
121
|
-
ChainType.EVM
|
|
121
|
+
ChainType.EVM,
|
|
122
122
|
),
|
|
123
123
|
},
|
|
124
124
|
[MAINNET_TS_TOKEN_ID.AZND]: {
|
|
@@ -126,7 +126,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
126
126
|
type: TokenType.ERC20,
|
|
127
127
|
address: convertToGenericAddress(
|
|
128
128
|
'0x4917a5ec9fCb5e10f47CBB197aBe6aB63be81fE8' as EvmAddress,
|
|
129
|
-
ChainType.EVM
|
|
129
|
+
ChainType.EVM,
|
|
130
130
|
),
|
|
131
131
|
decimals: 18,
|
|
132
132
|
},
|
|
@@ -134,7 +134,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
134
134
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.AZND],
|
|
135
135
|
spokeAddress: convertToGenericAddress(
|
|
136
136
|
'0x21883c045311fc211dcb102280857cacd6cd11a0' as EvmAddress,
|
|
137
|
-
ChainType.EVM
|
|
137
|
+
ChainType.EVM,
|
|
138
138
|
),
|
|
139
139
|
},
|
|
140
140
|
[MAINNET_TS_TOKEN_ID.muBOND]: {
|
|
@@ -142,7 +142,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
142
142
|
type: TokenType.ERC20,
|
|
143
143
|
address: convertToGenericAddress(
|
|
144
144
|
'0x336D414754967C6682B5A665C7DAF6F1409E63e8' as EvmAddress,
|
|
145
|
-
ChainType.EVM
|
|
145
|
+
ChainType.EVM,
|
|
146
146
|
),
|
|
147
147
|
decimals: 18,
|
|
148
148
|
},
|
|
@@ -150,7 +150,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
150
150
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.muBOND],
|
|
151
151
|
spokeAddress: convertToGenericAddress(
|
|
152
152
|
'0x65602dbA7c8C8bC9c64a0Dea9aC80d173998fEaa' as EvmAddress,
|
|
153
|
-
ChainType.EVM
|
|
153
|
+
ChainType.EVM,
|
|
154
154
|
),
|
|
155
155
|
},
|
|
156
156
|
[MAINNET_TS_TOKEN_ID.AUSD]: {
|
|
@@ -158,7 +158,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
158
158
|
type: TokenType.ERC20,
|
|
159
159
|
address: convertToGenericAddress(
|
|
160
160
|
'0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a' as EvmAddress,
|
|
161
|
-
ChainType.EVM
|
|
161
|
+
ChainType.EVM,
|
|
162
162
|
),
|
|
163
163
|
decimals: 6,
|
|
164
164
|
},
|
|
@@ -166,7 +166,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
166
166
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.AUSD],
|
|
167
167
|
spokeAddress: convertToGenericAddress(
|
|
168
168
|
'0xbf97097a38af76416c1e67fa072bdfde080241cd' as EvmAddress,
|
|
169
|
-
ChainType.EVM
|
|
169
|
+
ChainType.EVM,
|
|
170
170
|
),
|
|
171
171
|
},
|
|
172
172
|
[MAINNET_TS_TOKEN_ID.earnAUSD]: {
|
|
@@ -174,7 +174,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
174
174
|
type: TokenType.ERC20,
|
|
175
175
|
address: convertToGenericAddress(
|
|
176
176
|
'0x103222f020e98Bba0AD9809A011FDF8e6F067496' as EvmAddress,
|
|
177
|
-
ChainType.EVM
|
|
177
|
+
ChainType.EVM,
|
|
178
178
|
),
|
|
179
179
|
decimals: 6,
|
|
180
180
|
},
|
|
@@ -182,7 +182,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
182
182
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.earnAUSD],
|
|
183
183
|
spokeAddress: convertToGenericAddress(
|
|
184
184
|
'0x184da9d07f5301eeb62b87b5f4f4e65f8114f0fd' as EvmAddress,
|
|
185
|
-
ChainType.EVM
|
|
185
|
+
ChainType.EVM,
|
|
186
186
|
),
|
|
187
187
|
},
|
|
188
188
|
[MAINNET_TS_TOKEN_ID.IoAZND]: {
|
|
@@ -190,7 +190,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
190
190
|
type: TokenType.ERC20,
|
|
191
191
|
address: convertToGenericAddress(
|
|
192
192
|
'0x9c82eB49B51F7Dc61e22Ff347931CA32aDc6cd90' as EvmAddress,
|
|
193
|
-
ChainType.EVM
|
|
193
|
+
ChainType.EVM,
|
|
194
194
|
),
|
|
195
195
|
decimals: 18,
|
|
196
196
|
},
|
|
@@ -198,7 +198,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
198
198
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.IoAZND],
|
|
199
199
|
spokeAddress: convertToGenericAddress(
|
|
200
200
|
'0x1defe62f5455538ec89b80ccd9c55f9e5df29d31' as EvmAddress,
|
|
201
|
-
ChainType.EVM
|
|
201
|
+
ChainType.EVM,
|
|
202
202
|
),
|
|
203
203
|
},
|
|
204
204
|
[MAINNET_TS_TOKEN_ID.USD1]: {
|
|
@@ -206,7 +206,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
206
206
|
type: TokenType.ERC20,
|
|
207
207
|
address: convertToGenericAddress(
|
|
208
208
|
'0x111111d2bf19e43C34263401e0CAd979eD1cdb61' as EvmAddress,
|
|
209
|
-
ChainType.EVM
|
|
209
|
+
ChainType.EVM,
|
|
210
210
|
),
|
|
211
211
|
decimals: 6,
|
|
212
212
|
},
|
|
@@ -214,7 +214,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
214
214
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.USD1],
|
|
215
215
|
spokeAddress: convertToGenericAddress(
|
|
216
216
|
'0x2d8bbbd148fb36ec7802fb5b3aa5e12c1611026a' as EvmAddress,
|
|
217
|
-
ChainType.EVM
|
|
217
|
+
ChainType.EVM,
|
|
218
218
|
),
|
|
219
219
|
},
|
|
220
220
|
[MAINNET_TS_TOKEN_ID.WETH]: {
|
|
@@ -222,7 +222,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
222
222
|
type: TokenType.ERC20,
|
|
223
223
|
address: convertToGenericAddress(
|
|
224
224
|
'0xEE8c0E9f1BFFb4Eb878d8f15f368A02a35481242' as EvmAddress,
|
|
225
|
-
ChainType.EVM
|
|
225
|
+
ChainType.EVM,
|
|
226
226
|
),
|
|
227
227
|
decimals: 18,
|
|
228
228
|
},
|
|
@@ -230,7 +230,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
230
230
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.WETH],
|
|
231
231
|
spokeAddress: convertToGenericAddress(
|
|
232
232
|
'0xd75c4342d1f5bfd3eaaf4c7b39cda9aa8f64ab9c' as EvmAddress,
|
|
233
|
-
ChainType.EVM
|
|
233
|
+
ChainType.EVM,
|
|
234
234
|
),
|
|
235
235
|
},
|
|
236
236
|
[MAINNET_TS_TOKEN_ID.WBTC]: {
|
|
@@ -238,7 +238,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
238
238
|
type: TokenType.ERC20,
|
|
239
239
|
address: convertToGenericAddress(
|
|
240
240
|
'0x0555E30da8f98308EdB960aa94C0Db47230d2B9c' as EvmAddress,
|
|
241
|
-
ChainType.EVM
|
|
241
|
+
ChainType.EVM,
|
|
242
242
|
),
|
|
243
243
|
decimals: 8,
|
|
244
244
|
},
|
|
@@ -246,7 +246,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
246
246
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.WBTC],
|
|
247
247
|
spokeAddress: convertToGenericAddress(
|
|
248
248
|
'0x9f9524c49330d23e088953842c34759f795fd4e9' as EvmAddress,
|
|
249
|
-
ChainType.EVM
|
|
249
|
+
ChainType.EVM,
|
|
250
250
|
),
|
|
251
251
|
},
|
|
252
252
|
[MAINNET_TS_TOKEN_ID.sMON]: {
|
|
@@ -254,7 +254,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
254
254
|
type: TokenType.ERC20,
|
|
255
255
|
address: convertToGenericAddress(
|
|
256
256
|
'0xA3227C5969757783154C60bF0bC1944180ed81B9' as EvmAddress,
|
|
257
|
-
ChainType.EVM
|
|
257
|
+
ChainType.EVM,
|
|
258
258
|
),
|
|
259
259
|
decimals: 18,
|
|
260
260
|
},
|
|
@@ -262,7 +262,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
262
262
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.sMON],
|
|
263
263
|
spokeAddress: convertToGenericAddress(
|
|
264
264
|
'0x4461d789d599fe1f89936ecbcb9ae11bf1ee6440' as EvmAddress,
|
|
265
|
-
ChainType.EVM
|
|
265
|
+
ChainType.EVM,
|
|
266
266
|
),
|
|
267
267
|
},
|
|
268
268
|
[MAINNET_TS_TOKEN_ID.shMON]: {
|
|
@@ -270,7 +270,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
270
270
|
type: TokenType.ERC20,
|
|
271
271
|
address: convertToGenericAddress(
|
|
272
272
|
'0x1B68626dCa36c7fE922fD2d55E4f631d962dE19c' as EvmAddress,
|
|
273
|
-
ChainType.EVM
|
|
273
|
+
ChainType.EVM,
|
|
274
274
|
),
|
|
275
275
|
decimals: 18,
|
|
276
276
|
},
|
|
@@ -278,7 +278,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
278
278
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.shMON],
|
|
279
279
|
spokeAddress: convertToGenericAddress(
|
|
280
280
|
'0x359c20164d7b64310e376de609ee511ab49185cf' as EvmAddress,
|
|
281
|
-
ChainType.EVM
|
|
281
|
+
ChainType.EVM,
|
|
282
282
|
),
|
|
283
283
|
},
|
|
284
284
|
[MAINNET_TS_TOKEN_ID.gMON]: {
|
|
@@ -286,7 +286,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
286
286
|
type: TokenType.ERC20,
|
|
287
287
|
address: convertToGenericAddress(
|
|
288
288
|
'0x8498312A6B3CbD158bf0c93AbdCF29E6e4F55081' as EvmAddress,
|
|
289
|
-
ChainType.EVM
|
|
289
|
+
ChainType.EVM,
|
|
290
290
|
),
|
|
291
291
|
decimals: 18,
|
|
292
292
|
},
|
|
@@ -294,7 +294,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
294
294
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.gMON],
|
|
295
295
|
spokeAddress: convertToGenericAddress(
|
|
296
296
|
'0xc4bcdf95ad95ed26258e167c95c87c73efdfb2aa' as EvmAddress,
|
|
297
|
-
ChainType.EVM
|
|
297
|
+
ChainType.EVM,
|
|
298
298
|
),
|
|
299
299
|
},
|
|
300
300
|
[MAINNET_TS_TOKEN_ID.aprMON]: {
|
|
@@ -302,7 +302,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
302
302
|
type: TokenType.ERC20,
|
|
303
303
|
address: convertToGenericAddress(
|
|
304
304
|
'0x0c65A0BC65a5D819235B71F554D210D3F80E0852' as EvmAddress,
|
|
305
|
-
ChainType.EVM
|
|
305
|
+
ChainType.EVM,
|
|
306
306
|
),
|
|
307
307
|
decimals: 18,
|
|
308
308
|
},
|
|
@@ -310,7 +310,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
310
310
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.aprMON],
|
|
311
311
|
spokeAddress: convertToGenericAddress(
|
|
312
312
|
'0xb1a54ea5f0c700454bce454144fb8e6e6254a3c7' as EvmAddress,
|
|
313
|
-
ChainType.EVM
|
|
313
|
+
ChainType.EVM,
|
|
314
314
|
),
|
|
315
315
|
},
|
|
316
316
|
[MAINNET_TS_TOKEN_ID.USDT]: {
|
|
@@ -318,7 +318,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
318
318
|
type: TokenType.ERC20,
|
|
319
319
|
address: convertToGenericAddress(
|
|
320
320
|
'0xe7cd86e13AC4309349F30B3435a9d337750fC82D' as EvmAddress,
|
|
321
|
-
ChainType.EVM
|
|
321
|
+
ChainType.EVM,
|
|
322
322
|
),
|
|
323
323
|
decimals: 6,
|
|
324
324
|
},
|
|
@@ -326,7 +326,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
326
326
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.USDT],
|
|
327
327
|
spokeAddress: convertToGenericAddress(
|
|
328
328
|
'0x228589575b37d594a5e973f6558a26620a89f1ba' as EvmAddress,
|
|
329
|
-
ChainType.EVM
|
|
329
|
+
ChainType.EVM,
|
|
330
330
|
),
|
|
331
331
|
},
|
|
332
332
|
[MAINNET_TS_TOKEN_ID.sAUSD]: {
|
|
@@ -334,7 +334,7 @@ export const SPOKE_CHAIN: Record<
|
|
|
334
334
|
type: TokenType.ERC20,
|
|
335
335
|
address: convertToGenericAddress(
|
|
336
336
|
'0xD793c04B87386A6bb84ee61D98e0065FdE7fdA5E' as EvmAddress,
|
|
337
|
-
ChainType.EVM
|
|
337
|
+
ChainType.EVM,
|
|
338
338
|
),
|
|
339
339
|
decimals: 6,
|
|
340
340
|
},
|
|
@@ -342,7 +342,39 @@ export const SPOKE_CHAIN: Record<
|
|
|
342
342
|
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.sAUSD],
|
|
343
343
|
spokeAddress: convertToGenericAddress(
|
|
344
344
|
'0xd3ed6ecdbb9ba63c5771c5281da32526c52512ab' as EvmAddress,
|
|
345
|
-
ChainType.EVM
|
|
345
|
+
ChainType.EVM,
|
|
346
|
+
),
|
|
347
|
+
},
|
|
348
|
+
[MAINNET_TS_TOKEN_ID.syzUSD]: {
|
|
349
|
+
token: {
|
|
350
|
+
type: TokenType.ERC20,
|
|
351
|
+
address: convertToGenericAddress(
|
|
352
|
+
'0x484be0540aD49f351eaa04eeB35dF0f937D4E73f' as EvmAddress,
|
|
353
|
+
ChainType.EVM,
|
|
354
|
+
),
|
|
355
|
+
decimals: 18,
|
|
356
|
+
},
|
|
357
|
+
TsTokenId: MAINNET_TS_TOKEN_ID.syzUSD,
|
|
358
|
+
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.syzUSD],
|
|
359
|
+
spokeAddress: convertToGenericAddress(
|
|
360
|
+
'0x51e3ad34d58e568c5250d3a0e61b3ef4ffef36b1' as EvmAddress,
|
|
361
|
+
ChainType.EVM,
|
|
362
|
+
),
|
|
363
|
+
},
|
|
364
|
+
[MAINNET_TS_TOKEN_ID.yzUSD]: {
|
|
365
|
+
token: {
|
|
366
|
+
type: TokenType.ERC20,
|
|
367
|
+
address: convertToGenericAddress(
|
|
368
|
+
'0x9dcB0D17eDDE04D27F387c89fECb78654C373858' as EvmAddress,
|
|
369
|
+
ChainType.EVM,
|
|
370
|
+
),
|
|
371
|
+
decimals: 18,
|
|
372
|
+
},
|
|
373
|
+
TsTokenId: MAINNET_TS_TOKEN_ID.yzUSD,
|
|
374
|
+
poolId: MAINNET_POOLS[MAINNET_TS_TOKEN_ID.yzUSD],
|
|
375
|
+
spokeAddress: convertToGenericAddress(
|
|
376
|
+
'0x6caafd3a8ddec6ef4e528f6285ac9b7db755a3c0' as EvmAddress,
|
|
377
|
+
ChainType.EVM,
|
|
346
378
|
),
|
|
347
379
|
},
|
|
348
380
|
},
|
|
@@ -23,6 +23,8 @@ export const MAINNET_POOLS = {
|
|
|
23
23
|
[MAINNET_TS_TOKEN_ID.USDT]: 20,
|
|
24
24
|
[MAINNET_TS_TOKEN_ID.sAUSD]: 21,
|
|
25
25
|
[MAINNET_TS_TOKEN_ID.IoAZND]: 17,
|
|
26
|
+
[MAINNET_TS_TOKEN_ID.syzUSD]: 25,
|
|
27
|
+
[MAINNET_TS_TOKEN_ID.yzUSD]: 24,
|
|
26
28
|
} as const satisfies Record<MainnetTsTokenId, number>;
|
|
27
29
|
|
|
28
30
|
const MAINNET_TS_TOKEN_IDS_FROM_POOL = Object.fromEntries(
|