@moonwell-fi/moonwell-sdk 0.7.2 → 0.7.3
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 +8 -0
- package/_cjs/environments/definitions/base/core-markets.js +4 -0
- package/_cjs/environments/definitions/base/core-markets.js.map +1 -1
- package/_cjs/environments/definitions/base/tokens.js +25 -13
- package/_cjs/environments/definitions/base/tokens.js.map +1 -1
- package/_cjs/environments/definitions/moonbeam/tokens.js +4 -4
- package/_cjs/environments/definitions/moonbeam/tokens.js.map +1 -1
- package/_cjs/environments/definitions/moonriver/tokens.js +7 -7
- package/_cjs/environments/definitions/moonriver/tokens.js.map +1 -1
- package/_cjs/environments/definitions/optimism/tokens.js +12 -12
- package/_cjs/environments/definitions/optimism/tokens.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_esm/environments/definitions/base/core-markets.js +4 -0
- package/_esm/environments/definitions/base/core-markets.js.map +1 -1
- package/_esm/environments/definitions/base/tokens.js +25 -13
- package/_esm/environments/definitions/base/tokens.js.map +1 -1
- package/_esm/environments/definitions/moonbeam/tokens.js +4 -4
- package/_esm/environments/definitions/moonbeam/tokens.js.map +1 -1
- package/_esm/environments/definitions/moonriver/tokens.js +7 -7
- package/_esm/environments/definitions/moonriver/tokens.js.map +1 -1
- package/_esm/environments/definitions/optimism/tokens.js +12 -12
- package/_esm/environments/definitions/optimism/tokens.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_types/client/createMoonwellClient.d.ts +208 -144
- package/_types/client/createMoonwellClient.d.ts.map +1 -1
- package/_types/environments/definitions/base/core-markets.d.ts +4 -0
- package/_types/environments/definitions/base/core-markets.d.ts.map +1 -1
- package/_types/environments/definitions/base/tokens.d.ts +25 -13
- package/_types/environments/definitions/base/tokens.d.ts.map +1 -1
- package/_types/environments/definitions/moonbeam/environment.d.ts +4 -4
- package/_types/environments/definitions/moonbeam/tokens.d.ts +4 -4
- package/_types/environments/definitions/moonriver/environment.d.ts +7 -7
- package/_types/environments/definitions/moonriver/tokens.d.ts +7 -7
- package/_types/environments/definitions/optimism/environment.d.ts +12 -12
- package/_types/environments/definitions/optimism/tokens.d.ts +12 -12
- package/_types/environments/index.d.ts +52 -36
- package/_types/environments/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/environments/definitions/base/core-markets.ts +4 -0
- package/environments/definitions/base/tokens.ts +25 -13
- package/environments/definitions/moonbeam/tokens.ts +4 -4
- package/environments/definitions/moonriver/tokens.ts +7 -7
- package/environments/definitions/optimism/tokens.ts +12 -12
- package/errors/version.ts +1 -1
- package/package.json +1 -1
|
@@ -53,13 +53,13 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
53
53
|
address: "0xEdc817A28E8B93B03976FBd4a3dDBc9f7D176c22";
|
|
54
54
|
decimals: 8;
|
|
55
55
|
name: "Moonwell USDC";
|
|
56
|
-
symbol: "
|
|
56
|
+
symbol: "mUSDC";
|
|
57
57
|
};
|
|
58
58
|
MOONWELL_ETH: {
|
|
59
59
|
address: "0x628ff693426583D9a7FB391E54366292F509D457";
|
|
60
60
|
decimals: 8;
|
|
61
61
|
name: "Moonwell ETH";
|
|
62
|
-
symbol: "
|
|
62
|
+
symbol: "mWETH";
|
|
63
63
|
};
|
|
64
64
|
cbETH: {
|
|
65
65
|
address: "0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22";
|
|
@@ -71,7 +71,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
71
71
|
address: "0x3bf93770f2d4a794c3d9EBEfBAeBAE2a8f09A5E5";
|
|
72
72
|
decimals: 8;
|
|
73
73
|
name: "Moonwell cbETH";
|
|
74
|
-
symbol: "
|
|
74
|
+
symbol: "mcbETH";
|
|
75
75
|
};
|
|
76
76
|
wstETH: {
|
|
77
77
|
address: "0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452";
|
|
@@ -83,7 +83,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
83
83
|
address: "0x627Fe393Bc6EdDA28e99AE648fD6fF362514304b";
|
|
84
84
|
decimals: 8;
|
|
85
85
|
name: "Moonwell wstETH";
|
|
86
|
-
symbol: "
|
|
86
|
+
symbol: "mwstETH";
|
|
87
87
|
};
|
|
88
88
|
rETH: {
|
|
89
89
|
address: "0xb6fe221fe9eef5aba221c348ba20a1bf5e73624c";
|
|
@@ -95,7 +95,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
95
95
|
address: "0xCB1DaCd30638ae38F2B94eA64F066045B7D45f44";
|
|
96
96
|
decimals: 8;
|
|
97
97
|
name: "Moonwell rETH";
|
|
98
|
-
symbol: "
|
|
98
|
+
symbol: "mrETH";
|
|
99
99
|
};
|
|
100
100
|
weETH: {
|
|
101
101
|
address: "0x04c0599ae5a44757c0af6f9ec3b93da8976c150a";
|
|
@@ -107,7 +107,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
107
107
|
address: "0xb8051464C8c92209C92F3a4CD9C73746C4c3CFb3";
|
|
108
108
|
decimals: 8;
|
|
109
109
|
name: "Moonwell weETH";
|
|
110
|
-
symbol: "
|
|
110
|
+
symbol: "mweETH";
|
|
111
111
|
};
|
|
112
112
|
cbBTC: {
|
|
113
113
|
address: "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf";
|
|
@@ -119,7 +119,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
119
119
|
address: "0xF877ACaFA28c19b96727966690b2f44d35aD5976";
|
|
120
120
|
decimals: 8;
|
|
121
121
|
name: "Moonwell cbBTC";
|
|
122
|
-
symbol: "
|
|
122
|
+
symbol: "mcbBTC";
|
|
123
123
|
};
|
|
124
124
|
AERO: {
|
|
125
125
|
address: "0x940181a94A35A4569E4529A3CDfB74e38FD98631";
|
|
@@ -131,7 +131,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
131
131
|
address: "0x73902f619CEB9B31FD8EFecf435CbDf89E369Ba6";
|
|
132
132
|
decimals: 8;
|
|
133
133
|
name: "Moonwell AERO";
|
|
134
|
-
symbol: "
|
|
134
|
+
symbol: "mAERO";
|
|
135
135
|
};
|
|
136
136
|
DAI: {
|
|
137
137
|
address: "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb";
|
|
@@ -143,7 +143,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
143
143
|
address: "0x73b06D8d18De422E269645eaCe15400DE7462417";
|
|
144
144
|
decimals: 8;
|
|
145
145
|
name: "Moonwell DAI";
|
|
146
|
-
symbol: "
|
|
146
|
+
symbol: "mDAI";
|
|
147
147
|
};
|
|
148
148
|
USDbC: {
|
|
149
149
|
address: "0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca";
|
|
@@ -155,7 +155,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
155
155
|
address: "0x703843C3379b52F9FF486c9f5892218d2a065cC8";
|
|
156
156
|
decimals: 8;
|
|
157
157
|
name: "Moonwell USDbC";
|
|
158
|
-
symbol: "
|
|
158
|
+
symbol: "mUSDC";
|
|
159
159
|
};
|
|
160
160
|
EURC: {
|
|
161
161
|
address: "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42";
|
|
@@ -167,7 +167,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
167
167
|
address: "0xb682c840B5F4FC58B20769E691A6fa1305A501a2";
|
|
168
168
|
decimals: 8;
|
|
169
169
|
name: "Moonwell EURC";
|
|
170
|
-
symbol: "
|
|
170
|
+
symbol: "mEURC";
|
|
171
171
|
};
|
|
172
172
|
mwETH: {
|
|
173
173
|
address: "0xa0E430870c4604CcfC7B38Ca7845B1FF653D0ff1";
|
|
@@ -221,13 +221,13 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
221
221
|
address: "0xfC41B49d064Ac646015b459C522820DB9472F4B5";
|
|
222
222
|
decimals: 8;
|
|
223
223
|
name: "Moonwell wrsETH";
|
|
224
|
-
symbol: "
|
|
224
|
+
symbol: "mwrsETH";
|
|
225
225
|
};
|
|
226
226
|
MOONWELL_WELL: {
|
|
227
227
|
address: "0xdC7810B47eAAb250De623F0eE07764afa5F71ED1";
|
|
228
228
|
decimals: 8;
|
|
229
229
|
name: "Moonwell WELL";
|
|
230
|
-
symbol: "
|
|
230
|
+
symbol: "mWELL";
|
|
231
231
|
};
|
|
232
232
|
PT_LBTC_29MAY2025: {
|
|
233
233
|
address: "0x5d746848005507DA0b1717C137A10C30AD9ee307";
|
|
@@ -283,6 +283,18 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
283
283
|
name: "Moonwell Virtual";
|
|
284
284
|
symbol: "mVIRTUAL";
|
|
285
285
|
};
|
|
286
|
+
MORPHO: {
|
|
287
|
+
address: "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842";
|
|
288
|
+
decimals: 18;
|
|
289
|
+
name: "Morpho";
|
|
290
|
+
symbol: "MORPHO";
|
|
291
|
+
};
|
|
292
|
+
MOONWELL_MORPHO: {
|
|
293
|
+
address: "0x6308204872BdB7432dF97b04B42443c714904F3E";
|
|
294
|
+
decimals: 8;
|
|
295
|
+
name: "Moonwell MORPHO";
|
|
296
|
+
symbol: "mMORPHO";
|
|
297
|
+
};
|
|
286
298
|
}, {
|
|
287
299
|
MOONWELL_USDC: {
|
|
288
300
|
marketToken: "MOONWELL_USDC";
|
|
@@ -353,6 +365,10 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
353
365
|
marketToken: "MOONWELL_VIRTUAL";
|
|
354
366
|
underlyingToken: "VIRTUAL";
|
|
355
367
|
};
|
|
368
|
+
MOONWELL_MORPHO: {
|
|
369
|
+
marketToken: "MOONWELL_MORPHO";
|
|
370
|
+
underlyingToken: "MORPHO";
|
|
371
|
+
};
|
|
356
372
|
}, {
|
|
357
373
|
mwETH: {
|
|
358
374
|
underlyingToken: "ETH";
|
|
@@ -422,7 +438,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
422
438
|
address: "0x8E08617b0d66359D73Aa11E11017834C29155525";
|
|
423
439
|
decimals: 8;
|
|
424
440
|
name: "Moonwell USDC";
|
|
425
|
-
symbol: "
|
|
441
|
+
symbol: "mUSDC";
|
|
426
442
|
};
|
|
427
443
|
ETH: {
|
|
428
444
|
address: "0x0000000000000000000000000000000000000000";
|
|
@@ -440,7 +456,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
440
456
|
address: "0xb4104C02BBf4E9be85AAa41a62974E4e28D59A33";
|
|
441
457
|
decimals: 8;
|
|
442
458
|
name: "Moonwell ETH";
|
|
443
|
-
symbol: "
|
|
459
|
+
symbol: "mWETH";
|
|
444
460
|
};
|
|
445
461
|
cbETH: {
|
|
446
462
|
address: "0xadDb6A0412DE1BA0F936DCaeb8Aaa24578dcF3B2";
|
|
@@ -452,7 +468,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
452
468
|
address: "0x95C84F369bd0251ca903052600A3C96838D78bA1";
|
|
453
469
|
decimals: 8;
|
|
454
470
|
name: "Moonwell cbETH";
|
|
455
|
-
symbol: "
|
|
471
|
+
symbol: "mcbETH";
|
|
456
472
|
};
|
|
457
473
|
wstETH: {
|
|
458
474
|
address: "0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb";
|
|
@@ -464,7 +480,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
464
480
|
address: "0xbb3b1aB66eFB43B10923b87460c0106643B83f9d";
|
|
465
481
|
decimals: 8;
|
|
466
482
|
name: "Moonwell wstETH";
|
|
467
|
-
symbol: "
|
|
483
|
+
symbol: "mwstETH";
|
|
468
484
|
};
|
|
469
485
|
rETH: {
|
|
470
486
|
address: "0x9Bcef72be871e61ED4fBbc7630889beE758eb81D";
|
|
@@ -476,7 +492,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
476
492
|
address: "0x4c2E35E3eC4A0C82849637BC04A4609Dbe53d321";
|
|
477
493
|
decimals: 8;
|
|
478
494
|
name: "Moonwell rETH";
|
|
479
|
-
symbol: "
|
|
495
|
+
symbol: "mrETH";
|
|
480
496
|
};
|
|
481
497
|
weETH: {
|
|
482
498
|
address: "0x5A7fACB970D094B6C7FF1df0eA68D99E6e73CBFF";
|
|
@@ -488,7 +504,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
488
504
|
address: "0xb8051464C8c92209C92F3a4CD9C73746C4c3CFb3";
|
|
489
505
|
decimals: 8;
|
|
490
506
|
name: "Moonwell weETH";
|
|
491
|
-
symbol: "
|
|
507
|
+
symbol: "mweETH";
|
|
492
508
|
};
|
|
493
509
|
WBTC: {
|
|
494
510
|
address: "0x68f180fcCe6836688e9084f035309E29Bf0A2095";
|
|
@@ -500,7 +516,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
500
516
|
address: "0x6e6CA598A06E609c913551B729a228B023f06fDB";
|
|
501
517
|
decimals: 8;
|
|
502
518
|
name: "Moonwell WBTC";
|
|
503
|
-
symbol: "
|
|
519
|
+
symbol: "mWBTC";
|
|
504
520
|
};
|
|
505
521
|
USDT: {
|
|
506
522
|
address: "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58";
|
|
@@ -512,7 +528,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
512
528
|
address: "0xa3A53899EE8f9f6E963437C5B3f805FEc538BF84";
|
|
513
529
|
decimals: 8;
|
|
514
530
|
name: "Moonwell USDT";
|
|
515
|
-
symbol: "
|
|
531
|
+
symbol: "mUSDT";
|
|
516
532
|
};
|
|
517
533
|
VELO: {
|
|
518
534
|
address: "0x9560e827af36c94d2ac33a39bce1fe78631088db";
|
|
@@ -524,7 +540,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
524
540
|
address: "0x866b838b97Ee43F2c818B3cb5Cc77A0dc22003Fc";
|
|
525
541
|
decimals: 8;
|
|
526
542
|
name: "Moonwell VELO";
|
|
527
|
-
symbol: "
|
|
543
|
+
symbol: "mVELO";
|
|
528
544
|
};
|
|
529
545
|
DAI: {
|
|
530
546
|
address: "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1";
|
|
@@ -536,7 +552,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
536
552
|
address: "0x3FE782C2Fe7668C2F1Eb313ACf3022a31feaD6B2";
|
|
537
553
|
decimals: 8;
|
|
538
554
|
name: "Moonwell DAI";
|
|
539
|
-
symbol: "
|
|
555
|
+
symbol: "mDAI";
|
|
540
556
|
};
|
|
541
557
|
OP: {
|
|
542
558
|
address: "0x4200000000000000000000000000000000000042";
|
|
@@ -548,7 +564,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
548
564
|
address: "0x9fc345a20541Bf8773988515c5950eD69aF01847";
|
|
549
565
|
decimals: 8;
|
|
550
566
|
name: "Moonwell OP";
|
|
551
|
-
symbol: "
|
|
567
|
+
symbol: "mOP";
|
|
552
568
|
};
|
|
553
569
|
wrsETH: {
|
|
554
570
|
address: "0x87eEE96D50Fb761AD85B1c982d28A042169d61b1";
|
|
@@ -560,7 +576,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
560
576
|
address: "0x181bA797ccF779D8aB339721ED6ee827E758668e";
|
|
561
577
|
decimals: 8;
|
|
562
578
|
name: "Moonwell wrsETH";
|
|
563
|
-
symbol: "
|
|
579
|
+
symbol: "mwrsETH";
|
|
564
580
|
};
|
|
565
581
|
WELL: {
|
|
566
582
|
address: "0xA88594D404727625A9437C3f886C7643872296AE";
|
|
@@ -676,7 +692,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
676
692
|
address: "0x091608f4e4a15335145be0A279483C0f8E4c7955";
|
|
677
693
|
decimals: 8;
|
|
678
694
|
name: "Moonwell GLMR";
|
|
679
|
-
symbol: "
|
|
695
|
+
symbol: "mGLMR";
|
|
680
696
|
};
|
|
681
697
|
xcDOT: {
|
|
682
698
|
address: "0xffffffff1fcacbd218edc0eba20fc2308c778080";
|
|
@@ -688,7 +704,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
688
704
|
address: "0xD22Da948c0aB3A27f5570b604f3ADef5F68211C3";
|
|
689
705
|
decimals: 8;
|
|
690
706
|
name: "Moonwell xcDOT";
|
|
691
|
-
symbol: "
|
|
707
|
+
symbol: "mDOT";
|
|
692
708
|
};
|
|
693
709
|
FRAX: {
|
|
694
710
|
address: "0x322e86852e492a7ee17f28a78c663da38fb33bfb";
|
|
@@ -724,7 +740,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
724
740
|
address: "0x42A96C0681B74838eC525AdbD13c37f66388f289";
|
|
725
741
|
decimals: 8;
|
|
726
742
|
name: "Moonwell xcUSDT";
|
|
727
|
-
symbol: "
|
|
743
|
+
symbol: "mxcUSDT";
|
|
728
744
|
};
|
|
729
745
|
ETH_NOMAD: {
|
|
730
746
|
address: "0x30d2a9f5fdf90ace8c17952cbb4ee48a55d916a7";
|
|
@@ -748,7 +764,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
748
764
|
address: "0x24A9d8f1f350d59cB0368D3d52A77dB29c833D1D";
|
|
749
765
|
decimals: 8;
|
|
750
766
|
name: "Moonwell BTC";
|
|
751
|
-
symbol: "
|
|
767
|
+
symbol: "mWBTC";
|
|
752
768
|
};
|
|
753
769
|
USDC_NOMAD: {
|
|
754
770
|
address: "0x8f552a71efe5eefc207bf75485b356a0b3f01ec9";
|
|
@@ -934,7 +950,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
934
950
|
address: "0x6a1A771C7826596652daDC9145fEAaE62b1cd07f";
|
|
935
951
|
decimals: 8;
|
|
936
952
|
name: "Moonwell MOVR";
|
|
937
|
-
symbol: "
|
|
953
|
+
symbol: "mMOVR";
|
|
938
954
|
};
|
|
939
955
|
xcKSM: {
|
|
940
956
|
address: "0xffffffff1fcacbd218edc0eba20fc2308c778080";
|
|
@@ -946,7 +962,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
946
962
|
address: "0xa0D116513Bd0B8f3F14e6Ea41556c6Ec34688e0f";
|
|
947
963
|
decimals: 8;
|
|
948
964
|
name: "Moonwell xcKSM";
|
|
949
|
-
symbol: "
|
|
965
|
+
symbol: "mxcKSM";
|
|
950
966
|
};
|
|
951
967
|
FRAX: {
|
|
952
968
|
address: "0x1A93B23281CC1CDE4C4741353F3064709A16197d";
|
|
@@ -958,7 +974,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
958
974
|
address: "0x93Ef8B7c6171BaB1C0A51092B2c9da8dc2ba0e9D";
|
|
959
975
|
decimals: 8;
|
|
960
976
|
name: "Moonwell FRAX";
|
|
961
|
-
symbol: "
|
|
977
|
+
symbol: "mFRAX";
|
|
962
978
|
};
|
|
963
979
|
BTC: {
|
|
964
980
|
address: "0x6aB6d61428fde76768D7b45D8BFeec19c6eF91A8";
|
|
@@ -970,7 +986,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
970
986
|
address: "0x6E745367F4Ad2b3da7339aee65dC85d416614D90";
|
|
971
987
|
decimals: 8;
|
|
972
988
|
name: "Moonwell BTC";
|
|
973
|
-
symbol: "
|
|
989
|
+
symbol: "mWBTC";
|
|
974
990
|
};
|
|
975
991
|
USDC: {
|
|
976
992
|
address: "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D";
|
|
@@ -982,7 +998,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
982
998
|
address: "0xd0670AEe3698F66e2D4dAf071EB9c690d978BFA8";
|
|
983
999
|
decimals: 8;
|
|
984
1000
|
name: "Moonwell USDC";
|
|
985
|
-
symbol: "
|
|
1001
|
+
symbol: "mUSDC";
|
|
986
1002
|
};
|
|
987
1003
|
ETH: {
|
|
988
1004
|
address: "0x639A647fbe20b6c8ac19E48E2de44ea792c62c5C";
|
|
@@ -994,7 +1010,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
994
1010
|
address: "0x6503D905338e2ebB550c9eC39Ced525b612E77aE";
|
|
995
1011
|
decimals: 8;
|
|
996
1012
|
name: "Moonwell ETH";
|
|
997
|
-
symbol: "
|
|
1013
|
+
symbol: "mETH";
|
|
998
1014
|
};
|
|
999
1015
|
USDT: {
|
|
1000
1016
|
address: "0xB44a9B6905aF7c801311e8F4E76932ee959c663C";
|
|
@@ -1006,7 +1022,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1006
1022
|
address: "0x36918B66F9A3eC7a59d0007D8458DB17bDffBF21";
|
|
1007
1023
|
decimals: 8;
|
|
1008
1024
|
name: "Moonwell USDT";
|
|
1009
|
-
symbol: "
|
|
1025
|
+
symbol: "mUSDT";
|
|
1010
1026
|
};
|
|
1011
1027
|
MFAM: {
|
|
1012
1028
|
address: "0xBb8d88bcD9749636BC4D2bE22aaC4Bb3B01A58F1";
|
|
@@ -1143,13 +1159,13 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1143
1159
|
address: "0xEdc817A28E8B93B03976FBd4a3dDBc9f7D176c22";
|
|
1144
1160
|
decimals: 8;
|
|
1145
1161
|
name: "Moonwell USDC";
|
|
1146
|
-
symbol: "
|
|
1162
|
+
symbol: "mUSDC";
|
|
1147
1163
|
};
|
|
1148
1164
|
MOONWELL_ETH: {
|
|
1149
1165
|
address: "0x628ff693426583D9a7FB391E54366292F509D457";
|
|
1150
1166
|
decimals: 8;
|
|
1151
1167
|
name: "Moonwell ETH";
|
|
1152
|
-
symbol: "
|
|
1168
|
+
symbol: "mWETH";
|
|
1153
1169
|
};
|
|
1154
1170
|
cbETH: {
|
|
1155
1171
|
address: "0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22";
|
|
@@ -1161,7 +1177,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1161
1177
|
address: "0x3bf93770f2d4a794c3d9EBEfBAeBAE2a8f09A5E5";
|
|
1162
1178
|
decimals: 8;
|
|
1163
1179
|
name: "Moonwell cbETH";
|
|
1164
|
-
symbol: "
|
|
1180
|
+
symbol: "mcbETH";
|
|
1165
1181
|
};
|
|
1166
1182
|
wstETH: {
|
|
1167
1183
|
address: "0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452";
|
|
@@ -1173,7 +1189,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1173
1189
|
address: "0x627Fe393Bc6EdDA28e99AE648fD6fF362514304b";
|
|
1174
1190
|
decimals: 8;
|
|
1175
1191
|
name: "Moonwell wstETH";
|
|
1176
|
-
symbol: "
|
|
1192
|
+
symbol: "mwstETH";
|
|
1177
1193
|
};
|
|
1178
1194
|
rETH: {
|
|
1179
1195
|
address: "0xb6fe221fe9eef5aba221c348ba20a1bf5e73624c";
|
|
@@ -1185,7 +1201,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1185
1201
|
address: "0xCB1DaCd30638ae38F2B94eA64F066045B7D45f44";
|
|
1186
1202
|
decimals: 8;
|
|
1187
1203
|
name: "Moonwell rETH";
|
|
1188
|
-
symbol: "
|
|
1204
|
+
symbol: "mrETH";
|
|
1189
1205
|
};
|
|
1190
1206
|
weETH: {
|
|
1191
1207
|
address: "0x04c0599ae5a44757c0af6f9ec3b93da8976c150a";
|
|
@@ -1197,7 +1213,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1197
1213
|
address: "0xb8051464C8c92209C92F3a4CD9C73746C4c3CFb3";
|
|
1198
1214
|
decimals: 8;
|
|
1199
1215
|
name: "Moonwell weETH";
|
|
1200
|
-
symbol: "
|
|
1216
|
+
symbol: "mweETH";
|
|
1201
1217
|
};
|
|
1202
1218
|
cbBTC: {
|
|
1203
1219
|
address: "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf";
|
|
@@ -1209,7 +1225,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1209
1225
|
address: "0xF877ACaFA28c19b96727966690b2f44d35aD5976";
|
|
1210
1226
|
decimals: 8;
|
|
1211
1227
|
name: "Moonwell cbBTC";
|
|
1212
|
-
symbol: "
|
|
1228
|
+
symbol: "mcbBTC";
|
|
1213
1229
|
};
|
|
1214
1230
|
AERO: {
|
|
1215
1231
|
address: "0x940181a94A35A4569E4529A3CDfB74e38FD98631";
|
|
@@ -1221,7 +1237,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1221
1237
|
address: "0x73902f619CEB9B31FD8EFecf435CbDf89E369Ba6";
|
|
1222
1238
|
decimals: 8;
|
|
1223
1239
|
name: "Moonwell AERO";
|
|
1224
|
-
symbol: "
|
|
1240
|
+
symbol: "mAERO";
|
|
1225
1241
|
};
|
|
1226
1242
|
DAI: {
|
|
1227
1243
|
address: "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb";
|
|
@@ -1233,7 +1249,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1233
1249
|
address: "0x73b06D8d18De422E269645eaCe15400DE7462417";
|
|
1234
1250
|
decimals: 8;
|
|
1235
1251
|
name: "Moonwell DAI";
|
|
1236
|
-
symbol: "
|
|
1252
|
+
symbol: "mDAI";
|
|
1237
1253
|
};
|
|
1238
1254
|
USDbC: {
|
|
1239
1255
|
address: "0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca";
|
|
@@ -1245,7 +1261,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1245
1261
|
address: "0x703843C3379b52F9FF486c9f5892218d2a065cC8";
|
|
1246
1262
|
decimals: 8;
|
|
1247
1263
|
name: "Moonwell USDbC";
|
|
1248
|
-
symbol: "
|
|
1264
|
+
symbol: "mUSDC";
|
|
1249
1265
|
};
|
|
1250
1266
|
EURC: {
|
|
1251
1267
|
address: "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42";
|
|
@@ -1257,7 +1273,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1257
1273
|
address: "0xb682c840B5F4FC58B20769E691A6fa1305A501a2";
|
|
1258
1274
|
decimals: 8;
|
|
1259
1275
|
name: "Moonwell EURC";
|
|
1260
|
-
symbol: "
|
|
1276
|
+
symbol: "mEURC";
|
|
1261
1277
|
};
|
|
1262
1278
|
mwETH: {
|
|
1263
1279
|
address: "0xa0E430870c4604CcfC7B38Ca7845B1FF653D0ff1";
|
|
@@ -1311,13 +1327,13 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1311
1327
|
address: "0xfC41B49d064Ac646015b459C522820DB9472F4B5";
|
|
1312
1328
|
decimals: 8;
|
|
1313
1329
|
name: "Moonwell wrsETH";
|
|
1314
|
-
symbol: "
|
|
1330
|
+
symbol: "mwrsETH";
|
|
1315
1331
|
};
|
|
1316
1332
|
MOONWELL_WELL: {
|
|
1317
1333
|
address: "0xdC7810B47eAAb250De623F0eE07764afa5F71ED1";
|
|
1318
1334
|
decimals: 8;
|
|
1319
1335
|
name: "Moonwell WELL";
|
|
1320
|
-
symbol: "
|
|
1336
|
+
symbol: "mWELL";
|
|
1321
1337
|
};
|
|
1322
1338
|
PT_LBTC_29MAY2025: {
|
|
1323
1339
|
address: "0x5d746848005507DA0b1717C137A10C30AD9ee307";
|
|
@@ -1373,6 +1389,18 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1373
1389
|
name: "Moonwell Virtual";
|
|
1374
1390
|
symbol: "mVIRTUAL";
|
|
1375
1391
|
};
|
|
1392
|
+
MORPHO: {
|
|
1393
|
+
address: "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842";
|
|
1394
|
+
decimals: 18;
|
|
1395
|
+
name: "Morpho";
|
|
1396
|
+
symbol: "MORPHO";
|
|
1397
|
+
};
|
|
1398
|
+
MOONWELL_MORPHO: {
|
|
1399
|
+
address: "0x6308204872BdB7432dF97b04B42443c714904F3E";
|
|
1400
|
+
decimals: 8;
|
|
1401
|
+
name: "Moonwell MORPHO";
|
|
1402
|
+
symbol: "mMORPHO";
|
|
1403
|
+
};
|
|
1376
1404
|
}, {
|
|
1377
1405
|
MOONWELL_USDC: {
|
|
1378
1406
|
marketToken: "MOONWELL_USDC";
|
|
@@ -1443,6 +1471,10 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1443
1471
|
marketToken: "MOONWELL_VIRTUAL";
|
|
1444
1472
|
underlyingToken: "VIRTUAL";
|
|
1445
1473
|
};
|
|
1474
|
+
MOONWELL_MORPHO: {
|
|
1475
|
+
marketToken: "MOONWELL_MORPHO";
|
|
1476
|
+
underlyingToken: "MORPHO";
|
|
1477
|
+
};
|
|
1446
1478
|
}, {
|
|
1447
1479
|
mwETH: {
|
|
1448
1480
|
underlyingToken: "ETH";
|
|
@@ -1512,7 +1544,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1512
1544
|
address: "0x8E08617b0d66359D73Aa11E11017834C29155525";
|
|
1513
1545
|
decimals: 8;
|
|
1514
1546
|
name: "Moonwell USDC";
|
|
1515
|
-
symbol: "
|
|
1547
|
+
symbol: "mUSDC";
|
|
1516
1548
|
};
|
|
1517
1549
|
ETH: {
|
|
1518
1550
|
address: "0x0000000000000000000000000000000000000000";
|
|
@@ -1530,7 +1562,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1530
1562
|
address: "0xb4104C02BBf4E9be85AAa41a62974E4e28D59A33";
|
|
1531
1563
|
decimals: 8;
|
|
1532
1564
|
name: "Moonwell ETH";
|
|
1533
|
-
symbol: "
|
|
1565
|
+
symbol: "mWETH";
|
|
1534
1566
|
};
|
|
1535
1567
|
cbETH: {
|
|
1536
1568
|
address: "0xadDb6A0412DE1BA0F936DCaeb8Aaa24578dcF3B2";
|
|
@@ -1542,7 +1574,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1542
1574
|
address: "0x95C84F369bd0251ca903052600A3C96838D78bA1";
|
|
1543
1575
|
decimals: 8;
|
|
1544
1576
|
name: "Moonwell cbETH";
|
|
1545
|
-
symbol: "
|
|
1577
|
+
symbol: "mcbETH";
|
|
1546
1578
|
};
|
|
1547
1579
|
wstETH: {
|
|
1548
1580
|
address: "0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb";
|
|
@@ -1554,7 +1586,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1554
1586
|
address: "0xbb3b1aB66eFB43B10923b87460c0106643B83f9d";
|
|
1555
1587
|
decimals: 8;
|
|
1556
1588
|
name: "Moonwell wstETH";
|
|
1557
|
-
symbol: "
|
|
1589
|
+
symbol: "mwstETH";
|
|
1558
1590
|
};
|
|
1559
1591
|
rETH: {
|
|
1560
1592
|
address: "0x9Bcef72be871e61ED4fBbc7630889beE758eb81D";
|
|
@@ -1566,7 +1598,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1566
1598
|
address: "0x4c2E35E3eC4A0C82849637BC04A4609Dbe53d321";
|
|
1567
1599
|
decimals: 8;
|
|
1568
1600
|
name: "Moonwell rETH";
|
|
1569
|
-
symbol: "
|
|
1601
|
+
symbol: "mrETH";
|
|
1570
1602
|
};
|
|
1571
1603
|
weETH: {
|
|
1572
1604
|
address: "0x5A7fACB970D094B6C7FF1df0eA68D99E6e73CBFF";
|
|
@@ -1578,7 +1610,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1578
1610
|
address: "0xb8051464C8c92209C92F3a4CD9C73746C4c3CFb3";
|
|
1579
1611
|
decimals: 8;
|
|
1580
1612
|
name: "Moonwell weETH";
|
|
1581
|
-
symbol: "
|
|
1613
|
+
symbol: "mweETH";
|
|
1582
1614
|
};
|
|
1583
1615
|
WBTC: {
|
|
1584
1616
|
address: "0x68f180fcCe6836688e9084f035309E29Bf0A2095";
|
|
@@ -1590,7 +1622,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1590
1622
|
address: "0x6e6CA598A06E609c913551B729a228B023f06fDB";
|
|
1591
1623
|
decimals: 8;
|
|
1592
1624
|
name: "Moonwell WBTC";
|
|
1593
|
-
symbol: "
|
|
1625
|
+
symbol: "mWBTC";
|
|
1594
1626
|
};
|
|
1595
1627
|
USDT: {
|
|
1596
1628
|
address: "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58";
|
|
@@ -1602,7 +1634,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1602
1634
|
address: "0xa3A53899EE8f9f6E963437C5B3f805FEc538BF84";
|
|
1603
1635
|
decimals: 8;
|
|
1604
1636
|
name: "Moonwell USDT";
|
|
1605
|
-
symbol: "
|
|
1637
|
+
symbol: "mUSDT";
|
|
1606
1638
|
};
|
|
1607
1639
|
VELO: {
|
|
1608
1640
|
address: "0x9560e827af36c94d2ac33a39bce1fe78631088db";
|
|
@@ -1614,7 +1646,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1614
1646
|
address: "0x866b838b97Ee43F2c818B3cb5Cc77A0dc22003Fc";
|
|
1615
1647
|
decimals: 8;
|
|
1616
1648
|
name: "Moonwell VELO";
|
|
1617
|
-
symbol: "
|
|
1649
|
+
symbol: "mVELO";
|
|
1618
1650
|
};
|
|
1619
1651
|
DAI: {
|
|
1620
1652
|
address: "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1";
|
|
@@ -1626,7 +1658,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1626
1658
|
address: "0x3FE782C2Fe7668C2F1Eb313ACf3022a31feaD6B2";
|
|
1627
1659
|
decimals: 8;
|
|
1628
1660
|
name: "Moonwell DAI";
|
|
1629
|
-
symbol: "
|
|
1661
|
+
symbol: "mDAI";
|
|
1630
1662
|
};
|
|
1631
1663
|
OP: {
|
|
1632
1664
|
address: "0x4200000000000000000000000000000000000042";
|
|
@@ -1638,7 +1670,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1638
1670
|
address: "0x9fc345a20541Bf8773988515c5950eD69aF01847";
|
|
1639
1671
|
decimals: 8;
|
|
1640
1672
|
name: "Moonwell OP";
|
|
1641
|
-
symbol: "
|
|
1673
|
+
symbol: "mOP";
|
|
1642
1674
|
};
|
|
1643
1675
|
wrsETH: {
|
|
1644
1676
|
address: "0x87eEE96D50Fb761AD85B1c982d28A042169d61b1";
|
|
@@ -1650,7 +1682,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1650
1682
|
address: "0x181bA797ccF779D8aB339721ED6ee827E758668e";
|
|
1651
1683
|
decimals: 8;
|
|
1652
1684
|
name: "Moonwell wrsETH";
|
|
1653
|
-
symbol: "
|
|
1685
|
+
symbol: "mwrsETH";
|
|
1654
1686
|
};
|
|
1655
1687
|
WELL: {
|
|
1656
1688
|
address: "0xA88594D404727625A9437C3f886C7643872296AE";
|
|
@@ -1766,7 +1798,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1766
1798
|
address: "0x091608f4e4a15335145be0A279483C0f8E4c7955";
|
|
1767
1799
|
decimals: 8;
|
|
1768
1800
|
name: "Moonwell GLMR";
|
|
1769
|
-
symbol: "
|
|
1801
|
+
symbol: "mGLMR";
|
|
1770
1802
|
};
|
|
1771
1803
|
xcDOT: {
|
|
1772
1804
|
address: "0xffffffff1fcacbd218edc0eba20fc2308c778080";
|
|
@@ -1778,7 +1810,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1778
1810
|
address: "0xD22Da948c0aB3A27f5570b604f3ADef5F68211C3";
|
|
1779
1811
|
decimals: 8;
|
|
1780
1812
|
name: "Moonwell xcDOT";
|
|
1781
|
-
symbol: "
|
|
1813
|
+
symbol: "mDOT";
|
|
1782
1814
|
};
|
|
1783
1815
|
FRAX: {
|
|
1784
1816
|
address: "0x322e86852e492a7ee17f28a78c663da38fb33bfb";
|
|
@@ -1814,7 +1846,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1814
1846
|
address: "0x42A96C0681B74838eC525AdbD13c37f66388f289";
|
|
1815
1847
|
decimals: 8;
|
|
1816
1848
|
name: "Moonwell xcUSDT";
|
|
1817
|
-
symbol: "
|
|
1849
|
+
symbol: "mxcUSDT";
|
|
1818
1850
|
};
|
|
1819
1851
|
ETH_NOMAD: {
|
|
1820
1852
|
address: "0x30d2a9f5fdf90ace8c17952cbb4ee48a55d916a7";
|
|
@@ -1838,7 +1870,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
1838
1870
|
address: "0x24A9d8f1f350d59cB0368D3d52A77dB29c833D1D";
|
|
1839
1871
|
decimals: 8;
|
|
1840
1872
|
name: "Moonwell BTC";
|
|
1841
|
-
symbol: "
|
|
1873
|
+
symbol: "mWBTC";
|
|
1842
1874
|
};
|
|
1843
1875
|
USDC_NOMAD: {
|
|
1844
1876
|
address: "0x8f552a71efe5eefc207bf75485b356a0b3f01ec9";
|
|
@@ -2024,7 +2056,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2024
2056
|
address: "0x6a1A771C7826596652daDC9145fEAaE62b1cd07f";
|
|
2025
2057
|
decimals: 8;
|
|
2026
2058
|
name: "Moonwell MOVR";
|
|
2027
|
-
symbol: "
|
|
2059
|
+
symbol: "mMOVR";
|
|
2028
2060
|
};
|
|
2029
2061
|
xcKSM: {
|
|
2030
2062
|
address: "0xffffffff1fcacbd218edc0eba20fc2308c778080";
|
|
@@ -2036,7 +2068,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2036
2068
|
address: "0xa0D116513Bd0B8f3F14e6Ea41556c6Ec34688e0f";
|
|
2037
2069
|
decimals: 8;
|
|
2038
2070
|
name: "Moonwell xcKSM";
|
|
2039
|
-
symbol: "
|
|
2071
|
+
symbol: "mxcKSM";
|
|
2040
2072
|
};
|
|
2041
2073
|
FRAX: {
|
|
2042
2074
|
address: "0x1A93B23281CC1CDE4C4741353F3064709A16197d";
|
|
@@ -2048,7 +2080,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2048
2080
|
address: "0x93Ef8B7c6171BaB1C0A51092B2c9da8dc2ba0e9D";
|
|
2049
2081
|
decimals: 8;
|
|
2050
2082
|
name: "Moonwell FRAX";
|
|
2051
|
-
symbol: "
|
|
2083
|
+
symbol: "mFRAX";
|
|
2052
2084
|
};
|
|
2053
2085
|
BTC: {
|
|
2054
2086
|
address: "0x6aB6d61428fde76768D7b45D8BFeec19c6eF91A8";
|
|
@@ -2060,7 +2092,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2060
2092
|
address: "0x6E745367F4Ad2b3da7339aee65dC85d416614D90";
|
|
2061
2093
|
decimals: 8;
|
|
2062
2094
|
name: "Moonwell BTC";
|
|
2063
|
-
symbol: "
|
|
2095
|
+
symbol: "mWBTC";
|
|
2064
2096
|
};
|
|
2065
2097
|
USDC: {
|
|
2066
2098
|
address: "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D";
|
|
@@ -2072,7 +2104,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2072
2104
|
address: "0xd0670AEe3698F66e2D4dAf071EB9c690d978BFA8";
|
|
2073
2105
|
decimals: 8;
|
|
2074
2106
|
name: "Moonwell USDC";
|
|
2075
|
-
symbol: "
|
|
2107
|
+
symbol: "mUSDC";
|
|
2076
2108
|
};
|
|
2077
2109
|
ETH: {
|
|
2078
2110
|
address: "0x639A647fbe20b6c8ac19E48E2de44ea792c62c5C";
|
|
@@ -2084,7 +2116,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2084
2116
|
address: "0x6503D905338e2ebB550c9eC39Ced525b612E77aE";
|
|
2085
2117
|
decimals: 8;
|
|
2086
2118
|
name: "Moonwell ETH";
|
|
2087
|
-
symbol: "
|
|
2119
|
+
symbol: "mETH";
|
|
2088
2120
|
};
|
|
2089
2121
|
USDT: {
|
|
2090
2122
|
address: "0xB44a9B6905aF7c801311e8F4E76932ee959c663C";
|
|
@@ -2096,7 +2128,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2096
2128
|
address: "0x36918B66F9A3eC7a59d0007D8458DB17bDffBF21";
|
|
2097
2129
|
decimals: 8;
|
|
2098
2130
|
name: "Moonwell USDT";
|
|
2099
|
-
symbol: "
|
|
2131
|
+
symbol: "mUSDT";
|
|
2100
2132
|
};
|
|
2101
2133
|
MFAM: {
|
|
2102
2134
|
address: "0xBb8d88bcD9749636BC4D2bE22aaC4Bb3B01A58F1";
|
|
@@ -2234,13 +2266,13 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2234
2266
|
address: "0xEdc817A28E8B93B03976FBd4a3dDBc9f7D176c22";
|
|
2235
2267
|
decimals: 8;
|
|
2236
2268
|
name: "Moonwell USDC";
|
|
2237
|
-
symbol: "
|
|
2269
|
+
symbol: "mUSDC";
|
|
2238
2270
|
};
|
|
2239
2271
|
MOONWELL_ETH: {
|
|
2240
2272
|
address: "0x628ff693426583D9a7FB391E54366292F509D457";
|
|
2241
2273
|
decimals: 8;
|
|
2242
2274
|
name: "Moonwell ETH";
|
|
2243
|
-
symbol: "
|
|
2275
|
+
symbol: "mWETH";
|
|
2244
2276
|
};
|
|
2245
2277
|
cbETH: {
|
|
2246
2278
|
address: "0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22";
|
|
@@ -2252,7 +2284,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2252
2284
|
address: "0x3bf93770f2d4a794c3d9EBEfBAeBAE2a8f09A5E5";
|
|
2253
2285
|
decimals: 8;
|
|
2254
2286
|
name: "Moonwell cbETH";
|
|
2255
|
-
symbol: "
|
|
2287
|
+
symbol: "mcbETH";
|
|
2256
2288
|
};
|
|
2257
2289
|
wstETH: {
|
|
2258
2290
|
address: "0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452";
|
|
@@ -2264,7 +2296,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2264
2296
|
address: "0x627Fe393Bc6EdDA28e99AE648fD6fF362514304b";
|
|
2265
2297
|
decimals: 8;
|
|
2266
2298
|
name: "Moonwell wstETH";
|
|
2267
|
-
symbol: "
|
|
2299
|
+
symbol: "mwstETH";
|
|
2268
2300
|
};
|
|
2269
2301
|
rETH: {
|
|
2270
2302
|
address: "0xb6fe221fe9eef5aba221c348ba20a1bf5e73624c";
|
|
@@ -2276,7 +2308,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2276
2308
|
address: "0xCB1DaCd30638ae38F2B94eA64F066045B7D45f44";
|
|
2277
2309
|
decimals: 8;
|
|
2278
2310
|
name: "Moonwell rETH";
|
|
2279
|
-
symbol: "
|
|
2311
|
+
symbol: "mrETH";
|
|
2280
2312
|
};
|
|
2281
2313
|
weETH: {
|
|
2282
2314
|
address: "0x04c0599ae5a44757c0af6f9ec3b93da8976c150a";
|
|
@@ -2288,7 +2320,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2288
2320
|
address: "0xb8051464C8c92209C92F3a4CD9C73746C4c3CFb3";
|
|
2289
2321
|
decimals: 8;
|
|
2290
2322
|
name: "Moonwell weETH";
|
|
2291
|
-
symbol: "
|
|
2323
|
+
symbol: "mweETH";
|
|
2292
2324
|
};
|
|
2293
2325
|
cbBTC: {
|
|
2294
2326
|
address: "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf";
|
|
@@ -2300,7 +2332,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2300
2332
|
address: "0xF877ACaFA28c19b96727966690b2f44d35aD5976";
|
|
2301
2333
|
decimals: 8;
|
|
2302
2334
|
name: "Moonwell cbBTC";
|
|
2303
|
-
symbol: "
|
|
2335
|
+
symbol: "mcbBTC";
|
|
2304
2336
|
};
|
|
2305
2337
|
AERO: {
|
|
2306
2338
|
address: "0x940181a94A35A4569E4529A3CDfB74e38FD98631";
|
|
@@ -2312,7 +2344,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2312
2344
|
address: "0x73902f619CEB9B31FD8EFecf435CbDf89E369Ba6";
|
|
2313
2345
|
decimals: 8;
|
|
2314
2346
|
name: "Moonwell AERO";
|
|
2315
|
-
symbol: "
|
|
2347
|
+
symbol: "mAERO";
|
|
2316
2348
|
};
|
|
2317
2349
|
DAI: {
|
|
2318
2350
|
address: "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb";
|
|
@@ -2324,7 +2356,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2324
2356
|
address: "0x73b06D8d18De422E269645eaCe15400DE7462417";
|
|
2325
2357
|
decimals: 8;
|
|
2326
2358
|
name: "Moonwell DAI";
|
|
2327
|
-
symbol: "
|
|
2359
|
+
symbol: "mDAI";
|
|
2328
2360
|
};
|
|
2329
2361
|
USDbC: {
|
|
2330
2362
|
address: "0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca";
|
|
@@ -2336,7 +2368,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2336
2368
|
address: "0x703843C3379b52F9FF486c9f5892218d2a065cC8";
|
|
2337
2369
|
decimals: 8;
|
|
2338
2370
|
name: "Moonwell USDbC";
|
|
2339
|
-
symbol: "
|
|
2371
|
+
symbol: "mUSDC";
|
|
2340
2372
|
};
|
|
2341
2373
|
EURC: {
|
|
2342
2374
|
address: "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42";
|
|
@@ -2348,7 +2380,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2348
2380
|
address: "0xb682c840B5F4FC58B20769E691A6fa1305A501a2";
|
|
2349
2381
|
decimals: 8;
|
|
2350
2382
|
name: "Moonwell EURC";
|
|
2351
|
-
symbol: "
|
|
2383
|
+
symbol: "mEURC";
|
|
2352
2384
|
};
|
|
2353
2385
|
mwETH: {
|
|
2354
2386
|
address: "0xa0E430870c4604CcfC7B38Ca7845B1FF653D0ff1";
|
|
@@ -2402,13 +2434,13 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2402
2434
|
address: "0xfC41B49d064Ac646015b459C522820DB9472F4B5";
|
|
2403
2435
|
decimals: 8;
|
|
2404
2436
|
name: "Moonwell wrsETH";
|
|
2405
|
-
symbol: "
|
|
2437
|
+
symbol: "mwrsETH";
|
|
2406
2438
|
};
|
|
2407
2439
|
MOONWELL_WELL: {
|
|
2408
2440
|
address: "0xdC7810B47eAAb250De623F0eE07764afa5F71ED1";
|
|
2409
2441
|
decimals: 8;
|
|
2410
2442
|
name: "Moonwell WELL";
|
|
2411
|
-
symbol: "
|
|
2443
|
+
symbol: "mWELL";
|
|
2412
2444
|
};
|
|
2413
2445
|
PT_LBTC_29MAY2025: {
|
|
2414
2446
|
address: "0x5d746848005507DA0b1717C137A10C30AD9ee307";
|
|
@@ -2464,6 +2496,18 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2464
2496
|
name: "Moonwell Virtual";
|
|
2465
2497
|
symbol: "mVIRTUAL";
|
|
2466
2498
|
};
|
|
2499
|
+
MORPHO: {
|
|
2500
|
+
address: "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842";
|
|
2501
|
+
decimals: 18;
|
|
2502
|
+
name: "Morpho";
|
|
2503
|
+
symbol: "MORPHO";
|
|
2504
|
+
};
|
|
2505
|
+
MOONWELL_MORPHO: {
|
|
2506
|
+
address: "0x6308204872BdB7432dF97b04B42443c714904F3E";
|
|
2507
|
+
decimals: 8;
|
|
2508
|
+
name: "Moonwell MORPHO";
|
|
2509
|
+
symbol: "mMORPHO";
|
|
2510
|
+
};
|
|
2467
2511
|
}, {
|
|
2468
2512
|
MOONWELL_USDC: {
|
|
2469
2513
|
marketToken: "MOONWELL_USDC";
|
|
@@ -2534,6 +2578,10 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2534
2578
|
marketToken: "MOONWELL_VIRTUAL";
|
|
2535
2579
|
underlyingToken: "VIRTUAL";
|
|
2536
2580
|
};
|
|
2581
|
+
MOONWELL_MORPHO: {
|
|
2582
|
+
marketToken: "MOONWELL_MORPHO";
|
|
2583
|
+
underlyingToken: "MORPHO";
|
|
2584
|
+
};
|
|
2537
2585
|
}, {
|
|
2538
2586
|
mwETH: {
|
|
2539
2587
|
underlyingToken: "ETH";
|
|
@@ -2603,7 +2651,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2603
2651
|
address: "0x8E08617b0d66359D73Aa11E11017834C29155525";
|
|
2604
2652
|
decimals: 8;
|
|
2605
2653
|
name: "Moonwell USDC";
|
|
2606
|
-
symbol: "
|
|
2654
|
+
symbol: "mUSDC";
|
|
2607
2655
|
};
|
|
2608
2656
|
ETH: {
|
|
2609
2657
|
address: "0x0000000000000000000000000000000000000000";
|
|
@@ -2621,7 +2669,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2621
2669
|
address: "0xb4104C02BBf4E9be85AAa41a62974E4e28D59A33";
|
|
2622
2670
|
decimals: 8;
|
|
2623
2671
|
name: "Moonwell ETH";
|
|
2624
|
-
symbol: "
|
|
2672
|
+
symbol: "mWETH";
|
|
2625
2673
|
};
|
|
2626
2674
|
cbETH: {
|
|
2627
2675
|
address: "0xadDb6A0412DE1BA0F936DCaeb8Aaa24578dcF3B2";
|
|
@@ -2633,7 +2681,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2633
2681
|
address: "0x95C84F369bd0251ca903052600A3C96838D78bA1";
|
|
2634
2682
|
decimals: 8;
|
|
2635
2683
|
name: "Moonwell cbETH";
|
|
2636
|
-
symbol: "
|
|
2684
|
+
symbol: "mcbETH";
|
|
2637
2685
|
};
|
|
2638
2686
|
wstETH: {
|
|
2639
2687
|
address: "0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb";
|
|
@@ -2645,7 +2693,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2645
2693
|
address: "0xbb3b1aB66eFB43B10923b87460c0106643B83f9d";
|
|
2646
2694
|
decimals: 8;
|
|
2647
2695
|
name: "Moonwell wstETH";
|
|
2648
|
-
symbol: "
|
|
2696
|
+
symbol: "mwstETH";
|
|
2649
2697
|
};
|
|
2650
2698
|
rETH: {
|
|
2651
2699
|
address: "0x9Bcef72be871e61ED4fBbc7630889beE758eb81D";
|
|
@@ -2657,7 +2705,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2657
2705
|
address: "0x4c2E35E3eC4A0C82849637BC04A4609Dbe53d321";
|
|
2658
2706
|
decimals: 8;
|
|
2659
2707
|
name: "Moonwell rETH";
|
|
2660
|
-
symbol: "
|
|
2708
|
+
symbol: "mrETH";
|
|
2661
2709
|
};
|
|
2662
2710
|
weETH: {
|
|
2663
2711
|
address: "0x5A7fACB970D094B6C7FF1df0eA68D99E6e73CBFF";
|
|
@@ -2669,7 +2717,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2669
2717
|
address: "0xb8051464C8c92209C92F3a4CD9C73746C4c3CFb3";
|
|
2670
2718
|
decimals: 8;
|
|
2671
2719
|
name: "Moonwell weETH";
|
|
2672
|
-
symbol: "
|
|
2720
|
+
symbol: "mweETH";
|
|
2673
2721
|
};
|
|
2674
2722
|
WBTC: {
|
|
2675
2723
|
address: "0x68f180fcCe6836688e9084f035309E29Bf0A2095";
|
|
@@ -2681,7 +2729,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2681
2729
|
address: "0x6e6CA598A06E609c913551B729a228B023f06fDB";
|
|
2682
2730
|
decimals: 8;
|
|
2683
2731
|
name: "Moonwell WBTC";
|
|
2684
|
-
symbol: "
|
|
2732
|
+
symbol: "mWBTC";
|
|
2685
2733
|
};
|
|
2686
2734
|
USDT: {
|
|
2687
2735
|
address: "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58";
|
|
@@ -2693,7 +2741,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2693
2741
|
address: "0xa3A53899EE8f9f6E963437C5B3f805FEc538BF84";
|
|
2694
2742
|
decimals: 8;
|
|
2695
2743
|
name: "Moonwell USDT";
|
|
2696
|
-
symbol: "
|
|
2744
|
+
symbol: "mUSDT";
|
|
2697
2745
|
};
|
|
2698
2746
|
VELO: {
|
|
2699
2747
|
address: "0x9560e827af36c94d2ac33a39bce1fe78631088db";
|
|
@@ -2705,7 +2753,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2705
2753
|
address: "0x866b838b97Ee43F2c818B3cb5Cc77A0dc22003Fc";
|
|
2706
2754
|
decimals: 8;
|
|
2707
2755
|
name: "Moonwell VELO";
|
|
2708
|
-
symbol: "
|
|
2756
|
+
symbol: "mVELO";
|
|
2709
2757
|
};
|
|
2710
2758
|
DAI: {
|
|
2711
2759
|
address: "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1";
|
|
@@ -2717,7 +2765,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2717
2765
|
address: "0x3FE782C2Fe7668C2F1Eb313ACf3022a31feaD6B2";
|
|
2718
2766
|
decimals: 8;
|
|
2719
2767
|
name: "Moonwell DAI";
|
|
2720
|
-
symbol: "
|
|
2768
|
+
symbol: "mDAI";
|
|
2721
2769
|
};
|
|
2722
2770
|
OP: {
|
|
2723
2771
|
address: "0x4200000000000000000000000000000000000042";
|
|
@@ -2729,7 +2777,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2729
2777
|
address: "0x9fc345a20541Bf8773988515c5950eD69aF01847";
|
|
2730
2778
|
decimals: 8;
|
|
2731
2779
|
name: "Moonwell OP";
|
|
2732
|
-
symbol: "
|
|
2780
|
+
symbol: "mOP";
|
|
2733
2781
|
};
|
|
2734
2782
|
wrsETH: {
|
|
2735
2783
|
address: "0x87eEE96D50Fb761AD85B1c982d28A042169d61b1";
|
|
@@ -2741,7 +2789,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2741
2789
|
address: "0x181bA797ccF779D8aB339721ED6ee827E758668e";
|
|
2742
2790
|
decimals: 8;
|
|
2743
2791
|
name: "Moonwell wrsETH";
|
|
2744
|
-
symbol: "
|
|
2792
|
+
symbol: "mwrsETH";
|
|
2745
2793
|
};
|
|
2746
2794
|
WELL: {
|
|
2747
2795
|
address: "0xA88594D404727625A9437C3f886C7643872296AE";
|
|
@@ -2857,7 +2905,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2857
2905
|
address: "0x091608f4e4a15335145be0A279483C0f8E4c7955";
|
|
2858
2906
|
decimals: 8;
|
|
2859
2907
|
name: "Moonwell GLMR";
|
|
2860
|
-
symbol: "
|
|
2908
|
+
symbol: "mGLMR";
|
|
2861
2909
|
};
|
|
2862
2910
|
xcDOT: {
|
|
2863
2911
|
address: "0xffffffff1fcacbd218edc0eba20fc2308c778080";
|
|
@@ -2869,7 +2917,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2869
2917
|
address: "0xD22Da948c0aB3A27f5570b604f3ADef5F68211C3";
|
|
2870
2918
|
decimals: 8;
|
|
2871
2919
|
name: "Moonwell xcDOT";
|
|
2872
|
-
symbol: "
|
|
2920
|
+
symbol: "mDOT";
|
|
2873
2921
|
};
|
|
2874
2922
|
FRAX: {
|
|
2875
2923
|
address: "0x322e86852e492a7ee17f28a78c663da38fb33bfb";
|
|
@@ -2905,7 +2953,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2905
2953
|
address: "0x42A96C0681B74838eC525AdbD13c37f66388f289";
|
|
2906
2954
|
decimals: 8;
|
|
2907
2955
|
name: "Moonwell xcUSDT";
|
|
2908
|
-
symbol: "
|
|
2956
|
+
symbol: "mxcUSDT";
|
|
2909
2957
|
};
|
|
2910
2958
|
ETH_NOMAD: {
|
|
2911
2959
|
address: "0x30d2a9f5fdf90ace8c17952cbb4ee48a55d916a7";
|
|
@@ -2929,7 +2977,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
2929
2977
|
address: "0x24A9d8f1f350d59cB0368D3d52A77dB29c833D1D";
|
|
2930
2978
|
decimals: 8;
|
|
2931
2979
|
name: "Moonwell BTC";
|
|
2932
|
-
symbol: "
|
|
2980
|
+
symbol: "mWBTC";
|
|
2933
2981
|
};
|
|
2934
2982
|
USDC_NOMAD: {
|
|
2935
2983
|
address: "0x8f552a71efe5eefc207bf75485b356a0b3f01ec9";
|
|
@@ -3115,7 +3163,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3115
3163
|
address: "0x6a1A771C7826596652daDC9145fEAaE62b1cd07f";
|
|
3116
3164
|
decimals: 8;
|
|
3117
3165
|
name: "Moonwell MOVR";
|
|
3118
|
-
symbol: "
|
|
3166
|
+
symbol: "mMOVR";
|
|
3119
3167
|
};
|
|
3120
3168
|
xcKSM: {
|
|
3121
3169
|
address: "0xffffffff1fcacbd218edc0eba20fc2308c778080";
|
|
@@ -3127,7 +3175,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3127
3175
|
address: "0xa0D116513Bd0B8f3F14e6Ea41556c6Ec34688e0f";
|
|
3128
3176
|
decimals: 8;
|
|
3129
3177
|
name: "Moonwell xcKSM";
|
|
3130
|
-
symbol: "
|
|
3178
|
+
symbol: "mxcKSM";
|
|
3131
3179
|
};
|
|
3132
3180
|
FRAX: {
|
|
3133
3181
|
address: "0x1A93B23281CC1CDE4C4741353F3064709A16197d";
|
|
@@ -3139,7 +3187,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3139
3187
|
address: "0x93Ef8B7c6171BaB1C0A51092B2c9da8dc2ba0e9D";
|
|
3140
3188
|
decimals: 8;
|
|
3141
3189
|
name: "Moonwell FRAX";
|
|
3142
|
-
symbol: "
|
|
3190
|
+
symbol: "mFRAX";
|
|
3143
3191
|
};
|
|
3144
3192
|
BTC: {
|
|
3145
3193
|
address: "0x6aB6d61428fde76768D7b45D8BFeec19c6eF91A8";
|
|
@@ -3151,7 +3199,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3151
3199
|
address: "0x6E745367F4Ad2b3da7339aee65dC85d416614D90";
|
|
3152
3200
|
decimals: 8;
|
|
3153
3201
|
name: "Moonwell BTC";
|
|
3154
|
-
symbol: "
|
|
3202
|
+
symbol: "mWBTC";
|
|
3155
3203
|
};
|
|
3156
3204
|
USDC: {
|
|
3157
3205
|
address: "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D";
|
|
@@ -3163,7 +3211,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3163
3211
|
address: "0xd0670AEe3698F66e2D4dAf071EB9c690d978BFA8";
|
|
3164
3212
|
decimals: 8;
|
|
3165
3213
|
name: "Moonwell USDC";
|
|
3166
|
-
symbol: "
|
|
3214
|
+
symbol: "mUSDC";
|
|
3167
3215
|
};
|
|
3168
3216
|
ETH: {
|
|
3169
3217
|
address: "0x639A647fbe20b6c8ac19E48E2de44ea792c62c5C";
|
|
@@ -3175,7 +3223,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3175
3223
|
address: "0x6503D905338e2ebB550c9eC39Ced525b612E77aE";
|
|
3176
3224
|
decimals: 8;
|
|
3177
3225
|
name: "Moonwell ETH";
|
|
3178
|
-
symbol: "
|
|
3226
|
+
symbol: "mETH";
|
|
3179
3227
|
};
|
|
3180
3228
|
USDT: {
|
|
3181
3229
|
address: "0xB44a9B6905aF7c801311e8F4E76932ee959c663C";
|
|
@@ -3187,7 +3235,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3187
3235
|
address: "0x36918B66F9A3eC7a59d0007D8458DB17bDffBF21";
|
|
3188
3236
|
decimals: 8;
|
|
3189
3237
|
name: "Moonwell USDT";
|
|
3190
|
-
symbol: "
|
|
3238
|
+
symbol: "mUSDT";
|
|
3191
3239
|
};
|
|
3192
3240
|
MFAM: {
|
|
3193
3241
|
address: "0xBb8d88bcD9749636BC4D2bE22aaC4Bb3B01A58F1";
|
|
@@ -3324,13 +3372,13 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3324
3372
|
address: "0xEdc817A28E8B93B03976FBd4a3dDBc9f7D176c22";
|
|
3325
3373
|
decimals: 8;
|
|
3326
3374
|
name: "Moonwell USDC";
|
|
3327
|
-
symbol: "
|
|
3375
|
+
symbol: "mUSDC";
|
|
3328
3376
|
};
|
|
3329
3377
|
MOONWELL_ETH: {
|
|
3330
3378
|
address: "0x628ff693426583D9a7FB391E54366292F509D457";
|
|
3331
3379
|
decimals: 8;
|
|
3332
3380
|
name: "Moonwell ETH";
|
|
3333
|
-
symbol: "
|
|
3381
|
+
symbol: "mWETH";
|
|
3334
3382
|
};
|
|
3335
3383
|
cbETH: {
|
|
3336
3384
|
address: "0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22";
|
|
@@ -3342,7 +3390,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3342
3390
|
address: "0x3bf93770f2d4a794c3d9EBEfBAeBAE2a8f09A5E5";
|
|
3343
3391
|
decimals: 8;
|
|
3344
3392
|
name: "Moonwell cbETH";
|
|
3345
|
-
symbol: "
|
|
3393
|
+
symbol: "mcbETH";
|
|
3346
3394
|
};
|
|
3347
3395
|
wstETH: {
|
|
3348
3396
|
address: "0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452";
|
|
@@ -3354,7 +3402,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3354
3402
|
address: "0x627Fe393Bc6EdDA28e99AE648fD6fF362514304b";
|
|
3355
3403
|
decimals: 8;
|
|
3356
3404
|
name: "Moonwell wstETH";
|
|
3357
|
-
symbol: "
|
|
3405
|
+
symbol: "mwstETH";
|
|
3358
3406
|
};
|
|
3359
3407
|
rETH: {
|
|
3360
3408
|
address: "0xb6fe221fe9eef5aba221c348ba20a1bf5e73624c";
|
|
@@ -3366,7 +3414,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3366
3414
|
address: "0xCB1DaCd30638ae38F2B94eA64F066045B7D45f44";
|
|
3367
3415
|
decimals: 8;
|
|
3368
3416
|
name: "Moonwell rETH";
|
|
3369
|
-
symbol: "
|
|
3417
|
+
symbol: "mrETH";
|
|
3370
3418
|
};
|
|
3371
3419
|
weETH: {
|
|
3372
3420
|
address: "0x04c0599ae5a44757c0af6f9ec3b93da8976c150a";
|
|
@@ -3378,7 +3426,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3378
3426
|
address: "0xb8051464C8c92209C92F3a4CD9C73746C4c3CFb3";
|
|
3379
3427
|
decimals: 8;
|
|
3380
3428
|
name: "Moonwell weETH";
|
|
3381
|
-
symbol: "
|
|
3429
|
+
symbol: "mweETH";
|
|
3382
3430
|
};
|
|
3383
3431
|
cbBTC: {
|
|
3384
3432
|
address: "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf";
|
|
@@ -3390,7 +3438,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3390
3438
|
address: "0xF877ACaFA28c19b96727966690b2f44d35aD5976";
|
|
3391
3439
|
decimals: 8;
|
|
3392
3440
|
name: "Moonwell cbBTC";
|
|
3393
|
-
symbol: "
|
|
3441
|
+
symbol: "mcbBTC";
|
|
3394
3442
|
};
|
|
3395
3443
|
AERO: {
|
|
3396
3444
|
address: "0x940181a94A35A4569E4529A3CDfB74e38FD98631";
|
|
@@ -3402,7 +3450,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3402
3450
|
address: "0x73902f619CEB9B31FD8EFecf435CbDf89E369Ba6";
|
|
3403
3451
|
decimals: 8;
|
|
3404
3452
|
name: "Moonwell AERO";
|
|
3405
|
-
symbol: "
|
|
3453
|
+
symbol: "mAERO";
|
|
3406
3454
|
};
|
|
3407
3455
|
DAI: {
|
|
3408
3456
|
address: "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb";
|
|
@@ -3414,7 +3462,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3414
3462
|
address: "0x73b06D8d18De422E269645eaCe15400DE7462417";
|
|
3415
3463
|
decimals: 8;
|
|
3416
3464
|
name: "Moonwell DAI";
|
|
3417
|
-
symbol: "
|
|
3465
|
+
symbol: "mDAI";
|
|
3418
3466
|
};
|
|
3419
3467
|
USDbC: {
|
|
3420
3468
|
address: "0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca";
|
|
@@ -3426,7 +3474,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3426
3474
|
address: "0x703843C3379b52F9FF486c9f5892218d2a065cC8";
|
|
3427
3475
|
decimals: 8;
|
|
3428
3476
|
name: "Moonwell USDbC";
|
|
3429
|
-
symbol: "
|
|
3477
|
+
symbol: "mUSDC";
|
|
3430
3478
|
};
|
|
3431
3479
|
EURC: {
|
|
3432
3480
|
address: "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42";
|
|
@@ -3438,7 +3486,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3438
3486
|
address: "0xb682c840B5F4FC58B20769E691A6fa1305A501a2";
|
|
3439
3487
|
decimals: 8;
|
|
3440
3488
|
name: "Moonwell EURC";
|
|
3441
|
-
symbol: "
|
|
3489
|
+
symbol: "mEURC";
|
|
3442
3490
|
};
|
|
3443
3491
|
mwETH: {
|
|
3444
3492
|
address: "0xa0E430870c4604CcfC7B38Ca7845B1FF653D0ff1";
|
|
@@ -3492,13 +3540,13 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3492
3540
|
address: "0xfC41B49d064Ac646015b459C522820DB9472F4B5";
|
|
3493
3541
|
decimals: 8;
|
|
3494
3542
|
name: "Moonwell wrsETH";
|
|
3495
|
-
symbol: "
|
|
3543
|
+
symbol: "mwrsETH";
|
|
3496
3544
|
};
|
|
3497
3545
|
MOONWELL_WELL: {
|
|
3498
3546
|
address: "0xdC7810B47eAAb250De623F0eE07764afa5F71ED1";
|
|
3499
3547
|
decimals: 8;
|
|
3500
3548
|
name: "Moonwell WELL";
|
|
3501
|
-
symbol: "
|
|
3549
|
+
symbol: "mWELL";
|
|
3502
3550
|
};
|
|
3503
3551
|
PT_LBTC_29MAY2025: {
|
|
3504
3552
|
address: "0x5d746848005507DA0b1717C137A10C30AD9ee307";
|
|
@@ -3554,6 +3602,18 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3554
3602
|
name: "Moonwell Virtual";
|
|
3555
3603
|
symbol: "mVIRTUAL";
|
|
3556
3604
|
};
|
|
3605
|
+
MORPHO: {
|
|
3606
|
+
address: "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842";
|
|
3607
|
+
decimals: 18;
|
|
3608
|
+
name: "Morpho";
|
|
3609
|
+
symbol: "MORPHO";
|
|
3610
|
+
};
|
|
3611
|
+
MOONWELL_MORPHO: {
|
|
3612
|
+
address: "0x6308204872BdB7432dF97b04B42443c714904F3E";
|
|
3613
|
+
decimals: 8;
|
|
3614
|
+
name: "Moonwell MORPHO";
|
|
3615
|
+
symbol: "mMORPHO";
|
|
3616
|
+
};
|
|
3557
3617
|
}, {
|
|
3558
3618
|
MOONWELL_USDC: {
|
|
3559
3619
|
marketToken: "MOONWELL_USDC";
|
|
@@ -3624,6 +3684,10 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3624
3684
|
marketToken: "MOONWELL_VIRTUAL";
|
|
3625
3685
|
underlyingToken: "VIRTUAL";
|
|
3626
3686
|
};
|
|
3687
|
+
MOONWELL_MORPHO: {
|
|
3688
|
+
marketToken: "MOONWELL_MORPHO";
|
|
3689
|
+
underlyingToken: "MORPHO";
|
|
3690
|
+
};
|
|
3627
3691
|
}, {
|
|
3628
3692
|
mwETH: {
|
|
3629
3693
|
underlyingToken: "ETH";
|
|
@@ -3693,7 +3757,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3693
3757
|
address: "0x8E08617b0d66359D73Aa11E11017834C29155525";
|
|
3694
3758
|
decimals: 8;
|
|
3695
3759
|
name: "Moonwell USDC";
|
|
3696
|
-
symbol: "
|
|
3760
|
+
symbol: "mUSDC";
|
|
3697
3761
|
};
|
|
3698
3762
|
ETH: {
|
|
3699
3763
|
address: "0x0000000000000000000000000000000000000000";
|
|
@@ -3711,7 +3775,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3711
3775
|
address: "0xb4104C02BBf4E9be85AAa41a62974E4e28D59A33";
|
|
3712
3776
|
decimals: 8;
|
|
3713
3777
|
name: "Moonwell ETH";
|
|
3714
|
-
symbol: "
|
|
3778
|
+
symbol: "mWETH";
|
|
3715
3779
|
};
|
|
3716
3780
|
cbETH: {
|
|
3717
3781
|
address: "0xadDb6A0412DE1BA0F936DCaeb8Aaa24578dcF3B2";
|
|
@@ -3723,7 +3787,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3723
3787
|
address: "0x95C84F369bd0251ca903052600A3C96838D78bA1";
|
|
3724
3788
|
decimals: 8;
|
|
3725
3789
|
name: "Moonwell cbETH";
|
|
3726
|
-
symbol: "
|
|
3790
|
+
symbol: "mcbETH";
|
|
3727
3791
|
};
|
|
3728
3792
|
wstETH: {
|
|
3729
3793
|
address: "0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb";
|
|
@@ -3735,7 +3799,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3735
3799
|
address: "0xbb3b1aB66eFB43B10923b87460c0106643B83f9d";
|
|
3736
3800
|
decimals: 8;
|
|
3737
3801
|
name: "Moonwell wstETH";
|
|
3738
|
-
symbol: "
|
|
3802
|
+
symbol: "mwstETH";
|
|
3739
3803
|
};
|
|
3740
3804
|
rETH: {
|
|
3741
3805
|
address: "0x9Bcef72be871e61ED4fBbc7630889beE758eb81D";
|
|
@@ -3747,7 +3811,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3747
3811
|
address: "0x4c2E35E3eC4A0C82849637BC04A4609Dbe53d321";
|
|
3748
3812
|
decimals: 8;
|
|
3749
3813
|
name: "Moonwell rETH";
|
|
3750
|
-
symbol: "
|
|
3814
|
+
symbol: "mrETH";
|
|
3751
3815
|
};
|
|
3752
3816
|
weETH: {
|
|
3753
3817
|
address: "0x5A7fACB970D094B6C7FF1df0eA68D99E6e73CBFF";
|
|
@@ -3759,7 +3823,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3759
3823
|
address: "0xb8051464C8c92209C92F3a4CD9C73746C4c3CFb3";
|
|
3760
3824
|
decimals: 8;
|
|
3761
3825
|
name: "Moonwell weETH";
|
|
3762
|
-
symbol: "
|
|
3826
|
+
symbol: "mweETH";
|
|
3763
3827
|
};
|
|
3764
3828
|
WBTC: {
|
|
3765
3829
|
address: "0x68f180fcCe6836688e9084f035309E29Bf0A2095";
|
|
@@ -3771,7 +3835,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3771
3835
|
address: "0x6e6CA598A06E609c913551B729a228B023f06fDB";
|
|
3772
3836
|
decimals: 8;
|
|
3773
3837
|
name: "Moonwell WBTC";
|
|
3774
|
-
symbol: "
|
|
3838
|
+
symbol: "mWBTC";
|
|
3775
3839
|
};
|
|
3776
3840
|
USDT: {
|
|
3777
3841
|
address: "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58";
|
|
@@ -3783,7 +3847,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3783
3847
|
address: "0xa3A53899EE8f9f6E963437C5B3f805FEc538BF84";
|
|
3784
3848
|
decimals: 8;
|
|
3785
3849
|
name: "Moonwell USDT";
|
|
3786
|
-
symbol: "
|
|
3850
|
+
symbol: "mUSDT";
|
|
3787
3851
|
};
|
|
3788
3852
|
VELO: {
|
|
3789
3853
|
address: "0x9560e827af36c94d2ac33a39bce1fe78631088db";
|
|
@@ -3795,7 +3859,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3795
3859
|
address: "0x866b838b97Ee43F2c818B3cb5Cc77A0dc22003Fc";
|
|
3796
3860
|
decimals: 8;
|
|
3797
3861
|
name: "Moonwell VELO";
|
|
3798
|
-
symbol: "
|
|
3862
|
+
symbol: "mVELO";
|
|
3799
3863
|
};
|
|
3800
3864
|
DAI: {
|
|
3801
3865
|
address: "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1";
|
|
@@ -3807,7 +3871,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3807
3871
|
address: "0x3FE782C2Fe7668C2F1Eb313ACf3022a31feaD6B2";
|
|
3808
3872
|
decimals: 8;
|
|
3809
3873
|
name: "Moonwell DAI";
|
|
3810
|
-
symbol: "
|
|
3874
|
+
symbol: "mDAI";
|
|
3811
3875
|
};
|
|
3812
3876
|
OP: {
|
|
3813
3877
|
address: "0x4200000000000000000000000000000000000042";
|
|
@@ -3819,7 +3883,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3819
3883
|
address: "0x9fc345a20541Bf8773988515c5950eD69aF01847";
|
|
3820
3884
|
decimals: 8;
|
|
3821
3885
|
name: "Moonwell OP";
|
|
3822
|
-
symbol: "
|
|
3886
|
+
symbol: "mOP";
|
|
3823
3887
|
};
|
|
3824
3888
|
wrsETH: {
|
|
3825
3889
|
address: "0x87eEE96D50Fb761AD85B1c982d28A042169d61b1";
|
|
@@ -3831,7 +3895,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3831
3895
|
address: "0x181bA797ccF779D8aB339721ED6ee827E758668e";
|
|
3832
3896
|
decimals: 8;
|
|
3833
3897
|
name: "Moonwell wrsETH";
|
|
3834
|
-
symbol: "
|
|
3898
|
+
symbol: "mwrsETH";
|
|
3835
3899
|
};
|
|
3836
3900
|
WELL: {
|
|
3837
3901
|
address: "0xA88594D404727625A9437C3f886C7643872296AE";
|
|
@@ -3947,7 +4011,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3947
4011
|
address: "0x091608f4e4a15335145be0A279483C0f8E4c7955";
|
|
3948
4012
|
decimals: 8;
|
|
3949
4013
|
name: "Moonwell GLMR";
|
|
3950
|
-
symbol: "
|
|
4014
|
+
symbol: "mGLMR";
|
|
3951
4015
|
};
|
|
3952
4016
|
xcDOT: {
|
|
3953
4017
|
address: "0xffffffff1fcacbd218edc0eba20fc2308c778080";
|
|
@@ -3959,7 +4023,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3959
4023
|
address: "0xD22Da948c0aB3A27f5570b604f3ADef5F68211C3";
|
|
3960
4024
|
decimals: 8;
|
|
3961
4025
|
name: "Moonwell xcDOT";
|
|
3962
|
-
symbol: "
|
|
4026
|
+
symbol: "mDOT";
|
|
3963
4027
|
};
|
|
3964
4028
|
FRAX: {
|
|
3965
4029
|
address: "0x322e86852e492a7ee17f28a78c663da38fb33bfb";
|
|
@@ -3995,7 +4059,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
3995
4059
|
address: "0x42A96C0681B74838eC525AdbD13c37f66388f289";
|
|
3996
4060
|
decimals: 8;
|
|
3997
4061
|
name: "Moonwell xcUSDT";
|
|
3998
|
-
symbol: "
|
|
4062
|
+
symbol: "mxcUSDT";
|
|
3999
4063
|
};
|
|
4000
4064
|
ETH_NOMAD: {
|
|
4001
4065
|
address: "0x30d2a9f5fdf90ace8c17952cbb4ee48a55d916a7";
|
|
@@ -4019,7 +4083,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
4019
4083
|
address: "0x24A9d8f1f350d59cB0368D3d52A77dB29c833D1D";
|
|
4020
4084
|
decimals: 8;
|
|
4021
4085
|
name: "Moonwell BTC";
|
|
4022
|
-
symbol: "
|
|
4086
|
+
symbol: "mWBTC";
|
|
4023
4087
|
};
|
|
4024
4088
|
USDC_NOMAD: {
|
|
4025
4089
|
address: "0x8f552a71efe5eefc207bf75485b356a0b3f01ec9";
|
|
@@ -4205,7 +4269,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
4205
4269
|
address: "0x6a1A771C7826596652daDC9145fEAaE62b1cd07f";
|
|
4206
4270
|
decimals: 8;
|
|
4207
4271
|
name: "Moonwell MOVR";
|
|
4208
|
-
symbol: "
|
|
4272
|
+
symbol: "mMOVR";
|
|
4209
4273
|
};
|
|
4210
4274
|
xcKSM: {
|
|
4211
4275
|
address: "0xffffffff1fcacbd218edc0eba20fc2308c778080";
|
|
@@ -4217,7 +4281,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
4217
4281
|
address: "0xa0D116513Bd0B8f3F14e6Ea41556c6Ec34688e0f";
|
|
4218
4282
|
decimals: 8;
|
|
4219
4283
|
name: "Moonwell xcKSM";
|
|
4220
|
-
symbol: "
|
|
4284
|
+
symbol: "mxcKSM";
|
|
4221
4285
|
};
|
|
4222
4286
|
FRAX: {
|
|
4223
4287
|
address: "0x1A93B23281CC1CDE4C4741353F3064709A16197d";
|
|
@@ -4229,7 +4293,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
4229
4293
|
address: "0x93Ef8B7c6171BaB1C0A51092B2c9da8dc2ba0e9D";
|
|
4230
4294
|
decimals: 8;
|
|
4231
4295
|
name: "Moonwell FRAX";
|
|
4232
|
-
symbol: "
|
|
4296
|
+
symbol: "mFRAX";
|
|
4233
4297
|
};
|
|
4234
4298
|
BTC: {
|
|
4235
4299
|
address: "0x6aB6d61428fde76768D7b45D8BFeec19c6eF91A8";
|
|
@@ -4241,7 +4305,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
4241
4305
|
address: "0x6E745367F4Ad2b3da7339aee65dC85d416614D90";
|
|
4242
4306
|
decimals: 8;
|
|
4243
4307
|
name: "Moonwell BTC";
|
|
4244
|
-
symbol: "
|
|
4308
|
+
symbol: "mWBTC";
|
|
4245
4309
|
};
|
|
4246
4310
|
USDC: {
|
|
4247
4311
|
address: "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D";
|
|
@@ -4253,7 +4317,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
4253
4317
|
address: "0xd0670AEe3698F66e2D4dAf071EB9c690d978BFA8";
|
|
4254
4318
|
decimals: 8;
|
|
4255
4319
|
name: "Moonwell USDC";
|
|
4256
|
-
symbol: "
|
|
4320
|
+
symbol: "mUSDC";
|
|
4257
4321
|
};
|
|
4258
4322
|
ETH: {
|
|
4259
4323
|
address: "0x639A647fbe20b6c8ac19E48E2de44ea792c62c5C";
|
|
@@ -4265,7 +4329,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
4265
4329
|
address: "0x6503D905338e2ebB550c9eC39Ced525b612E77aE";
|
|
4266
4330
|
decimals: 8;
|
|
4267
4331
|
name: "Moonwell ETH";
|
|
4268
|
-
symbol: "
|
|
4332
|
+
symbol: "mETH";
|
|
4269
4333
|
};
|
|
4270
4334
|
USDT: {
|
|
4271
4335
|
address: "0xB44a9B6905aF7c801311e8F4E76932ee959c663C";
|
|
@@ -4277,7 +4341,7 @@ export declare const createMoonwellClient: <const networks>(config: {
|
|
|
4277
4341
|
address: "0x36918B66F9A3eC7a59d0007D8458DB17bDffBF21";
|
|
4278
4342
|
decimals: 8;
|
|
4279
4343
|
name: "Moonwell USDT";
|
|
4280
|
-
symbol: "
|
|
4344
|
+
symbol: "mUSDT";
|
|
4281
4345
|
};
|
|
4282
4346
|
MFAM: {
|
|
4283
4347
|
address: "0xBb8d88bcD9749636BC4D2bE22aaC4Bb3B01A58F1";
|