@beefyfinance/blockchain-addressbook 0.54.144 → 0.54.146
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 +4 -4
- package/build/address-book/ethereum/tokens/tokens.d.ts +2 -2
- package/build/address-book/ethereum/tokens/tokens.js +2 -2
- package/build/address-book/hyperevm/index.d.ts +24 -0
- package/build/address-book/hyperevm/tokens/tokens.d.ts +12 -0
- package/build/address-book/hyperevm/tokens/tokens.js +12 -0
- package/build-esm/address-book/ethereum/index.d.ts +4 -4
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +2 -2
- package/build-esm/address-book/ethereum/tokens/tokens.js +2 -2
- package/build-esm/address-book/hyperevm/index.d.ts +24 -0
- package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/hyperevm/tokens/tokens.js +12 -0
- package/package.json +1 -1
|
@@ -2684,9 +2684,9 @@ export declare const ethereum: {
|
|
|
2684
2684
|
readonly decimals: 18;
|
|
2685
2685
|
readonly website: "https://raac.io/";
|
|
2686
2686
|
readonly description: "RAAC’s first stablecoin backed by gold and other precious metals.";
|
|
2687
|
-
readonly documentation: "https://docs.raac.io
|
|
2687
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2688
2688
|
readonly bridge: "native";
|
|
2689
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "SYNTHETIC"];
|
|
2689
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2690
2690
|
};
|
|
2691
2691
|
};
|
|
2692
2692
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -5372,9 +5372,9 @@ export declare const ethereum: {
|
|
|
5372
5372
|
readonly decimals: 18;
|
|
5373
5373
|
readonly website: "https://raac.io/";
|
|
5374
5374
|
readonly description: "RAAC’s first stablecoin backed by gold and other precious metals.";
|
|
5375
|
-
readonly documentation: "https://docs.raac.io
|
|
5375
|
+
readonly documentation: "https://docs.raac.io/";
|
|
5376
5376
|
readonly bridge: "native";
|
|
5377
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "SYNTHETIC"];
|
|
5377
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5378
5378
|
};
|
|
5379
5379
|
}>;
|
|
5380
5380
|
readonly native: {
|
|
@@ -2681,8 +2681,8 @@ export declare const tokens: {
|
|
|
2681
2681
|
readonly decimals: 18;
|
|
2682
2682
|
readonly website: "https://raac.io/";
|
|
2683
2683
|
readonly description: "RAAC’s first stablecoin backed by gold and other precious metals.";
|
|
2684
|
-
readonly documentation: "https://docs.raac.io
|
|
2684
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2685
2685
|
readonly bridge: "native";
|
|
2686
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "SYNTHETIC"];
|
|
2686
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2687
2687
|
};
|
|
2688
2688
|
};
|
|
@@ -2653,8 +2653,8 @@ exports.tokens = {
|
|
|
2653
2653
|
decimals: 18,
|
|
2654
2654
|
website: 'https://raac.io/',
|
|
2655
2655
|
description: 'RAAC’s first stablecoin backed by gold and other precious metals.',
|
|
2656
|
-
documentation: 'https://docs.raac.io
|
|
2656
|
+
documentation: 'https://docs.raac.io/',
|
|
2657
2657
|
bridge: 'native',
|
|
2658
|
-
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'SYNTHETIC'],
|
|
2658
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2659
2659
|
},
|
|
2660
2660
|
};
|
|
@@ -226,6 +226,18 @@ export declare const hyperevm: {
|
|
|
226
226
|
readonly bridge: "native";
|
|
227
227
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
228
228
|
};
|
|
229
|
+
readonly USDC: {
|
|
230
|
+
readonly name: "USDC";
|
|
231
|
+
readonly symbol: "USDC";
|
|
232
|
+
readonly oracleId: "USDC";
|
|
233
|
+
readonly address: "0xb88339CB7199b77E23DB6E890353E22632Ba630f";
|
|
234
|
+
readonly chainId: 999;
|
|
235
|
+
readonly decimals: 6;
|
|
236
|
+
readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
|
|
237
|
+
readonly bridge: "native";
|
|
238
|
+
readonly documentation: "https://developers.circle.com/docs";
|
|
239
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
240
|
+
};
|
|
229
241
|
};
|
|
230
242
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
231
243
|
readonly HYPE: {
|
|
@@ -452,6 +464,18 @@ export declare const hyperevm: {
|
|
|
452
464
|
readonly bridge: "native";
|
|
453
465
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
454
466
|
};
|
|
467
|
+
readonly USDC: {
|
|
468
|
+
readonly name: "USDC";
|
|
469
|
+
readonly symbol: "USDC";
|
|
470
|
+
readonly oracleId: "USDC";
|
|
471
|
+
readonly address: "0xb88339CB7199b77E23DB6E890353E22632Ba630f";
|
|
472
|
+
readonly chainId: 999;
|
|
473
|
+
readonly decimals: 6;
|
|
474
|
+
readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
|
|
475
|
+
readonly bridge: "native";
|
|
476
|
+
readonly documentation: "https://developers.circle.com/docs";
|
|
477
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
478
|
+
};
|
|
455
479
|
}>;
|
|
456
480
|
readonly native: {
|
|
457
481
|
readonly symbol: "HYPE";
|
|
@@ -223,4 +223,16 @@ export declare const tokens: {
|
|
|
223
223
|
readonly bridge: "native";
|
|
224
224
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
225
225
|
};
|
|
226
|
+
readonly USDC: {
|
|
227
|
+
readonly name: "USDC";
|
|
228
|
+
readonly symbol: "USDC";
|
|
229
|
+
readonly oracleId: "USDC";
|
|
230
|
+
readonly address: "0xb88339CB7199b77E23DB6E890353E22632Ba630f";
|
|
231
|
+
readonly chainId: 999;
|
|
232
|
+
readonly decimals: 6;
|
|
233
|
+
readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
|
|
234
|
+
readonly bridge: "native";
|
|
235
|
+
readonly documentation: "https://developers.circle.com/docs";
|
|
236
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
237
|
+
};
|
|
226
238
|
};
|
|
@@ -194,4 +194,16 @@ exports.tokens = {
|
|
|
194
194
|
bridge: 'native',
|
|
195
195
|
tags: ['NO_TIMELOCK'],
|
|
196
196
|
},
|
|
197
|
+
USDC: {
|
|
198
|
+
name: 'USDC',
|
|
199
|
+
symbol: 'USDC',
|
|
200
|
+
oracleId: 'USDC',
|
|
201
|
+
address: '0xb88339CB7199b77E23DB6E890353E22632Ba630f',
|
|
202
|
+
chainId: 999,
|
|
203
|
+
decimals: 6,
|
|
204
|
+
description: 'USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
|
|
205
|
+
bridge: 'native',
|
|
206
|
+
documentation: 'https://developers.circle.com/docs',
|
|
207
|
+
tags: ['STABLECOIN'],
|
|
208
|
+
},
|
|
197
209
|
};
|
|
@@ -2684,9 +2684,9 @@ export declare const ethereum: {
|
|
|
2684
2684
|
readonly decimals: 18;
|
|
2685
2685
|
readonly website: "https://raac.io/";
|
|
2686
2686
|
readonly description: "RAAC’s first stablecoin backed by gold and other precious metals.";
|
|
2687
|
-
readonly documentation: "https://docs.raac.io
|
|
2687
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2688
2688
|
readonly bridge: "native";
|
|
2689
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "SYNTHETIC"];
|
|
2689
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2690
2690
|
};
|
|
2691
2691
|
};
|
|
2692
2692
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -5372,9 +5372,9 @@ export declare const ethereum: {
|
|
|
5372
5372
|
readonly decimals: 18;
|
|
5373
5373
|
readonly website: "https://raac.io/";
|
|
5374
5374
|
readonly description: "RAAC’s first stablecoin backed by gold and other precious metals.";
|
|
5375
|
-
readonly documentation: "https://docs.raac.io
|
|
5375
|
+
readonly documentation: "https://docs.raac.io/";
|
|
5376
5376
|
readonly bridge: "native";
|
|
5377
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "SYNTHETIC"];
|
|
5377
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5378
5378
|
};
|
|
5379
5379
|
}>;
|
|
5380
5380
|
readonly native: {
|
|
@@ -2681,8 +2681,8 @@ export declare const tokens: {
|
|
|
2681
2681
|
readonly decimals: 18;
|
|
2682
2682
|
readonly website: "https://raac.io/";
|
|
2683
2683
|
readonly description: "RAAC’s first stablecoin backed by gold and other precious metals.";
|
|
2684
|
-
readonly documentation: "https://docs.raac.io
|
|
2684
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2685
2685
|
readonly bridge: "native";
|
|
2686
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "SYNTHETIC"];
|
|
2686
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2687
2687
|
};
|
|
2688
2688
|
};
|
|
@@ -2650,8 +2650,8 @@ export const tokens = {
|
|
|
2650
2650
|
decimals: 18,
|
|
2651
2651
|
website: 'https://raac.io/',
|
|
2652
2652
|
description: 'RAAC’s first stablecoin backed by gold and other precious metals.',
|
|
2653
|
-
documentation: 'https://docs.raac.io
|
|
2653
|
+
documentation: 'https://docs.raac.io/',
|
|
2654
2654
|
bridge: 'native',
|
|
2655
|
-
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'SYNTHETIC'],
|
|
2655
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2656
2656
|
},
|
|
2657
2657
|
};
|
|
@@ -226,6 +226,18 @@ export declare const hyperevm: {
|
|
|
226
226
|
readonly bridge: "native";
|
|
227
227
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
228
228
|
};
|
|
229
|
+
readonly USDC: {
|
|
230
|
+
readonly name: "USDC";
|
|
231
|
+
readonly symbol: "USDC";
|
|
232
|
+
readonly oracleId: "USDC";
|
|
233
|
+
readonly address: "0xb88339CB7199b77E23DB6E890353E22632Ba630f";
|
|
234
|
+
readonly chainId: 999;
|
|
235
|
+
readonly decimals: 6;
|
|
236
|
+
readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
|
|
237
|
+
readonly bridge: "native";
|
|
238
|
+
readonly documentation: "https://developers.circle.com/docs";
|
|
239
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
240
|
+
};
|
|
229
241
|
};
|
|
230
242
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
231
243
|
readonly HYPE: {
|
|
@@ -452,6 +464,18 @@ export declare const hyperevm: {
|
|
|
452
464
|
readonly bridge: "native";
|
|
453
465
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
454
466
|
};
|
|
467
|
+
readonly USDC: {
|
|
468
|
+
readonly name: "USDC";
|
|
469
|
+
readonly symbol: "USDC";
|
|
470
|
+
readonly oracleId: "USDC";
|
|
471
|
+
readonly address: "0xb88339CB7199b77E23DB6E890353E22632Ba630f";
|
|
472
|
+
readonly chainId: 999;
|
|
473
|
+
readonly decimals: 6;
|
|
474
|
+
readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
|
|
475
|
+
readonly bridge: "native";
|
|
476
|
+
readonly documentation: "https://developers.circle.com/docs";
|
|
477
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
478
|
+
};
|
|
455
479
|
}>;
|
|
456
480
|
readonly native: {
|
|
457
481
|
readonly symbol: "HYPE";
|
|
@@ -223,4 +223,16 @@ export declare const tokens: {
|
|
|
223
223
|
readonly bridge: "native";
|
|
224
224
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
225
225
|
};
|
|
226
|
+
readonly USDC: {
|
|
227
|
+
readonly name: "USDC";
|
|
228
|
+
readonly symbol: "USDC";
|
|
229
|
+
readonly oracleId: "USDC";
|
|
230
|
+
readonly address: "0xb88339CB7199b77E23DB6E890353E22632Ba630f";
|
|
231
|
+
readonly chainId: 999;
|
|
232
|
+
readonly decimals: 6;
|
|
233
|
+
readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
|
|
234
|
+
readonly bridge: "native";
|
|
235
|
+
readonly documentation: "https://developers.circle.com/docs";
|
|
236
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
237
|
+
};
|
|
226
238
|
};
|
|
@@ -191,4 +191,16 @@ export const tokens = {
|
|
|
191
191
|
bridge: 'native',
|
|
192
192
|
tags: ['NO_TIMELOCK'],
|
|
193
193
|
},
|
|
194
|
+
USDC: {
|
|
195
|
+
name: 'USDC',
|
|
196
|
+
symbol: 'USDC',
|
|
197
|
+
oracleId: 'USDC',
|
|
198
|
+
address: '0xb88339CB7199b77E23DB6E890353E22632Ba630f',
|
|
199
|
+
chainId: 999,
|
|
200
|
+
decimals: 6,
|
|
201
|
+
description: 'USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
|
|
202
|
+
bridge: 'native',
|
|
203
|
+
documentation: 'https://developers.circle.com/docs',
|
|
204
|
+
tags: ['STABLECOIN'],
|
|
205
|
+
},
|
|
194
206
|
};
|
package/package.json
CHANGED