@beefyfinance/blockchain-addressbook 0.54.162 → 0.54.164
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/build/address-book/arbitrum/index.d.ts +0 -26
- package/build/address-book/arbitrum/tokens/tokens.d.ts +0 -13
- package/build/address-book/arbitrum/tokens/tokens.js +0 -13
- package/build/address-book/ethereum/index.d.ts +26 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +13 -0
- package/build/address-book/ethereum/tokens/tokens.js +13 -0
- package/build/address-book/optimism/index.d.ts +0 -98
- package/build/address-book/optimism/tokens/tokens.d.ts +0 -49
- package/build/address-book/optimism/tokens/tokens.js +0 -49
- package/build-esm/address-book/arbitrum/index.d.ts +0 -26
- package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +0 -13
- package/build-esm/address-book/arbitrum/tokens/tokens.js +0 -13
- package/build-esm/address-book/ethereum/index.d.ts +26 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +13 -0
- package/build-esm/address-book/optimism/index.d.ts +0 -98
- package/build-esm/address-book/optimism/tokens/tokens.d.ts +0 -49
- package/build-esm/address-book/optimism/tokens/tokens.js +0 -49
- package/package.json +1 -1
|
@@ -1231,19 +1231,6 @@ export declare const arbitrum: {
|
|
|
1231
1231
|
readonly bridge: "native";
|
|
1232
1232
|
readonly documentation: "https://docs.overnight.fi/";
|
|
1233
1233
|
};
|
|
1234
|
-
readonly 'arbwUSD+': {
|
|
1235
|
-
readonly name: "Wrapped USD+";
|
|
1236
|
-
readonly symbol: "wUSD+";
|
|
1237
|
-
readonly oracleId: "arbwUSD+";
|
|
1238
|
-
readonly address: "0xB86fb1047A955C0186c77ff6263819b37B32440D";
|
|
1239
|
-
readonly chainId: 42161;
|
|
1240
|
-
readonly decimals: 6;
|
|
1241
|
-
readonly website: "https://overnight.fi/";
|
|
1242
|
-
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
1243
|
-
readonly bridge: "native";
|
|
1244
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
1245
|
-
readonly tags: readonly ["CURATED"];
|
|
1246
|
-
};
|
|
1247
1234
|
readonly 'USDT+': {
|
|
1248
1235
|
readonly name: "USDT+";
|
|
1249
1236
|
readonly symbol: "USDT+";
|
|
@@ -3430,19 +3417,6 @@ export declare const arbitrum: {
|
|
|
3430
3417
|
readonly bridge: "native";
|
|
3431
3418
|
readonly documentation: "https://docs.overnight.fi/";
|
|
3432
3419
|
};
|
|
3433
|
-
readonly 'arbwUSD+': {
|
|
3434
|
-
readonly name: "Wrapped USD+";
|
|
3435
|
-
readonly symbol: "wUSD+";
|
|
3436
|
-
readonly oracleId: "arbwUSD+";
|
|
3437
|
-
readonly address: "0xB86fb1047A955C0186c77ff6263819b37B32440D";
|
|
3438
|
-
readonly chainId: 42161;
|
|
3439
|
-
readonly decimals: 6;
|
|
3440
|
-
readonly website: "https://overnight.fi/";
|
|
3441
|
-
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
3442
|
-
readonly bridge: "native";
|
|
3443
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
3444
|
-
readonly tags: readonly ["CURATED"];
|
|
3445
|
-
};
|
|
3446
3420
|
readonly 'USDT+': {
|
|
3447
3421
|
readonly name: "USDT+";
|
|
3448
3422
|
readonly symbol: "USDT+";
|
|
@@ -1228,19 +1228,6 @@ export declare const tokens: {
|
|
|
1228
1228
|
readonly bridge: "native";
|
|
1229
1229
|
readonly documentation: "https://docs.overnight.fi/";
|
|
1230
1230
|
};
|
|
1231
|
-
readonly 'arbwUSD+': {
|
|
1232
|
-
readonly name: "Wrapped USD+";
|
|
1233
|
-
readonly symbol: "wUSD+";
|
|
1234
|
-
readonly oracleId: "arbwUSD+";
|
|
1235
|
-
readonly address: "0xB86fb1047A955C0186c77ff6263819b37B32440D";
|
|
1236
|
-
readonly chainId: 42161;
|
|
1237
|
-
readonly decimals: 6;
|
|
1238
|
-
readonly website: "https://overnight.fi/";
|
|
1239
|
-
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
1240
|
-
readonly bridge: "native";
|
|
1241
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
1242
|
-
readonly tags: readonly ["CURATED"];
|
|
1243
|
-
};
|
|
1244
1231
|
readonly 'USDT+': {
|
|
1245
1232
|
readonly name: "USDT+";
|
|
1246
1233
|
readonly symbol: "USDT+";
|
|
@@ -1196,19 +1196,6 @@ exports.tokens = {
|
|
|
1196
1196
|
bridge: 'native',
|
|
1197
1197
|
documentation: 'https://docs.overnight.fi/',
|
|
1198
1198
|
},
|
|
1199
|
-
'arbwUSD+': {
|
|
1200
|
-
name: 'Wrapped USD+',
|
|
1201
|
-
symbol: 'wUSD+',
|
|
1202
|
-
oracleId: 'arbwUSD+',
|
|
1203
|
-
address: '0xB86fb1047A955C0186c77ff6263819b37B32440D',
|
|
1204
|
-
chainId: 42161,
|
|
1205
|
-
decimals: 6,
|
|
1206
|
-
website: 'https://overnight.fi/',
|
|
1207
|
-
description: 'wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.',
|
|
1208
|
-
bridge: 'native',
|
|
1209
|
-
documentation: 'https://docs.overnight.fi/',
|
|
1210
|
-
tags: ['CURATED'],
|
|
1211
|
-
},
|
|
1212
1199
|
'USDT+': {
|
|
1213
1200
|
name: 'USDT+',
|
|
1214
1201
|
symbol: 'USDT+',
|
|
@@ -2742,6 +2742,19 @@ export declare const ethereum: {
|
|
|
2742
2742
|
readonly bridge: "native";
|
|
2743
2743
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
2744
2744
|
};
|
|
2745
|
+
readonly savUSD: {
|
|
2746
|
+
readonly name: "Staked avUSD";
|
|
2747
|
+
readonly symbol: "savUSD";
|
|
2748
|
+
readonly oracleId: "savUSD";
|
|
2749
|
+
readonly address: "0xb8D89678E75a973E74698c976716308abB8a46A4";
|
|
2750
|
+
readonly chainId: 1;
|
|
2751
|
+
readonly decimals: 18;
|
|
2752
|
+
readonly website: "https://app.avantprotocol.com/products";
|
|
2753
|
+
readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#savusd-staked-avusd";
|
|
2754
|
+
readonly description: "Avant’s flagship stable value token, minted when users deposit USDC. Users that stake their avUSD receive yield that is generated from market-neutral strategies put on by Avant’s trading partners. savUSD is a ERC-4626 tokenized vault that accrues avUSD over time. ";
|
|
2755
|
+
readonly bridge: "chainlink-ccip";
|
|
2756
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2757
|
+
};
|
|
2745
2758
|
readonly OUSD: {
|
|
2746
2759
|
readonly name: "Origin Dollar";
|
|
2747
2760
|
readonly symbol: "OUSD";
|
|
@@ -5497,6 +5510,19 @@ export declare const ethereum: {
|
|
|
5497
5510
|
readonly bridge: "native";
|
|
5498
5511
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
5499
5512
|
};
|
|
5513
|
+
readonly savUSD: {
|
|
5514
|
+
readonly name: "Staked avUSD";
|
|
5515
|
+
readonly symbol: "savUSD";
|
|
5516
|
+
readonly oracleId: "savUSD";
|
|
5517
|
+
readonly address: "0xb8D89678E75a973E74698c976716308abB8a46A4";
|
|
5518
|
+
readonly chainId: 1;
|
|
5519
|
+
readonly decimals: 18;
|
|
5520
|
+
readonly website: "https://app.avantprotocol.com/products";
|
|
5521
|
+
readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#savusd-staked-avusd";
|
|
5522
|
+
readonly description: "Avant’s flagship stable value token, minted when users deposit USDC. Users that stake their avUSD receive yield that is generated from market-neutral strategies put on by Avant’s trading partners. savUSD is a ERC-4626 tokenized vault that accrues avUSD over time. ";
|
|
5523
|
+
readonly bridge: "chainlink-ccip";
|
|
5524
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5525
|
+
};
|
|
5500
5526
|
readonly OUSD: {
|
|
5501
5527
|
readonly name: "Origin Dollar";
|
|
5502
5528
|
readonly symbol: "OUSD";
|
|
@@ -2739,6 +2739,19 @@ export declare const tokens: {
|
|
|
2739
2739
|
readonly bridge: "native";
|
|
2740
2740
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
2741
2741
|
};
|
|
2742
|
+
readonly savUSD: {
|
|
2743
|
+
readonly name: "Staked avUSD";
|
|
2744
|
+
readonly symbol: "savUSD";
|
|
2745
|
+
readonly oracleId: "savUSD";
|
|
2746
|
+
readonly address: "0xb8D89678E75a973E74698c976716308abB8a46A4";
|
|
2747
|
+
readonly chainId: 1;
|
|
2748
|
+
readonly decimals: 18;
|
|
2749
|
+
readonly website: "https://app.avantprotocol.com/products";
|
|
2750
|
+
readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#savusd-staked-avusd";
|
|
2751
|
+
readonly description: "Avant’s flagship stable value token, minted when users deposit USDC. Users that stake their avUSD receive yield that is generated from market-neutral strategies put on by Avant’s trading partners. savUSD is a ERC-4626 tokenized vault that accrues avUSD over time. ";
|
|
2752
|
+
readonly bridge: "chainlink-ccip";
|
|
2753
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2754
|
+
};
|
|
2742
2755
|
readonly OUSD: {
|
|
2743
2756
|
readonly name: "Origin Dollar";
|
|
2744
2757
|
readonly symbol: "OUSD";
|
|
@@ -2708,6 +2708,19 @@ exports.tokens = {
|
|
|
2708
2708
|
bridge: 'native',
|
|
2709
2709
|
tags: ['STABLECOIN', 'NO_TIMELOCK'],
|
|
2710
2710
|
},
|
|
2711
|
+
savUSD: {
|
|
2712
|
+
name: 'Staked avUSD',
|
|
2713
|
+
symbol: 'savUSD',
|
|
2714
|
+
oracleId: 'savUSD',
|
|
2715
|
+
address: '0xb8D89678E75a973E74698c976716308abB8a46A4',
|
|
2716
|
+
chainId: 1,
|
|
2717
|
+
decimals: 18,
|
|
2718
|
+
website: 'https://app.avantprotocol.com/products',
|
|
2719
|
+
documentation: 'https://docs.avantprotocol.com/overview/core-tokens#savusd-staked-avusd',
|
|
2720
|
+
description: 'Avant’s flagship stable value token, minted when users deposit USDC. Users that stake their avUSD receive yield that is generated from market-neutral strategies put on by Avant’s trading partners. savUSD is a ERC-4626 tokenized vault that accrues avUSD over time. ',
|
|
2721
|
+
bridge: 'chainlink-ccip',
|
|
2722
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2723
|
+
},
|
|
2711
2724
|
OUSD: {
|
|
2712
2725
|
name: 'Origin Dollar',
|
|
2713
2726
|
symbol: 'OUSD',
|
|
@@ -561,18 +561,6 @@ export declare const optimism: {
|
|
|
561
561
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
562
562
|
readonly tags: readonly ["BLUECHIP"];
|
|
563
563
|
};
|
|
564
|
-
readonly 'bbUSD+': {
|
|
565
|
-
readonly name: "Beets Composable Pool USD+ Stablecoin";
|
|
566
|
-
readonly symbol: "bbUSD+";
|
|
567
|
-
readonly oracleId: "bbUSD+";
|
|
568
|
-
readonly address: "0x88D07558470484c03d3bb44c3ECc36CAfCF43253";
|
|
569
|
-
readonly chainId: 10;
|
|
570
|
-
readonly decimals: 18;
|
|
571
|
-
readonly website: "https://overnight.fi/";
|
|
572
|
-
readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
573
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
574
|
-
readonly tags: readonly ["CURATED"];
|
|
575
|
-
};
|
|
576
564
|
readonly 'USD+': {
|
|
577
565
|
readonly name: "USD+ Stablecoin";
|
|
578
566
|
readonly symbol: "USD+";
|
|
@@ -586,19 +574,6 @@ export declare const optimism: {
|
|
|
586
574
|
readonly documentation: "https://docs.overnight.fi/";
|
|
587
575
|
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
588
576
|
};
|
|
589
|
-
readonly 'wUSD+': {
|
|
590
|
-
readonly name: "Wrapped USD+ Stablecoin";
|
|
591
|
-
readonly symbol: "wUSD+";
|
|
592
|
-
readonly oracleId: "wUSD+";
|
|
593
|
-
readonly address: "0xA348700745D249c3b49D2c2AcAC9A5AE8155F826";
|
|
594
|
-
readonly chainId: 10;
|
|
595
|
-
readonly decimals: 6;
|
|
596
|
-
readonly website: "https://overnight.fi/";
|
|
597
|
-
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
598
|
-
readonly bridge: "native";
|
|
599
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
600
|
-
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
601
|
-
};
|
|
602
577
|
readonly 'DAI+': {
|
|
603
578
|
readonly name: "DAI+ Stablecoin";
|
|
604
579
|
readonly symbol: "DAI+";
|
|
@@ -612,30 +587,6 @@ export declare const optimism: {
|
|
|
612
587
|
readonly documentation: "https://docs.overnight.fi/";
|
|
613
588
|
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
614
589
|
};
|
|
615
|
-
readonly 'bbDAI+': {
|
|
616
|
-
readonly name: "Beets Composable Pool DAI+ Stablecoin";
|
|
617
|
-
readonly symbol: "bbDAI+";
|
|
618
|
-
readonly oracleId: "bbDAI+";
|
|
619
|
-
readonly address: "0xb5ad7d6d6F92a77F47f98C28C84893FBccc94809";
|
|
620
|
-
readonly chainId: 10;
|
|
621
|
-
readonly decimals: 18;
|
|
622
|
-
readonly website: "https://overnight.fi/";
|
|
623
|
-
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
624
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
625
|
-
readonly tags: readonly ["CURATED"];
|
|
626
|
-
};
|
|
627
|
-
readonly 'wDAI+': {
|
|
628
|
-
readonly name: "Wrapped DAI+ Stablecoin";
|
|
629
|
-
readonly symbol: "wDAI+";
|
|
630
|
-
readonly oracleId: "wDAI+";
|
|
631
|
-
readonly address: "0x0b8f31480249cC717081928B8aF733F45f6915BB";
|
|
632
|
-
readonly chainId: 10;
|
|
633
|
-
readonly decimals: 18;
|
|
634
|
-
readonly website: "https://overnight.fi/";
|
|
635
|
-
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
636
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
637
|
-
readonly tags: readonly ["CURATED"];
|
|
638
|
-
};
|
|
639
590
|
readonly TUSD: {
|
|
640
591
|
readonly name: "TrueUSD";
|
|
641
592
|
readonly symbol: "TUSD";
|
|
@@ -2280,18 +2231,6 @@ export declare const optimism: {
|
|
|
2280
2231
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
2281
2232
|
readonly tags: readonly ["BLUECHIP"];
|
|
2282
2233
|
};
|
|
2283
|
-
readonly 'bbUSD+': {
|
|
2284
|
-
readonly name: "Beets Composable Pool USD+ Stablecoin";
|
|
2285
|
-
readonly symbol: "bbUSD+";
|
|
2286
|
-
readonly oracleId: "bbUSD+";
|
|
2287
|
-
readonly address: "0x88D07558470484c03d3bb44c3ECc36CAfCF43253";
|
|
2288
|
-
readonly chainId: 10;
|
|
2289
|
-
readonly decimals: 18;
|
|
2290
|
-
readonly website: "https://overnight.fi/";
|
|
2291
|
-
readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
2292
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
2293
|
-
readonly tags: readonly ["CURATED"];
|
|
2294
|
-
};
|
|
2295
2234
|
readonly 'USD+': {
|
|
2296
2235
|
readonly name: "USD+ Stablecoin";
|
|
2297
2236
|
readonly symbol: "USD+";
|
|
@@ -2305,19 +2244,6 @@ export declare const optimism: {
|
|
|
2305
2244
|
readonly documentation: "https://docs.overnight.fi/";
|
|
2306
2245
|
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
2307
2246
|
};
|
|
2308
|
-
readonly 'wUSD+': {
|
|
2309
|
-
readonly name: "Wrapped USD+ Stablecoin";
|
|
2310
|
-
readonly symbol: "wUSD+";
|
|
2311
|
-
readonly oracleId: "wUSD+";
|
|
2312
|
-
readonly address: "0xA348700745D249c3b49D2c2AcAC9A5AE8155F826";
|
|
2313
|
-
readonly chainId: 10;
|
|
2314
|
-
readonly decimals: 6;
|
|
2315
|
-
readonly website: "https://overnight.fi/";
|
|
2316
|
-
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
2317
|
-
readonly bridge: "native";
|
|
2318
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
2319
|
-
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
2320
|
-
};
|
|
2321
2247
|
readonly 'DAI+': {
|
|
2322
2248
|
readonly name: "DAI+ Stablecoin";
|
|
2323
2249
|
readonly symbol: "DAI+";
|
|
@@ -2331,30 +2257,6 @@ export declare const optimism: {
|
|
|
2331
2257
|
readonly documentation: "https://docs.overnight.fi/";
|
|
2332
2258
|
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
2333
2259
|
};
|
|
2334
|
-
readonly 'bbDAI+': {
|
|
2335
|
-
readonly name: "Beets Composable Pool DAI+ Stablecoin";
|
|
2336
|
-
readonly symbol: "bbDAI+";
|
|
2337
|
-
readonly oracleId: "bbDAI+";
|
|
2338
|
-
readonly address: "0xb5ad7d6d6F92a77F47f98C28C84893FBccc94809";
|
|
2339
|
-
readonly chainId: 10;
|
|
2340
|
-
readonly decimals: 18;
|
|
2341
|
-
readonly website: "https://overnight.fi/";
|
|
2342
|
-
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
2343
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
2344
|
-
readonly tags: readonly ["CURATED"];
|
|
2345
|
-
};
|
|
2346
|
-
readonly 'wDAI+': {
|
|
2347
|
-
readonly name: "Wrapped DAI+ Stablecoin";
|
|
2348
|
-
readonly symbol: "wDAI+";
|
|
2349
|
-
readonly oracleId: "wDAI+";
|
|
2350
|
-
readonly address: "0x0b8f31480249cC717081928B8aF733F45f6915BB";
|
|
2351
|
-
readonly chainId: 10;
|
|
2352
|
-
readonly decimals: 18;
|
|
2353
|
-
readonly website: "https://overnight.fi/";
|
|
2354
|
-
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
2355
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
2356
|
-
readonly tags: readonly ["CURATED"];
|
|
2357
|
-
};
|
|
2358
2260
|
readonly TUSD: {
|
|
2359
2261
|
readonly name: "TrueUSD";
|
|
2360
2262
|
readonly symbol: "TUSD";
|
|
@@ -558,18 +558,6 @@ export declare const tokens: {
|
|
|
558
558
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
559
559
|
readonly tags: readonly ["BLUECHIP"];
|
|
560
560
|
};
|
|
561
|
-
readonly 'bbUSD+': {
|
|
562
|
-
readonly name: "Beets Composable Pool USD+ Stablecoin";
|
|
563
|
-
readonly symbol: "bbUSD+";
|
|
564
|
-
readonly oracleId: "bbUSD+";
|
|
565
|
-
readonly address: "0x88D07558470484c03d3bb44c3ECc36CAfCF43253";
|
|
566
|
-
readonly chainId: 10;
|
|
567
|
-
readonly decimals: 18;
|
|
568
|
-
readonly website: "https://overnight.fi/";
|
|
569
|
-
readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
570
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
571
|
-
readonly tags: readonly ["CURATED"];
|
|
572
|
-
};
|
|
573
561
|
readonly 'USD+': {
|
|
574
562
|
readonly name: "USD+ Stablecoin";
|
|
575
563
|
readonly symbol: "USD+";
|
|
@@ -583,19 +571,6 @@ export declare const tokens: {
|
|
|
583
571
|
readonly documentation: "https://docs.overnight.fi/";
|
|
584
572
|
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
585
573
|
};
|
|
586
|
-
readonly 'wUSD+': {
|
|
587
|
-
readonly name: "Wrapped USD+ Stablecoin";
|
|
588
|
-
readonly symbol: "wUSD+";
|
|
589
|
-
readonly oracleId: "wUSD+";
|
|
590
|
-
readonly address: "0xA348700745D249c3b49D2c2AcAC9A5AE8155F826";
|
|
591
|
-
readonly chainId: 10;
|
|
592
|
-
readonly decimals: 6;
|
|
593
|
-
readonly website: "https://overnight.fi/";
|
|
594
|
-
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
595
|
-
readonly bridge: "native";
|
|
596
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
597
|
-
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
598
|
-
};
|
|
599
574
|
readonly 'DAI+': {
|
|
600
575
|
readonly name: "DAI+ Stablecoin";
|
|
601
576
|
readonly symbol: "DAI+";
|
|
@@ -609,30 +584,6 @@ export declare const tokens: {
|
|
|
609
584
|
readonly documentation: "https://docs.overnight.fi/";
|
|
610
585
|
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
611
586
|
};
|
|
612
|
-
readonly 'bbDAI+': {
|
|
613
|
-
readonly name: "Beets Composable Pool DAI+ Stablecoin";
|
|
614
|
-
readonly symbol: "bbDAI+";
|
|
615
|
-
readonly oracleId: "bbDAI+";
|
|
616
|
-
readonly address: "0xb5ad7d6d6F92a77F47f98C28C84893FBccc94809";
|
|
617
|
-
readonly chainId: 10;
|
|
618
|
-
readonly decimals: 18;
|
|
619
|
-
readonly website: "https://overnight.fi/";
|
|
620
|
-
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
621
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
622
|
-
readonly tags: readonly ["CURATED"];
|
|
623
|
-
};
|
|
624
|
-
readonly 'wDAI+': {
|
|
625
|
-
readonly name: "Wrapped DAI+ Stablecoin";
|
|
626
|
-
readonly symbol: "wDAI+";
|
|
627
|
-
readonly oracleId: "wDAI+";
|
|
628
|
-
readonly address: "0x0b8f31480249cC717081928B8aF733F45f6915BB";
|
|
629
|
-
readonly chainId: 10;
|
|
630
|
-
readonly decimals: 18;
|
|
631
|
-
readonly website: "https://overnight.fi/";
|
|
632
|
-
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
633
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
634
|
-
readonly tags: readonly ["CURATED"];
|
|
635
|
-
};
|
|
636
587
|
readonly TUSD: {
|
|
637
588
|
readonly name: "TrueUSD";
|
|
638
589
|
readonly symbol: "TUSD";
|
|
@@ -526,18 +526,6 @@ exports.tokens = {
|
|
|
526
526
|
documentation: 'https://docs.rocketpool.net/guides/',
|
|
527
527
|
tags: ['BLUECHIP'],
|
|
528
528
|
},
|
|
529
|
-
'bbUSD+': {
|
|
530
|
-
name: 'Beets Composable Pool USD+ Stablecoin',
|
|
531
|
-
symbol: 'bbUSD+',
|
|
532
|
-
oracleId: 'bbUSD+',
|
|
533
|
-
address: '0x88D07558470484c03d3bb44c3ECc36CAfCF43253',
|
|
534
|
-
chainId: 10,
|
|
535
|
-
decimals: 18,
|
|
536
|
-
website: 'https://overnight.fi/',
|
|
537
|
-
description: 'USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
|
|
538
|
-
documentation: 'https://docs.overnight.fi/',
|
|
539
|
-
tags: ['CURATED'],
|
|
540
|
-
},
|
|
541
529
|
'USD+': {
|
|
542
530
|
name: 'USD+ Stablecoin',
|
|
543
531
|
symbol: 'USD+',
|
|
@@ -551,19 +539,6 @@ exports.tokens = {
|
|
|
551
539
|
documentation: 'https://docs.overnight.fi/',
|
|
552
540
|
tags: ['CURATED', 'STABLECOIN'],
|
|
553
541
|
},
|
|
554
|
-
'wUSD+': {
|
|
555
|
-
name: 'Wrapped USD+ Stablecoin',
|
|
556
|
-
symbol: 'wUSD+',
|
|
557
|
-
oracleId: 'wUSD+',
|
|
558
|
-
address: '0xA348700745D249c3b49D2c2AcAC9A5AE8155F826',
|
|
559
|
-
chainId: 10,
|
|
560
|
-
decimals: 6,
|
|
561
|
-
website: 'https://overnight.fi/',
|
|
562
|
-
description: 'wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.',
|
|
563
|
-
bridge: 'native',
|
|
564
|
-
documentation: 'https://docs.overnight.fi/',
|
|
565
|
-
tags: ['CURATED', 'STABLECOIN'],
|
|
566
|
-
},
|
|
567
542
|
'DAI+': {
|
|
568
543
|
name: 'DAI+ Stablecoin',
|
|
569
544
|
symbol: 'DAI+',
|
|
@@ -577,30 +552,6 @@ exports.tokens = {
|
|
|
577
552
|
documentation: 'https://docs.overnight.fi/',
|
|
578
553
|
tags: ['CURATED', 'STABLECOIN'],
|
|
579
554
|
},
|
|
580
|
-
'bbDAI+': {
|
|
581
|
-
name: 'Beets Composable Pool DAI+ Stablecoin',
|
|
582
|
-
symbol: 'bbDAI+',
|
|
583
|
-
oracleId: 'bbDAI+',
|
|
584
|
-
address: '0xb5ad7d6d6F92a77F47f98C28C84893FBccc94809',
|
|
585
|
-
chainId: 10,
|
|
586
|
-
decimals: 18,
|
|
587
|
-
website: 'https://overnight.fi/',
|
|
588
|
-
description: 'DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
|
|
589
|
-
documentation: 'https://docs.overnight.fi/',
|
|
590
|
-
tags: ['CURATED'],
|
|
591
|
-
},
|
|
592
|
-
'wDAI+': {
|
|
593
|
-
name: 'Wrapped DAI+ Stablecoin',
|
|
594
|
-
symbol: 'wDAI+',
|
|
595
|
-
oracleId: 'wDAI+',
|
|
596
|
-
address: '0x0b8f31480249cC717081928B8aF733F45f6915BB',
|
|
597
|
-
chainId: 10,
|
|
598
|
-
decimals: 18,
|
|
599
|
-
website: 'https://overnight.fi/',
|
|
600
|
-
description: 'DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
|
|
601
|
-
documentation: 'https://docs.overnight.fi/',
|
|
602
|
-
tags: ['CURATED'],
|
|
603
|
-
},
|
|
604
555
|
TUSD: {
|
|
605
556
|
name: 'TrueUSD',
|
|
606
557
|
symbol: 'TUSD',
|
|
@@ -1231,19 +1231,6 @@ export declare const arbitrum: {
|
|
|
1231
1231
|
readonly bridge: "native";
|
|
1232
1232
|
readonly documentation: "https://docs.overnight.fi/";
|
|
1233
1233
|
};
|
|
1234
|
-
readonly 'arbwUSD+': {
|
|
1235
|
-
readonly name: "Wrapped USD+";
|
|
1236
|
-
readonly symbol: "wUSD+";
|
|
1237
|
-
readonly oracleId: "arbwUSD+";
|
|
1238
|
-
readonly address: "0xB86fb1047A955C0186c77ff6263819b37B32440D";
|
|
1239
|
-
readonly chainId: 42161;
|
|
1240
|
-
readonly decimals: 6;
|
|
1241
|
-
readonly website: "https://overnight.fi/";
|
|
1242
|
-
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
1243
|
-
readonly bridge: "native";
|
|
1244
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
1245
|
-
readonly tags: readonly ["CURATED"];
|
|
1246
|
-
};
|
|
1247
1234
|
readonly 'USDT+': {
|
|
1248
1235
|
readonly name: "USDT+";
|
|
1249
1236
|
readonly symbol: "USDT+";
|
|
@@ -3430,19 +3417,6 @@ export declare const arbitrum: {
|
|
|
3430
3417
|
readonly bridge: "native";
|
|
3431
3418
|
readonly documentation: "https://docs.overnight.fi/";
|
|
3432
3419
|
};
|
|
3433
|
-
readonly 'arbwUSD+': {
|
|
3434
|
-
readonly name: "Wrapped USD+";
|
|
3435
|
-
readonly symbol: "wUSD+";
|
|
3436
|
-
readonly oracleId: "arbwUSD+";
|
|
3437
|
-
readonly address: "0xB86fb1047A955C0186c77ff6263819b37B32440D";
|
|
3438
|
-
readonly chainId: 42161;
|
|
3439
|
-
readonly decimals: 6;
|
|
3440
|
-
readonly website: "https://overnight.fi/";
|
|
3441
|
-
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
3442
|
-
readonly bridge: "native";
|
|
3443
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
3444
|
-
readonly tags: readonly ["CURATED"];
|
|
3445
|
-
};
|
|
3446
3420
|
readonly 'USDT+': {
|
|
3447
3421
|
readonly name: "USDT+";
|
|
3448
3422
|
readonly symbol: "USDT+";
|
|
@@ -1228,19 +1228,6 @@ export declare const tokens: {
|
|
|
1228
1228
|
readonly bridge: "native";
|
|
1229
1229
|
readonly documentation: "https://docs.overnight.fi/";
|
|
1230
1230
|
};
|
|
1231
|
-
readonly 'arbwUSD+': {
|
|
1232
|
-
readonly name: "Wrapped USD+";
|
|
1233
|
-
readonly symbol: "wUSD+";
|
|
1234
|
-
readonly oracleId: "arbwUSD+";
|
|
1235
|
-
readonly address: "0xB86fb1047A955C0186c77ff6263819b37B32440D";
|
|
1236
|
-
readonly chainId: 42161;
|
|
1237
|
-
readonly decimals: 6;
|
|
1238
|
-
readonly website: "https://overnight.fi/";
|
|
1239
|
-
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
1240
|
-
readonly bridge: "native";
|
|
1241
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
1242
|
-
readonly tags: readonly ["CURATED"];
|
|
1243
|
-
};
|
|
1244
1231
|
readonly 'USDT+': {
|
|
1245
1232
|
readonly name: "USDT+";
|
|
1246
1233
|
readonly symbol: "USDT+";
|
|
@@ -1193,19 +1193,6 @@ export const tokens = {
|
|
|
1193
1193
|
bridge: 'native',
|
|
1194
1194
|
documentation: 'https://docs.overnight.fi/',
|
|
1195
1195
|
},
|
|
1196
|
-
'arbwUSD+': {
|
|
1197
|
-
name: 'Wrapped USD+',
|
|
1198
|
-
symbol: 'wUSD+',
|
|
1199
|
-
oracleId: 'arbwUSD+',
|
|
1200
|
-
address: '0xB86fb1047A955C0186c77ff6263819b37B32440D',
|
|
1201
|
-
chainId: 42161,
|
|
1202
|
-
decimals: 6,
|
|
1203
|
-
website: 'https://overnight.fi/',
|
|
1204
|
-
description: 'wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.',
|
|
1205
|
-
bridge: 'native',
|
|
1206
|
-
documentation: 'https://docs.overnight.fi/',
|
|
1207
|
-
tags: ['CURATED'],
|
|
1208
|
-
},
|
|
1209
1196
|
'USDT+': {
|
|
1210
1197
|
name: 'USDT+',
|
|
1211
1198
|
symbol: 'USDT+',
|
|
@@ -2742,6 +2742,19 @@ export declare const ethereum: {
|
|
|
2742
2742
|
readonly bridge: "native";
|
|
2743
2743
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
2744
2744
|
};
|
|
2745
|
+
readonly savUSD: {
|
|
2746
|
+
readonly name: "Staked avUSD";
|
|
2747
|
+
readonly symbol: "savUSD";
|
|
2748
|
+
readonly oracleId: "savUSD";
|
|
2749
|
+
readonly address: "0xb8D89678E75a973E74698c976716308abB8a46A4";
|
|
2750
|
+
readonly chainId: 1;
|
|
2751
|
+
readonly decimals: 18;
|
|
2752
|
+
readonly website: "https://app.avantprotocol.com/products";
|
|
2753
|
+
readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#savusd-staked-avusd";
|
|
2754
|
+
readonly description: "Avant’s flagship stable value token, minted when users deposit USDC. Users that stake their avUSD receive yield that is generated from market-neutral strategies put on by Avant’s trading partners. savUSD is a ERC-4626 tokenized vault that accrues avUSD over time. ";
|
|
2755
|
+
readonly bridge: "chainlink-ccip";
|
|
2756
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2757
|
+
};
|
|
2745
2758
|
readonly OUSD: {
|
|
2746
2759
|
readonly name: "Origin Dollar";
|
|
2747
2760
|
readonly symbol: "OUSD";
|
|
@@ -5497,6 +5510,19 @@ export declare const ethereum: {
|
|
|
5497
5510
|
readonly bridge: "native";
|
|
5498
5511
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
5499
5512
|
};
|
|
5513
|
+
readonly savUSD: {
|
|
5514
|
+
readonly name: "Staked avUSD";
|
|
5515
|
+
readonly symbol: "savUSD";
|
|
5516
|
+
readonly oracleId: "savUSD";
|
|
5517
|
+
readonly address: "0xb8D89678E75a973E74698c976716308abB8a46A4";
|
|
5518
|
+
readonly chainId: 1;
|
|
5519
|
+
readonly decimals: 18;
|
|
5520
|
+
readonly website: "https://app.avantprotocol.com/products";
|
|
5521
|
+
readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#savusd-staked-avusd";
|
|
5522
|
+
readonly description: "Avant’s flagship stable value token, minted when users deposit USDC. Users that stake their avUSD receive yield that is generated from market-neutral strategies put on by Avant’s trading partners. savUSD is a ERC-4626 tokenized vault that accrues avUSD over time. ";
|
|
5523
|
+
readonly bridge: "chainlink-ccip";
|
|
5524
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5525
|
+
};
|
|
5500
5526
|
readonly OUSD: {
|
|
5501
5527
|
readonly name: "Origin Dollar";
|
|
5502
5528
|
readonly symbol: "OUSD";
|
|
@@ -2739,6 +2739,19 @@ export declare const tokens: {
|
|
|
2739
2739
|
readonly bridge: "native";
|
|
2740
2740
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
2741
2741
|
};
|
|
2742
|
+
readonly savUSD: {
|
|
2743
|
+
readonly name: "Staked avUSD";
|
|
2744
|
+
readonly symbol: "savUSD";
|
|
2745
|
+
readonly oracleId: "savUSD";
|
|
2746
|
+
readonly address: "0xb8D89678E75a973E74698c976716308abB8a46A4";
|
|
2747
|
+
readonly chainId: 1;
|
|
2748
|
+
readonly decimals: 18;
|
|
2749
|
+
readonly website: "https://app.avantprotocol.com/products";
|
|
2750
|
+
readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#savusd-staked-avusd";
|
|
2751
|
+
readonly description: "Avant’s flagship stable value token, minted when users deposit USDC. Users that stake their avUSD receive yield that is generated from market-neutral strategies put on by Avant’s trading partners. savUSD is a ERC-4626 tokenized vault that accrues avUSD over time. ";
|
|
2752
|
+
readonly bridge: "chainlink-ccip";
|
|
2753
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2754
|
+
};
|
|
2742
2755
|
readonly OUSD: {
|
|
2743
2756
|
readonly name: "Origin Dollar";
|
|
2744
2757
|
readonly symbol: "OUSD";
|
|
@@ -2705,6 +2705,19 @@ export const tokens = {
|
|
|
2705
2705
|
bridge: 'native',
|
|
2706
2706
|
tags: ['STABLECOIN', 'NO_TIMELOCK'],
|
|
2707
2707
|
},
|
|
2708
|
+
savUSD: {
|
|
2709
|
+
name: 'Staked avUSD',
|
|
2710
|
+
symbol: 'savUSD',
|
|
2711
|
+
oracleId: 'savUSD',
|
|
2712
|
+
address: '0xb8D89678E75a973E74698c976716308abB8a46A4',
|
|
2713
|
+
chainId: 1,
|
|
2714
|
+
decimals: 18,
|
|
2715
|
+
website: 'https://app.avantprotocol.com/products',
|
|
2716
|
+
documentation: 'https://docs.avantprotocol.com/overview/core-tokens#savusd-staked-avusd',
|
|
2717
|
+
description: 'Avant’s flagship stable value token, minted when users deposit USDC. Users that stake their avUSD receive yield that is generated from market-neutral strategies put on by Avant’s trading partners. savUSD is a ERC-4626 tokenized vault that accrues avUSD over time. ',
|
|
2718
|
+
bridge: 'chainlink-ccip',
|
|
2719
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2720
|
+
},
|
|
2708
2721
|
OUSD: {
|
|
2709
2722
|
name: 'Origin Dollar',
|
|
2710
2723
|
symbol: 'OUSD',
|
|
@@ -561,18 +561,6 @@ export declare const optimism: {
|
|
|
561
561
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
562
562
|
readonly tags: readonly ["BLUECHIP"];
|
|
563
563
|
};
|
|
564
|
-
readonly 'bbUSD+': {
|
|
565
|
-
readonly name: "Beets Composable Pool USD+ Stablecoin";
|
|
566
|
-
readonly symbol: "bbUSD+";
|
|
567
|
-
readonly oracleId: "bbUSD+";
|
|
568
|
-
readonly address: "0x88D07558470484c03d3bb44c3ECc36CAfCF43253";
|
|
569
|
-
readonly chainId: 10;
|
|
570
|
-
readonly decimals: 18;
|
|
571
|
-
readonly website: "https://overnight.fi/";
|
|
572
|
-
readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
573
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
574
|
-
readonly tags: readonly ["CURATED"];
|
|
575
|
-
};
|
|
576
564
|
readonly 'USD+': {
|
|
577
565
|
readonly name: "USD+ Stablecoin";
|
|
578
566
|
readonly symbol: "USD+";
|
|
@@ -586,19 +574,6 @@ export declare const optimism: {
|
|
|
586
574
|
readonly documentation: "https://docs.overnight.fi/";
|
|
587
575
|
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
588
576
|
};
|
|
589
|
-
readonly 'wUSD+': {
|
|
590
|
-
readonly name: "Wrapped USD+ Stablecoin";
|
|
591
|
-
readonly symbol: "wUSD+";
|
|
592
|
-
readonly oracleId: "wUSD+";
|
|
593
|
-
readonly address: "0xA348700745D249c3b49D2c2AcAC9A5AE8155F826";
|
|
594
|
-
readonly chainId: 10;
|
|
595
|
-
readonly decimals: 6;
|
|
596
|
-
readonly website: "https://overnight.fi/";
|
|
597
|
-
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
598
|
-
readonly bridge: "native";
|
|
599
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
600
|
-
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
601
|
-
};
|
|
602
577
|
readonly 'DAI+': {
|
|
603
578
|
readonly name: "DAI+ Stablecoin";
|
|
604
579
|
readonly symbol: "DAI+";
|
|
@@ -612,30 +587,6 @@ export declare const optimism: {
|
|
|
612
587
|
readonly documentation: "https://docs.overnight.fi/";
|
|
613
588
|
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
614
589
|
};
|
|
615
|
-
readonly 'bbDAI+': {
|
|
616
|
-
readonly name: "Beets Composable Pool DAI+ Stablecoin";
|
|
617
|
-
readonly symbol: "bbDAI+";
|
|
618
|
-
readonly oracleId: "bbDAI+";
|
|
619
|
-
readonly address: "0xb5ad7d6d6F92a77F47f98C28C84893FBccc94809";
|
|
620
|
-
readonly chainId: 10;
|
|
621
|
-
readonly decimals: 18;
|
|
622
|
-
readonly website: "https://overnight.fi/";
|
|
623
|
-
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
624
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
625
|
-
readonly tags: readonly ["CURATED"];
|
|
626
|
-
};
|
|
627
|
-
readonly 'wDAI+': {
|
|
628
|
-
readonly name: "Wrapped DAI+ Stablecoin";
|
|
629
|
-
readonly symbol: "wDAI+";
|
|
630
|
-
readonly oracleId: "wDAI+";
|
|
631
|
-
readonly address: "0x0b8f31480249cC717081928B8aF733F45f6915BB";
|
|
632
|
-
readonly chainId: 10;
|
|
633
|
-
readonly decimals: 18;
|
|
634
|
-
readonly website: "https://overnight.fi/";
|
|
635
|
-
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
636
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
637
|
-
readonly tags: readonly ["CURATED"];
|
|
638
|
-
};
|
|
639
590
|
readonly TUSD: {
|
|
640
591
|
readonly name: "TrueUSD";
|
|
641
592
|
readonly symbol: "TUSD";
|
|
@@ -2280,18 +2231,6 @@ export declare const optimism: {
|
|
|
2280
2231
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
2281
2232
|
readonly tags: readonly ["BLUECHIP"];
|
|
2282
2233
|
};
|
|
2283
|
-
readonly 'bbUSD+': {
|
|
2284
|
-
readonly name: "Beets Composable Pool USD+ Stablecoin";
|
|
2285
|
-
readonly symbol: "bbUSD+";
|
|
2286
|
-
readonly oracleId: "bbUSD+";
|
|
2287
|
-
readonly address: "0x88D07558470484c03d3bb44c3ECc36CAfCF43253";
|
|
2288
|
-
readonly chainId: 10;
|
|
2289
|
-
readonly decimals: 18;
|
|
2290
|
-
readonly website: "https://overnight.fi/";
|
|
2291
|
-
readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
2292
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
2293
|
-
readonly tags: readonly ["CURATED"];
|
|
2294
|
-
};
|
|
2295
2234
|
readonly 'USD+': {
|
|
2296
2235
|
readonly name: "USD+ Stablecoin";
|
|
2297
2236
|
readonly symbol: "USD+";
|
|
@@ -2305,19 +2244,6 @@ export declare const optimism: {
|
|
|
2305
2244
|
readonly documentation: "https://docs.overnight.fi/";
|
|
2306
2245
|
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
2307
2246
|
};
|
|
2308
|
-
readonly 'wUSD+': {
|
|
2309
|
-
readonly name: "Wrapped USD+ Stablecoin";
|
|
2310
|
-
readonly symbol: "wUSD+";
|
|
2311
|
-
readonly oracleId: "wUSD+";
|
|
2312
|
-
readonly address: "0xA348700745D249c3b49D2c2AcAC9A5AE8155F826";
|
|
2313
|
-
readonly chainId: 10;
|
|
2314
|
-
readonly decimals: 6;
|
|
2315
|
-
readonly website: "https://overnight.fi/";
|
|
2316
|
-
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
2317
|
-
readonly bridge: "native";
|
|
2318
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
2319
|
-
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
2320
|
-
};
|
|
2321
2247
|
readonly 'DAI+': {
|
|
2322
2248
|
readonly name: "DAI+ Stablecoin";
|
|
2323
2249
|
readonly symbol: "DAI+";
|
|
@@ -2331,30 +2257,6 @@ export declare const optimism: {
|
|
|
2331
2257
|
readonly documentation: "https://docs.overnight.fi/";
|
|
2332
2258
|
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
2333
2259
|
};
|
|
2334
|
-
readonly 'bbDAI+': {
|
|
2335
|
-
readonly name: "Beets Composable Pool DAI+ Stablecoin";
|
|
2336
|
-
readonly symbol: "bbDAI+";
|
|
2337
|
-
readonly oracleId: "bbDAI+";
|
|
2338
|
-
readonly address: "0xb5ad7d6d6F92a77F47f98C28C84893FBccc94809";
|
|
2339
|
-
readonly chainId: 10;
|
|
2340
|
-
readonly decimals: 18;
|
|
2341
|
-
readonly website: "https://overnight.fi/";
|
|
2342
|
-
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
2343
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
2344
|
-
readonly tags: readonly ["CURATED"];
|
|
2345
|
-
};
|
|
2346
|
-
readonly 'wDAI+': {
|
|
2347
|
-
readonly name: "Wrapped DAI+ Stablecoin";
|
|
2348
|
-
readonly symbol: "wDAI+";
|
|
2349
|
-
readonly oracleId: "wDAI+";
|
|
2350
|
-
readonly address: "0x0b8f31480249cC717081928B8aF733F45f6915BB";
|
|
2351
|
-
readonly chainId: 10;
|
|
2352
|
-
readonly decimals: 18;
|
|
2353
|
-
readonly website: "https://overnight.fi/";
|
|
2354
|
-
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
2355
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
2356
|
-
readonly tags: readonly ["CURATED"];
|
|
2357
|
-
};
|
|
2358
2260
|
readonly TUSD: {
|
|
2359
2261
|
readonly name: "TrueUSD";
|
|
2360
2262
|
readonly symbol: "TUSD";
|
|
@@ -558,18 +558,6 @@ export declare const tokens: {
|
|
|
558
558
|
readonly documentation: "https://docs.rocketpool.net/guides/";
|
|
559
559
|
readonly tags: readonly ["BLUECHIP"];
|
|
560
560
|
};
|
|
561
|
-
readonly 'bbUSD+': {
|
|
562
|
-
readonly name: "Beets Composable Pool USD+ Stablecoin";
|
|
563
|
-
readonly symbol: "bbUSD+";
|
|
564
|
-
readonly oracleId: "bbUSD+";
|
|
565
|
-
readonly address: "0x88D07558470484c03d3bb44c3ECc36CAfCF43253";
|
|
566
|
-
readonly chainId: 10;
|
|
567
|
-
readonly decimals: 18;
|
|
568
|
-
readonly website: "https://overnight.fi/";
|
|
569
|
-
readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
570
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
571
|
-
readonly tags: readonly ["CURATED"];
|
|
572
|
-
};
|
|
573
561
|
readonly 'USD+': {
|
|
574
562
|
readonly name: "USD+ Stablecoin";
|
|
575
563
|
readonly symbol: "USD+";
|
|
@@ -583,19 +571,6 @@ export declare const tokens: {
|
|
|
583
571
|
readonly documentation: "https://docs.overnight.fi/";
|
|
584
572
|
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
585
573
|
};
|
|
586
|
-
readonly 'wUSD+': {
|
|
587
|
-
readonly name: "Wrapped USD+ Stablecoin";
|
|
588
|
-
readonly symbol: "wUSD+";
|
|
589
|
-
readonly oracleId: "wUSD+";
|
|
590
|
-
readonly address: "0xA348700745D249c3b49D2c2AcAC9A5AE8155F826";
|
|
591
|
-
readonly chainId: 10;
|
|
592
|
-
readonly decimals: 6;
|
|
593
|
-
readonly website: "https://overnight.fi/";
|
|
594
|
-
readonly description: "wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.";
|
|
595
|
-
readonly bridge: "native";
|
|
596
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
597
|
-
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
598
|
-
};
|
|
599
574
|
readonly 'DAI+': {
|
|
600
575
|
readonly name: "DAI+ Stablecoin";
|
|
601
576
|
readonly symbol: "DAI+";
|
|
@@ -609,30 +584,6 @@ export declare const tokens: {
|
|
|
609
584
|
readonly documentation: "https://docs.overnight.fi/";
|
|
610
585
|
readonly tags: readonly ["CURATED", "STABLECOIN"];
|
|
611
586
|
};
|
|
612
|
-
readonly 'bbDAI+': {
|
|
613
|
-
readonly name: "Beets Composable Pool DAI+ Stablecoin";
|
|
614
|
-
readonly symbol: "bbDAI+";
|
|
615
|
-
readonly oracleId: "bbDAI+";
|
|
616
|
-
readonly address: "0xb5ad7d6d6F92a77F47f98C28C84893FBccc94809";
|
|
617
|
-
readonly chainId: 10;
|
|
618
|
-
readonly decimals: 18;
|
|
619
|
-
readonly website: "https://overnight.fi/";
|
|
620
|
-
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
621
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
622
|
-
readonly tags: readonly ["CURATED"];
|
|
623
|
-
};
|
|
624
|
-
readonly 'wDAI+': {
|
|
625
|
-
readonly name: "Wrapped DAI+ Stablecoin";
|
|
626
|
-
readonly symbol: "wDAI+";
|
|
627
|
-
readonly oracleId: "wDAI+";
|
|
628
|
-
readonly address: "0x0b8f31480249cC717081928B8aF733F45f6915BB";
|
|
629
|
-
readonly chainId: 10;
|
|
630
|
-
readonly decimals: 18;
|
|
631
|
-
readonly website: "https://overnight.fi/";
|
|
632
|
-
readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
|
|
633
|
-
readonly documentation: "https://docs.overnight.fi/";
|
|
634
|
-
readonly tags: readonly ["CURATED"];
|
|
635
|
-
};
|
|
636
587
|
readonly TUSD: {
|
|
637
588
|
readonly name: "TrueUSD";
|
|
638
589
|
readonly symbol: "TUSD";
|
|
@@ -523,18 +523,6 @@ export const tokens = {
|
|
|
523
523
|
documentation: 'https://docs.rocketpool.net/guides/',
|
|
524
524
|
tags: ['BLUECHIP'],
|
|
525
525
|
},
|
|
526
|
-
'bbUSD+': {
|
|
527
|
-
name: 'Beets Composable Pool USD+ Stablecoin',
|
|
528
|
-
symbol: 'bbUSD+',
|
|
529
|
-
oracleId: 'bbUSD+',
|
|
530
|
-
address: '0x88D07558470484c03d3bb44c3ECc36CAfCF43253',
|
|
531
|
-
chainId: 10,
|
|
532
|
-
decimals: 18,
|
|
533
|
-
website: 'https://overnight.fi/',
|
|
534
|
-
description: 'USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
|
|
535
|
-
documentation: 'https://docs.overnight.fi/',
|
|
536
|
-
tags: ['CURATED'],
|
|
537
|
-
},
|
|
538
526
|
'USD+': {
|
|
539
527
|
name: 'USD+ Stablecoin',
|
|
540
528
|
symbol: 'USD+',
|
|
@@ -548,19 +536,6 @@ export const tokens = {
|
|
|
548
536
|
documentation: 'https://docs.overnight.fi/',
|
|
549
537
|
tags: ['CURATED', 'STABLECOIN'],
|
|
550
538
|
},
|
|
551
|
-
'wUSD+': {
|
|
552
|
-
name: 'Wrapped USD+ Stablecoin',
|
|
553
|
-
symbol: 'wUSD+',
|
|
554
|
-
oracleId: 'wUSD+',
|
|
555
|
-
address: '0xA348700745D249c3b49D2c2AcAC9A5AE8155F826',
|
|
556
|
-
chainId: 10,
|
|
557
|
-
decimals: 6,
|
|
558
|
-
website: 'https://overnight.fi/',
|
|
559
|
-
description: 'wUSD+ is wrapped USD+, a yield-generating stablecoin backed by a portfolio of low-risk DeFi assets. It allows users to mint and redeem instantly against USDC, providing liquidity management, AMM trading, and leveraged yield farming opportunities. This capital-efficient stablecoin enables users to earn extra yield on their stablecoin holdings while participating in DeFi activities.',
|
|
560
|
-
bridge: 'native',
|
|
561
|
-
documentation: 'https://docs.overnight.fi/',
|
|
562
|
-
tags: ['CURATED', 'STABLECOIN'],
|
|
563
|
-
},
|
|
564
539
|
'DAI+': {
|
|
565
540
|
name: 'DAI+ Stablecoin',
|
|
566
541
|
symbol: 'DAI+',
|
|
@@ -574,30 +549,6 @@ export const tokens = {
|
|
|
574
549
|
documentation: 'https://docs.overnight.fi/',
|
|
575
550
|
tags: ['CURATED', 'STABLECOIN'],
|
|
576
551
|
},
|
|
577
|
-
'bbDAI+': {
|
|
578
|
-
name: 'Beets Composable Pool DAI+ Stablecoin',
|
|
579
|
-
symbol: 'bbDAI+',
|
|
580
|
-
oracleId: 'bbDAI+',
|
|
581
|
-
address: '0xb5ad7d6d6F92a77F47f98C28C84893FBccc94809',
|
|
582
|
-
chainId: 10,
|
|
583
|
-
decimals: 18,
|
|
584
|
-
website: 'https://overnight.fi/',
|
|
585
|
-
description: 'DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
|
|
586
|
-
documentation: 'https://docs.overnight.fi/',
|
|
587
|
-
tags: ['CURATED'],
|
|
588
|
-
},
|
|
589
|
-
'wDAI+': {
|
|
590
|
-
name: 'Wrapped DAI+ Stablecoin',
|
|
591
|
-
symbol: 'wDAI+',
|
|
592
|
-
oracleId: 'wDAI+',
|
|
593
|
-
address: '0x0b8f31480249cC717081928B8aF733F45f6915BB',
|
|
594
|
-
chainId: 10,
|
|
595
|
-
decimals: 18,
|
|
596
|
-
website: 'https://overnight.fi/',
|
|
597
|
-
description: 'DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
|
|
598
|
-
documentation: 'https://docs.overnight.fi/',
|
|
599
|
-
tags: ['CURATED'],
|
|
600
|
-
},
|
|
601
552
|
TUSD: {
|
|
602
553
|
name: 'TrueUSD',
|
|
603
554
|
symbol: 'TUSD',
|
package/package.json
CHANGED