@beefyfinance/blockchain-addressbook 0.54.211 → 0.54.212
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/base/index.d.ts +26 -0
- package/build/address-book/base/tokens/tokens.d.ts +13 -0
- package/build/address-book/base/tokens/tokens.js +13 -0
- package/build/address-book/megaeth/index.d.ts +4 -2
- package/build/address-book/megaeth/tokens/tokens.d.ts +2 -1
- package/build/address-book/megaeth/tokens/tokens.js +2 -1
- package/build-esm/address-book/base/index.d.ts +26 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/base/tokens/tokens.js +13 -0
- package/build-esm/address-book/megaeth/index.d.ts +4 -2
- package/build-esm/address-book/megaeth/tokens/tokens.d.ts +2 -1
- package/build-esm/address-book/megaeth/tokens/tokens.js +2 -1
- package/package.json +1 -1
|
@@ -3337,6 +3337,19 @@ export declare const base: {
|
|
|
3337
3337
|
readonly documentation: "https://docs.frax.finance/";
|
|
3338
3338
|
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3339
3339
|
};
|
|
3340
|
+
readonly cbMEGA: {
|
|
3341
|
+
readonly name: "Coinbase Wrapped MEGA";
|
|
3342
|
+
readonly symbol: "cbMEGA";
|
|
3343
|
+
readonly oracleId: "cbMEGA";
|
|
3344
|
+
readonly address: "0xcb111E6A2a3bde90856D299d61341ac302167D23";
|
|
3345
|
+
readonly chainId: 8453;
|
|
3346
|
+
readonly decimals: 18;
|
|
3347
|
+
readonly website: "https://www.megaeth.com/";
|
|
3348
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
3349
|
+
readonly description: "Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.";
|
|
3350
|
+
readonly bridge: "native";
|
|
3351
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3352
|
+
};
|
|
3340
3353
|
};
|
|
3341
3354
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3342
3355
|
readonly WNATIVE: {
|
|
@@ -6674,6 +6687,19 @@ export declare const base: {
|
|
|
6674
6687
|
readonly documentation: "https://docs.frax.finance/";
|
|
6675
6688
|
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
6676
6689
|
};
|
|
6690
|
+
readonly cbMEGA: {
|
|
6691
|
+
readonly name: "Coinbase Wrapped MEGA";
|
|
6692
|
+
readonly symbol: "cbMEGA";
|
|
6693
|
+
readonly oracleId: "cbMEGA";
|
|
6694
|
+
readonly address: "0xcb111E6A2a3bde90856D299d61341ac302167D23";
|
|
6695
|
+
readonly chainId: 8453;
|
|
6696
|
+
readonly decimals: 18;
|
|
6697
|
+
readonly website: "https://www.megaeth.com/";
|
|
6698
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
6699
|
+
readonly description: "Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.";
|
|
6700
|
+
readonly bridge: "native";
|
|
6701
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
6702
|
+
};
|
|
6677
6703
|
}>;
|
|
6678
6704
|
readonly native: {
|
|
6679
6705
|
readonly symbol: "ETH";
|
|
@@ -3334,4 +3334,17 @@ export declare const tokens: {
|
|
|
3334
3334
|
readonly documentation: "https://docs.frax.finance/";
|
|
3335
3335
|
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3336
3336
|
};
|
|
3337
|
+
readonly cbMEGA: {
|
|
3338
|
+
readonly name: "Coinbase Wrapped MEGA";
|
|
3339
|
+
readonly symbol: "cbMEGA";
|
|
3340
|
+
readonly oracleId: "cbMEGA";
|
|
3341
|
+
readonly address: "0xcb111E6A2a3bde90856D299d61341ac302167D23";
|
|
3342
|
+
readonly chainId: 8453;
|
|
3343
|
+
readonly decimals: 18;
|
|
3344
|
+
readonly website: "https://www.megaeth.com/";
|
|
3345
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
3346
|
+
readonly description: "Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.";
|
|
3347
|
+
readonly bridge: "native";
|
|
3348
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3349
|
+
};
|
|
3337
3350
|
};
|
|
@@ -3302,4 +3302,17 @@ exports.tokens = {
|
|
|
3302
3302
|
documentation: 'https://docs.frax.finance/',
|
|
3303
3303
|
tags: ['STABLECOIN', 'SYNTHETIC'],
|
|
3304
3304
|
},
|
|
3305
|
+
cbMEGA: {
|
|
3306
|
+
name: 'Coinbase Wrapped MEGA',
|
|
3307
|
+
symbol: 'cbMEGA',
|
|
3308
|
+
oracleId: 'cbMEGA',
|
|
3309
|
+
address: '0xcb111E6A2a3bde90856D299d61341ac302167D23',
|
|
3310
|
+
chainId: 8453,
|
|
3311
|
+
decimals: 18,
|
|
3312
|
+
website: 'https://www.megaeth.com/',
|
|
3313
|
+
documentation: 'https://docs.megaeth.com/',
|
|
3314
|
+
description: 'Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.',
|
|
3315
|
+
bridge: 'native',
|
|
3316
|
+
tags: ['NO_TIMELOCK'],
|
|
3317
|
+
},
|
|
3305
3318
|
};
|
|
@@ -62,9 +62,10 @@ export declare const megaeth: {
|
|
|
62
62
|
readonly chainId: 4326;
|
|
63
63
|
readonly decimals: 18;
|
|
64
64
|
readonly website: "https://www.megaeth.com/";
|
|
65
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
65
66
|
readonly description: "MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.";
|
|
66
67
|
readonly bridge: "native";
|
|
67
|
-
readonly tags: readonly ["
|
|
68
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
68
69
|
};
|
|
69
70
|
readonly USDm: {
|
|
70
71
|
readonly name: "MegaUSD";
|
|
@@ -203,9 +204,10 @@ export declare const megaeth: {
|
|
|
203
204
|
readonly chainId: 4326;
|
|
204
205
|
readonly decimals: 18;
|
|
205
206
|
readonly website: "https://www.megaeth.com/";
|
|
207
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
206
208
|
readonly description: "MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.";
|
|
207
209
|
readonly bridge: "native";
|
|
208
|
-
readonly tags: readonly ["
|
|
210
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
209
211
|
};
|
|
210
212
|
readonly USDm: {
|
|
211
213
|
readonly name: "MegaUSD";
|
|
@@ -59,9 +59,10 @@ export declare const tokens: {
|
|
|
59
59
|
readonly chainId: 4326;
|
|
60
60
|
readonly decimals: 18;
|
|
61
61
|
readonly website: "https://www.megaeth.com/";
|
|
62
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
62
63
|
readonly description: "MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.";
|
|
63
64
|
readonly bridge: "native";
|
|
64
|
-
readonly tags: readonly ["
|
|
65
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
65
66
|
};
|
|
66
67
|
readonly USDm: {
|
|
67
68
|
readonly name: "MegaUSD";
|
|
@@ -27,9 +27,10 @@ exports.tokens = {
|
|
|
27
27
|
chainId: 4326,
|
|
28
28
|
decimals: 18,
|
|
29
29
|
website: 'https://www.megaeth.com/',
|
|
30
|
+
documentation: 'https://docs.megaeth.com/',
|
|
30
31
|
description: 'MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.',
|
|
31
32
|
bridge: 'native',
|
|
32
|
-
tags: ['
|
|
33
|
+
tags: ['NO_TIMELOCK'],
|
|
33
34
|
},
|
|
34
35
|
USDm: {
|
|
35
36
|
name: 'MegaUSD',
|
|
@@ -3337,6 +3337,19 @@ export declare const base: {
|
|
|
3337
3337
|
readonly documentation: "https://docs.frax.finance/";
|
|
3338
3338
|
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3339
3339
|
};
|
|
3340
|
+
readonly cbMEGA: {
|
|
3341
|
+
readonly name: "Coinbase Wrapped MEGA";
|
|
3342
|
+
readonly symbol: "cbMEGA";
|
|
3343
|
+
readonly oracleId: "cbMEGA";
|
|
3344
|
+
readonly address: "0xcb111E6A2a3bde90856D299d61341ac302167D23";
|
|
3345
|
+
readonly chainId: 8453;
|
|
3346
|
+
readonly decimals: 18;
|
|
3347
|
+
readonly website: "https://www.megaeth.com/";
|
|
3348
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
3349
|
+
readonly description: "Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.";
|
|
3350
|
+
readonly bridge: "native";
|
|
3351
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3352
|
+
};
|
|
3340
3353
|
};
|
|
3341
3354
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3342
3355
|
readonly WNATIVE: {
|
|
@@ -6674,6 +6687,19 @@ export declare const base: {
|
|
|
6674
6687
|
readonly documentation: "https://docs.frax.finance/";
|
|
6675
6688
|
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
6676
6689
|
};
|
|
6690
|
+
readonly cbMEGA: {
|
|
6691
|
+
readonly name: "Coinbase Wrapped MEGA";
|
|
6692
|
+
readonly symbol: "cbMEGA";
|
|
6693
|
+
readonly oracleId: "cbMEGA";
|
|
6694
|
+
readonly address: "0xcb111E6A2a3bde90856D299d61341ac302167D23";
|
|
6695
|
+
readonly chainId: 8453;
|
|
6696
|
+
readonly decimals: 18;
|
|
6697
|
+
readonly website: "https://www.megaeth.com/";
|
|
6698
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
6699
|
+
readonly description: "Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.";
|
|
6700
|
+
readonly bridge: "native";
|
|
6701
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
6702
|
+
};
|
|
6677
6703
|
}>;
|
|
6678
6704
|
readonly native: {
|
|
6679
6705
|
readonly symbol: "ETH";
|
|
@@ -3334,4 +3334,17 @@ export declare const tokens: {
|
|
|
3334
3334
|
readonly documentation: "https://docs.frax.finance/";
|
|
3335
3335
|
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3336
3336
|
};
|
|
3337
|
+
readonly cbMEGA: {
|
|
3338
|
+
readonly name: "Coinbase Wrapped MEGA";
|
|
3339
|
+
readonly symbol: "cbMEGA";
|
|
3340
|
+
readonly oracleId: "cbMEGA";
|
|
3341
|
+
readonly address: "0xcb111E6A2a3bde90856D299d61341ac302167D23";
|
|
3342
|
+
readonly chainId: 8453;
|
|
3343
|
+
readonly decimals: 18;
|
|
3344
|
+
readonly website: "https://www.megaeth.com/";
|
|
3345
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
3346
|
+
readonly description: "Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.";
|
|
3347
|
+
readonly bridge: "native";
|
|
3348
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3349
|
+
};
|
|
3337
3350
|
};
|
|
@@ -3299,4 +3299,17 @@ export const tokens = {
|
|
|
3299
3299
|
documentation: 'https://docs.frax.finance/',
|
|
3300
3300
|
tags: ['STABLECOIN', 'SYNTHETIC'],
|
|
3301
3301
|
},
|
|
3302
|
+
cbMEGA: {
|
|
3303
|
+
name: 'Coinbase Wrapped MEGA',
|
|
3304
|
+
symbol: 'cbMEGA',
|
|
3305
|
+
oracleId: 'cbMEGA',
|
|
3306
|
+
address: '0xcb111E6A2a3bde90856D299d61341ac302167D23',
|
|
3307
|
+
chainId: 8453,
|
|
3308
|
+
decimals: 18,
|
|
3309
|
+
website: 'https://www.megaeth.com/',
|
|
3310
|
+
documentation: 'https://docs.megaeth.com/',
|
|
3311
|
+
description: 'Coinbase Wrapped MEGA (cbMEGA) is backed 1:1 with MEGA, custodied with Coinbase.',
|
|
3312
|
+
bridge: 'native',
|
|
3313
|
+
tags: ['NO_TIMELOCK'],
|
|
3314
|
+
},
|
|
3302
3315
|
};
|
|
@@ -62,9 +62,10 @@ export declare const megaeth: {
|
|
|
62
62
|
readonly chainId: 4326;
|
|
63
63
|
readonly decimals: 18;
|
|
64
64
|
readonly website: "https://www.megaeth.com/";
|
|
65
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
65
66
|
readonly description: "MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.";
|
|
66
67
|
readonly bridge: "native";
|
|
67
|
-
readonly tags: readonly ["
|
|
68
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
68
69
|
};
|
|
69
70
|
readonly USDm: {
|
|
70
71
|
readonly name: "MegaUSD";
|
|
@@ -203,9 +204,10 @@ export declare const megaeth: {
|
|
|
203
204
|
readonly chainId: 4326;
|
|
204
205
|
readonly decimals: 18;
|
|
205
206
|
readonly website: "https://www.megaeth.com/";
|
|
207
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
206
208
|
readonly description: "MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.";
|
|
207
209
|
readonly bridge: "native";
|
|
208
|
-
readonly tags: readonly ["
|
|
210
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
209
211
|
};
|
|
210
212
|
readonly USDm: {
|
|
211
213
|
readonly name: "MegaUSD";
|
|
@@ -59,9 +59,10 @@ export declare const tokens: {
|
|
|
59
59
|
readonly chainId: 4326;
|
|
60
60
|
readonly decimals: 18;
|
|
61
61
|
readonly website: "https://www.megaeth.com/";
|
|
62
|
+
readonly documentation: "https://docs.megaeth.com/";
|
|
62
63
|
readonly description: "MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.";
|
|
63
64
|
readonly bridge: "native";
|
|
64
|
-
readonly tags: readonly ["
|
|
65
|
+
readonly tags: readonly ["NO_TIMELOCK"];
|
|
65
66
|
};
|
|
66
67
|
readonly USDm: {
|
|
67
68
|
readonly name: "MegaUSD";
|
|
@@ -24,9 +24,10 @@ export const tokens = {
|
|
|
24
24
|
chainId: 4326,
|
|
25
25
|
decimals: 18,
|
|
26
26
|
website: 'https://www.megaeth.com/',
|
|
27
|
+
documentation: 'https://docs.megaeth.com/',
|
|
27
28
|
description: 'MEGA is the native token powering the MegaETH protocol. MegaETH democratizes what no other chain has: guaranteed low-latency access to a real-time blockchain. MEGA is used by traders to pay for proximity to the sequencer. Rewards earned by the MegaETH Foundation on the native stablecoin USDm are used to buyback MEGA.',
|
|
28
29
|
bridge: 'native',
|
|
29
|
-
tags: ['
|
|
30
|
+
tags: ['NO_TIMELOCK'],
|
|
30
31
|
},
|
|
31
32
|
USDm: {
|
|
32
33
|
name: 'MegaUSD',
|
package/package.json
CHANGED