@beefyfinance/blockchain-addressbook 0.54.118 → 0.54.120
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/ethereum/index.d.ts +22 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +11 -0
- package/build/address-book/ethereum/tokens/tokens.js +11 -0
- package/build/address-book/monad/index.d.ts +28 -0
- package/build/address-book/monad/tokens/tokens.d.ts +14 -0
- package/build/address-book/monad/tokens/tokens.js +14 -0
- package/build-esm/address-book/ethereum/index.d.ts +22 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +11 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +11 -0
- package/build-esm/address-book/monad/index.d.ts +28 -0
- package/build-esm/address-book/monad/tokens/tokens.d.ts +14 -0
- package/build-esm/address-book/monad/tokens/tokens.js +14 -0
- package/package.json +1 -1
|
@@ -2754,6 +2754,17 @@ export declare const ethereum: {
|
|
|
2754
2754
|
readonly description: "YieldBasis enables users to provide BTC as liquidity in an AMM pool without impermanent loss (IL), while still earning trading fees.";
|
|
2755
2755
|
readonly bridge: "native";
|
|
2756
2756
|
};
|
|
2757
|
+
readonly sdCRV: {
|
|
2758
|
+
readonly name: "Stake DAO CRV";
|
|
2759
|
+
readonly address: "0xD1b5651E55D4CeeD36251c61c50C889B36F6abB5";
|
|
2760
|
+
readonly symbol: "sdCRV";
|
|
2761
|
+
readonly oracleId: "sdCRV";
|
|
2762
|
+
readonly decimals: 18;
|
|
2763
|
+
readonly chainId: 1;
|
|
2764
|
+
readonly website: "https://www.stakedao.org/lockers/crv";
|
|
2765
|
+
readonly description: "sdCRV (Stake DAO CRV) is a liquid locker token created by Stake DAO for the CRV governance token of the Curve Finance ecosystem. It represents a liquid form of veCRV, allowing users to deposit and stake CRV directly on Stake DAO or purchase sdCRV on secondary markets using the sdCRV/CRV pool.";
|
|
2766
|
+
readonly bridge: "native";
|
|
2767
|
+
};
|
|
2757
2768
|
};
|
|
2758
2769
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2759
2770
|
readonly WNATIVE: {
|
|
@@ -5508,6 +5519,17 @@ export declare const ethereum: {
|
|
|
5508
5519
|
readonly description: "YieldBasis enables users to provide BTC as liquidity in an AMM pool without impermanent loss (IL), while still earning trading fees.";
|
|
5509
5520
|
readonly bridge: "native";
|
|
5510
5521
|
};
|
|
5522
|
+
readonly sdCRV: {
|
|
5523
|
+
readonly name: "Stake DAO CRV";
|
|
5524
|
+
readonly address: "0xD1b5651E55D4CeeD36251c61c50C889B36F6abB5";
|
|
5525
|
+
readonly symbol: "sdCRV";
|
|
5526
|
+
readonly oracleId: "sdCRV";
|
|
5527
|
+
readonly decimals: 18;
|
|
5528
|
+
readonly chainId: 1;
|
|
5529
|
+
readonly website: "https://www.stakedao.org/lockers/crv";
|
|
5530
|
+
readonly description: "sdCRV (Stake DAO CRV) is a liquid locker token created by Stake DAO for the CRV governance token of the Curve Finance ecosystem. It represents a liquid form of veCRV, allowing users to deposit and stake CRV directly on Stake DAO or purchase sdCRV on secondary markets using the sdCRV/CRV pool.";
|
|
5531
|
+
readonly bridge: "native";
|
|
5532
|
+
};
|
|
5511
5533
|
}>;
|
|
5512
5534
|
readonly native: {
|
|
5513
5535
|
readonly symbol: "ETH";
|
|
@@ -2751,4 +2751,15 @@ export declare const tokens: {
|
|
|
2751
2751
|
readonly description: "YieldBasis enables users to provide BTC as liquidity in an AMM pool without impermanent loss (IL), while still earning trading fees.";
|
|
2752
2752
|
readonly bridge: "native";
|
|
2753
2753
|
};
|
|
2754
|
+
readonly sdCRV: {
|
|
2755
|
+
readonly name: "Stake DAO CRV";
|
|
2756
|
+
readonly address: "0xD1b5651E55D4CeeD36251c61c50C889B36F6abB5";
|
|
2757
|
+
readonly symbol: "sdCRV";
|
|
2758
|
+
readonly oracleId: "sdCRV";
|
|
2759
|
+
readonly decimals: 18;
|
|
2760
|
+
readonly chainId: 1;
|
|
2761
|
+
readonly website: "https://www.stakedao.org/lockers/crv";
|
|
2762
|
+
readonly description: "sdCRV (Stake DAO CRV) is a liquid locker token created by Stake DAO for the CRV governance token of the Curve Finance ecosystem. It represents a liquid form of veCRV, allowing users to deposit and stake CRV directly on Stake DAO or purchase sdCRV on secondary markets using the sdCRV/CRV pool.";
|
|
2763
|
+
readonly bridge: "native";
|
|
2764
|
+
};
|
|
2754
2765
|
};
|
|
@@ -2720,4 +2720,15 @@ exports.tokens = {
|
|
|
2720
2720
|
description: 'YieldBasis enables users to provide BTC as liquidity in an AMM pool without impermanent loss (IL), while still earning trading fees.',
|
|
2721
2721
|
bridge: 'native',
|
|
2722
2722
|
},
|
|
2723
|
+
sdCRV: {
|
|
2724
|
+
name: 'Stake DAO CRV',
|
|
2725
|
+
address: '0xD1b5651E55D4CeeD36251c61c50C889B36F6abB5',
|
|
2726
|
+
symbol: 'sdCRV',
|
|
2727
|
+
oracleId: 'sdCRV',
|
|
2728
|
+
decimals: 18,
|
|
2729
|
+
chainId: 1,
|
|
2730
|
+
website: 'https://www.stakedao.org/lockers/crv',
|
|
2731
|
+
description: 'sdCRV (Stake DAO CRV) is a liquid locker token created by Stake DAO for the CRV governance token of the Curve Finance ecosystem. It represents a liquid form of veCRV, allowing users to deposit and stake CRV directly on Stake DAO or purchase sdCRV on secondary markets using the sdCRV/CRV pool.',
|
|
2732
|
+
bridge: 'native',
|
|
2733
|
+
},
|
|
2723
2734
|
};
|
|
@@ -186,6 +186,20 @@ export declare const monad: {
|
|
|
186
186
|
readonly bridge: "native";
|
|
187
187
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
188
188
|
};
|
|
189
|
+
readonly muBOND: {
|
|
190
|
+
readonly name: "mu Bond";
|
|
191
|
+
readonly symbol: "muBOND";
|
|
192
|
+
readonly oracleId: "muBOND";
|
|
193
|
+
readonly address: "0x336D414754967C6682B5A665C7DAF6F1409E63e8";
|
|
194
|
+
readonly chainId: 143;
|
|
195
|
+
readonly decimals: 18;
|
|
196
|
+
readonly logoURI: "";
|
|
197
|
+
readonly website: "https://mudigital.net/";
|
|
198
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
199
|
+
readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
|
|
200
|
+
readonly bridge: "native";
|
|
201
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
202
|
+
};
|
|
189
203
|
readonly shMON: {
|
|
190
204
|
readonly name: "ShMonad";
|
|
191
205
|
readonly symbol: "shMON";
|
|
@@ -428,6 +442,20 @@ export declare const monad: {
|
|
|
428
442
|
readonly bridge: "native";
|
|
429
443
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
430
444
|
};
|
|
445
|
+
readonly muBOND: {
|
|
446
|
+
readonly name: "mu Bond";
|
|
447
|
+
readonly symbol: "muBOND";
|
|
448
|
+
readonly oracleId: "muBOND";
|
|
449
|
+
readonly address: "0x336D414754967C6682B5A665C7DAF6F1409E63e8";
|
|
450
|
+
readonly chainId: 143;
|
|
451
|
+
readonly decimals: 18;
|
|
452
|
+
readonly logoURI: "";
|
|
453
|
+
readonly website: "https://mudigital.net/";
|
|
454
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
455
|
+
readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
|
|
456
|
+
readonly bridge: "native";
|
|
457
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
458
|
+
};
|
|
431
459
|
readonly shMON: {
|
|
432
460
|
readonly name: "ShMonad";
|
|
433
461
|
readonly symbol: "shMON";
|
|
@@ -183,6 +183,20 @@ export declare const tokens: {
|
|
|
183
183
|
readonly bridge: "native";
|
|
184
184
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
185
185
|
};
|
|
186
|
+
readonly muBOND: {
|
|
187
|
+
readonly name: "mu Bond";
|
|
188
|
+
readonly symbol: "muBOND";
|
|
189
|
+
readonly oracleId: "muBOND";
|
|
190
|
+
readonly address: "0x336D414754967C6682B5A665C7DAF6F1409E63e8";
|
|
191
|
+
readonly chainId: 143;
|
|
192
|
+
readonly decimals: 18;
|
|
193
|
+
readonly logoURI: "";
|
|
194
|
+
readonly website: "https://mudigital.net/";
|
|
195
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
196
|
+
readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
|
|
197
|
+
readonly bridge: "native";
|
|
198
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
199
|
+
};
|
|
186
200
|
readonly shMON: {
|
|
187
201
|
readonly name: "ShMonad";
|
|
188
202
|
readonly symbol: "shMON";
|
|
@@ -151,6 +151,20 @@ exports.tokens = {
|
|
|
151
151
|
bridge: 'native',
|
|
152
152
|
risks: ['NO_TIMELOCK'],
|
|
153
153
|
},
|
|
154
|
+
muBOND: {
|
|
155
|
+
name: 'mu Bond',
|
|
156
|
+
symbol: 'muBOND',
|
|
157
|
+
oracleId: 'muBOND',
|
|
158
|
+
address: '0x336D414754967C6682B5A665C7DAF6F1409E63e8',
|
|
159
|
+
chainId: 143,
|
|
160
|
+
decimals: 18,
|
|
161
|
+
logoURI: '',
|
|
162
|
+
website: 'https://mudigital.net/',
|
|
163
|
+
documentation: 'https://docs.mudigital.net/',
|
|
164
|
+
description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.",
|
|
165
|
+
bridge: 'native',
|
|
166
|
+
risks: ['NO_TIMELOCK'],
|
|
167
|
+
},
|
|
154
168
|
shMON: {
|
|
155
169
|
name: 'ShMonad',
|
|
156
170
|
symbol: 'shMON',
|
|
@@ -2754,6 +2754,17 @@ export declare const ethereum: {
|
|
|
2754
2754
|
readonly description: "YieldBasis enables users to provide BTC as liquidity in an AMM pool without impermanent loss (IL), while still earning trading fees.";
|
|
2755
2755
|
readonly bridge: "native";
|
|
2756
2756
|
};
|
|
2757
|
+
readonly sdCRV: {
|
|
2758
|
+
readonly name: "Stake DAO CRV";
|
|
2759
|
+
readonly address: "0xD1b5651E55D4CeeD36251c61c50C889B36F6abB5";
|
|
2760
|
+
readonly symbol: "sdCRV";
|
|
2761
|
+
readonly oracleId: "sdCRV";
|
|
2762
|
+
readonly decimals: 18;
|
|
2763
|
+
readonly chainId: 1;
|
|
2764
|
+
readonly website: "https://www.stakedao.org/lockers/crv";
|
|
2765
|
+
readonly description: "sdCRV (Stake DAO CRV) is a liquid locker token created by Stake DAO for the CRV governance token of the Curve Finance ecosystem. It represents a liquid form of veCRV, allowing users to deposit and stake CRV directly on Stake DAO or purchase sdCRV on secondary markets using the sdCRV/CRV pool.";
|
|
2766
|
+
readonly bridge: "native";
|
|
2767
|
+
};
|
|
2757
2768
|
};
|
|
2758
2769
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2759
2770
|
readonly WNATIVE: {
|
|
@@ -5508,6 +5519,17 @@ export declare const ethereum: {
|
|
|
5508
5519
|
readonly description: "YieldBasis enables users to provide BTC as liquidity in an AMM pool without impermanent loss (IL), while still earning trading fees.";
|
|
5509
5520
|
readonly bridge: "native";
|
|
5510
5521
|
};
|
|
5522
|
+
readonly sdCRV: {
|
|
5523
|
+
readonly name: "Stake DAO CRV";
|
|
5524
|
+
readonly address: "0xD1b5651E55D4CeeD36251c61c50C889B36F6abB5";
|
|
5525
|
+
readonly symbol: "sdCRV";
|
|
5526
|
+
readonly oracleId: "sdCRV";
|
|
5527
|
+
readonly decimals: 18;
|
|
5528
|
+
readonly chainId: 1;
|
|
5529
|
+
readonly website: "https://www.stakedao.org/lockers/crv";
|
|
5530
|
+
readonly description: "sdCRV (Stake DAO CRV) is a liquid locker token created by Stake DAO for the CRV governance token of the Curve Finance ecosystem. It represents a liquid form of veCRV, allowing users to deposit and stake CRV directly on Stake DAO or purchase sdCRV on secondary markets using the sdCRV/CRV pool.";
|
|
5531
|
+
readonly bridge: "native";
|
|
5532
|
+
};
|
|
5511
5533
|
}>;
|
|
5512
5534
|
readonly native: {
|
|
5513
5535
|
readonly symbol: "ETH";
|
|
@@ -2751,4 +2751,15 @@ export declare const tokens: {
|
|
|
2751
2751
|
readonly description: "YieldBasis enables users to provide BTC as liquidity in an AMM pool without impermanent loss (IL), while still earning trading fees.";
|
|
2752
2752
|
readonly bridge: "native";
|
|
2753
2753
|
};
|
|
2754
|
+
readonly sdCRV: {
|
|
2755
|
+
readonly name: "Stake DAO CRV";
|
|
2756
|
+
readonly address: "0xD1b5651E55D4CeeD36251c61c50C889B36F6abB5";
|
|
2757
|
+
readonly symbol: "sdCRV";
|
|
2758
|
+
readonly oracleId: "sdCRV";
|
|
2759
|
+
readonly decimals: 18;
|
|
2760
|
+
readonly chainId: 1;
|
|
2761
|
+
readonly website: "https://www.stakedao.org/lockers/crv";
|
|
2762
|
+
readonly description: "sdCRV (Stake DAO CRV) is a liquid locker token created by Stake DAO for the CRV governance token of the Curve Finance ecosystem. It represents a liquid form of veCRV, allowing users to deposit and stake CRV directly on Stake DAO or purchase sdCRV on secondary markets using the sdCRV/CRV pool.";
|
|
2763
|
+
readonly bridge: "native";
|
|
2764
|
+
};
|
|
2754
2765
|
};
|
|
@@ -2717,4 +2717,15 @@ export const tokens = {
|
|
|
2717
2717
|
description: 'YieldBasis enables users to provide BTC as liquidity in an AMM pool without impermanent loss (IL), while still earning trading fees.',
|
|
2718
2718
|
bridge: 'native',
|
|
2719
2719
|
},
|
|
2720
|
+
sdCRV: {
|
|
2721
|
+
name: 'Stake DAO CRV',
|
|
2722
|
+
address: '0xD1b5651E55D4CeeD36251c61c50C889B36F6abB5',
|
|
2723
|
+
symbol: 'sdCRV',
|
|
2724
|
+
oracleId: 'sdCRV',
|
|
2725
|
+
decimals: 18,
|
|
2726
|
+
chainId: 1,
|
|
2727
|
+
website: 'https://www.stakedao.org/lockers/crv',
|
|
2728
|
+
description: 'sdCRV (Stake DAO CRV) is a liquid locker token created by Stake DAO for the CRV governance token of the Curve Finance ecosystem. It represents a liquid form of veCRV, allowing users to deposit and stake CRV directly on Stake DAO or purchase sdCRV on secondary markets using the sdCRV/CRV pool.',
|
|
2729
|
+
bridge: 'native',
|
|
2730
|
+
},
|
|
2720
2731
|
};
|
|
@@ -186,6 +186,20 @@ export declare const monad: {
|
|
|
186
186
|
readonly bridge: "native";
|
|
187
187
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
188
188
|
};
|
|
189
|
+
readonly muBOND: {
|
|
190
|
+
readonly name: "mu Bond";
|
|
191
|
+
readonly symbol: "muBOND";
|
|
192
|
+
readonly oracleId: "muBOND";
|
|
193
|
+
readonly address: "0x336D414754967C6682B5A665C7DAF6F1409E63e8";
|
|
194
|
+
readonly chainId: 143;
|
|
195
|
+
readonly decimals: 18;
|
|
196
|
+
readonly logoURI: "";
|
|
197
|
+
readonly website: "https://mudigital.net/";
|
|
198
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
199
|
+
readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
|
|
200
|
+
readonly bridge: "native";
|
|
201
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
202
|
+
};
|
|
189
203
|
readonly shMON: {
|
|
190
204
|
readonly name: "ShMonad";
|
|
191
205
|
readonly symbol: "shMON";
|
|
@@ -428,6 +442,20 @@ export declare const monad: {
|
|
|
428
442
|
readonly bridge: "native";
|
|
429
443
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
430
444
|
};
|
|
445
|
+
readonly muBOND: {
|
|
446
|
+
readonly name: "mu Bond";
|
|
447
|
+
readonly symbol: "muBOND";
|
|
448
|
+
readonly oracleId: "muBOND";
|
|
449
|
+
readonly address: "0x336D414754967C6682B5A665C7DAF6F1409E63e8";
|
|
450
|
+
readonly chainId: 143;
|
|
451
|
+
readonly decimals: 18;
|
|
452
|
+
readonly logoURI: "";
|
|
453
|
+
readonly website: "https://mudigital.net/";
|
|
454
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
455
|
+
readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
|
|
456
|
+
readonly bridge: "native";
|
|
457
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
458
|
+
};
|
|
431
459
|
readonly shMON: {
|
|
432
460
|
readonly name: "ShMonad";
|
|
433
461
|
readonly symbol: "shMON";
|
|
@@ -183,6 +183,20 @@ export declare const tokens: {
|
|
|
183
183
|
readonly bridge: "native";
|
|
184
184
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
185
185
|
};
|
|
186
|
+
readonly muBOND: {
|
|
187
|
+
readonly name: "mu Bond";
|
|
188
|
+
readonly symbol: "muBOND";
|
|
189
|
+
readonly oracleId: "muBOND";
|
|
190
|
+
readonly address: "0x336D414754967C6682B5A665C7DAF6F1409E63e8";
|
|
191
|
+
readonly chainId: 143;
|
|
192
|
+
readonly decimals: 18;
|
|
193
|
+
readonly logoURI: "";
|
|
194
|
+
readonly website: "https://mudigital.net/";
|
|
195
|
+
readonly documentation: "https://docs.mudigital.net/";
|
|
196
|
+
readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
|
|
197
|
+
readonly bridge: "native";
|
|
198
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
199
|
+
};
|
|
186
200
|
readonly shMON: {
|
|
187
201
|
readonly name: "ShMonad";
|
|
188
202
|
readonly symbol: "shMON";
|
|
@@ -148,6 +148,20 @@ export const tokens = {
|
|
|
148
148
|
bridge: 'native',
|
|
149
149
|
risks: ['NO_TIMELOCK'],
|
|
150
150
|
},
|
|
151
|
+
muBOND: {
|
|
152
|
+
name: 'mu Bond',
|
|
153
|
+
symbol: 'muBOND',
|
|
154
|
+
oracleId: 'muBOND',
|
|
155
|
+
address: '0x336D414754967C6682B5A665C7DAF6F1409E63e8',
|
|
156
|
+
chainId: 143,
|
|
157
|
+
decimals: 18,
|
|
158
|
+
logoURI: '',
|
|
159
|
+
website: 'https://mudigital.net/',
|
|
160
|
+
documentation: 'https://docs.mudigital.net/',
|
|
161
|
+
description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.",
|
|
162
|
+
bridge: 'native',
|
|
163
|
+
risks: ['NO_TIMELOCK'],
|
|
164
|
+
},
|
|
151
165
|
shMON: {
|
|
152
166
|
name: 'ShMonad',
|
|
153
167
|
symbol: 'shMON',
|
package/package.json
CHANGED