@beefyfinance/blockchain-addressbook 0.54.206 → 0.54.207
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/megaeth/index.d.ts +24 -0
- package/build/address-book/megaeth/tokens/tokens.d.ts +12 -0
- package/build/address-book/megaeth/tokens/tokens.js +12 -0
- package/build-esm/address-book/megaeth/index.d.ts +24 -0
- package/build-esm/address-book/megaeth/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/megaeth/tokens/tokens.js +12 -0
- package/package.json +1 -1
|
@@ -54,6 +54,18 @@ export declare const megaeth: {
|
|
|
54
54
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
55
55
|
readonly tags: readonly ["BLUECHIP"];
|
|
56
56
|
};
|
|
57
|
+
readonly MEGA: {
|
|
58
|
+
readonly name: "MEGA";
|
|
59
|
+
readonly symbol: "MEGA";
|
|
60
|
+
readonly oracleId: "MEGA";
|
|
61
|
+
readonly address: "0x28B7E77f82B25B95953825F1E3eA0E36c1c29861";
|
|
62
|
+
readonly chainId: 4326;
|
|
63
|
+
readonly decimals: 18;
|
|
64
|
+
readonly website: "https://www.megaeth.com/";
|
|
65
|
+
readonly description: "MEGA is a token on MegaETH.";
|
|
66
|
+
readonly bridge: "native";
|
|
67
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
68
|
+
};
|
|
57
69
|
readonly USDm: {
|
|
58
70
|
readonly name: "MegaUSD";
|
|
59
71
|
readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
|
|
@@ -183,6 +195,18 @@ export declare const megaeth: {
|
|
|
183
195
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
184
196
|
readonly tags: readonly ["BLUECHIP"];
|
|
185
197
|
};
|
|
198
|
+
readonly MEGA: {
|
|
199
|
+
readonly name: "MEGA";
|
|
200
|
+
readonly symbol: "MEGA";
|
|
201
|
+
readonly oracleId: "MEGA";
|
|
202
|
+
readonly address: "0x28B7E77f82B25B95953825F1E3eA0E36c1c29861";
|
|
203
|
+
readonly chainId: 4326;
|
|
204
|
+
readonly decimals: 18;
|
|
205
|
+
readonly website: "https://www.megaeth.com/";
|
|
206
|
+
readonly description: "MEGA is a token on MegaETH.";
|
|
207
|
+
readonly bridge: "native";
|
|
208
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
209
|
+
};
|
|
186
210
|
readonly USDm: {
|
|
187
211
|
readonly name: "MegaUSD";
|
|
188
212
|
readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
|
|
@@ -51,6 +51,18 @@ export declare const tokens: {
|
|
|
51
51
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
52
52
|
readonly tags: readonly ["BLUECHIP"];
|
|
53
53
|
};
|
|
54
|
+
readonly MEGA: {
|
|
55
|
+
readonly name: "MEGA";
|
|
56
|
+
readonly symbol: "MEGA";
|
|
57
|
+
readonly oracleId: "MEGA";
|
|
58
|
+
readonly address: "0x28B7E77f82B25B95953825F1E3eA0E36c1c29861";
|
|
59
|
+
readonly chainId: 4326;
|
|
60
|
+
readonly decimals: 18;
|
|
61
|
+
readonly website: "https://www.megaeth.com/";
|
|
62
|
+
readonly description: "MEGA is a token on MegaETH.";
|
|
63
|
+
readonly bridge: "native";
|
|
64
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
65
|
+
};
|
|
54
66
|
readonly USDm: {
|
|
55
67
|
readonly name: "MegaUSD";
|
|
56
68
|
readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
|
|
@@ -19,6 +19,18 @@ exports.tokens = {
|
|
|
19
19
|
FEES: ETH,
|
|
20
20
|
ETH,
|
|
21
21
|
WETH: ETH,
|
|
22
|
+
MEGA: {
|
|
23
|
+
name: 'MEGA',
|
|
24
|
+
symbol: 'MEGA',
|
|
25
|
+
oracleId: 'MEGA',
|
|
26
|
+
address: '0x28B7E77f82B25B95953825F1E3eA0E36c1c29861',
|
|
27
|
+
chainId: 4326,
|
|
28
|
+
decimals: 18,
|
|
29
|
+
website: 'https://www.megaeth.com/',
|
|
30
|
+
description: 'MEGA is a token on MegaETH.',
|
|
31
|
+
bridge: 'native',
|
|
32
|
+
tags: ['BLUECHIP', 'NO_TIMELOCK'],
|
|
33
|
+
},
|
|
22
34
|
USDm: {
|
|
23
35
|
name: 'MegaUSD',
|
|
24
36
|
address: '0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7',
|
|
@@ -54,6 +54,18 @@ export declare const megaeth: {
|
|
|
54
54
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
55
55
|
readonly tags: readonly ["BLUECHIP"];
|
|
56
56
|
};
|
|
57
|
+
readonly MEGA: {
|
|
58
|
+
readonly name: "MEGA";
|
|
59
|
+
readonly symbol: "MEGA";
|
|
60
|
+
readonly oracleId: "MEGA";
|
|
61
|
+
readonly address: "0x28B7E77f82B25B95953825F1E3eA0E36c1c29861";
|
|
62
|
+
readonly chainId: 4326;
|
|
63
|
+
readonly decimals: 18;
|
|
64
|
+
readonly website: "https://www.megaeth.com/";
|
|
65
|
+
readonly description: "MEGA is a token on MegaETH.";
|
|
66
|
+
readonly bridge: "native";
|
|
67
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
68
|
+
};
|
|
57
69
|
readonly USDm: {
|
|
58
70
|
readonly name: "MegaUSD";
|
|
59
71
|
readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
|
|
@@ -183,6 +195,18 @@ export declare const megaeth: {
|
|
|
183
195
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
184
196
|
readonly tags: readonly ["BLUECHIP"];
|
|
185
197
|
};
|
|
198
|
+
readonly MEGA: {
|
|
199
|
+
readonly name: "MEGA";
|
|
200
|
+
readonly symbol: "MEGA";
|
|
201
|
+
readonly oracleId: "MEGA";
|
|
202
|
+
readonly address: "0x28B7E77f82B25B95953825F1E3eA0E36c1c29861";
|
|
203
|
+
readonly chainId: 4326;
|
|
204
|
+
readonly decimals: 18;
|
|
205
|
+
readonly website: "https://www.megaeth.com/";
|
|
206
|
+
readonly description: "MEGA is a token on MegaETH.";
|
|
207
|
+
readonly bridge: "native";
|
|
208
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
209
|
+
};
|
|
186
210
|
readonly USDm: {
|
|
187
211
|
readonly name: "MegaUSD";
|
|
188
212
|
readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
|
|
@@ -51,6 +51,18 @@ export declare const tokens: {
|
|
|
51
51
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
52
52
|
readonly tags: readonly ["BLUECHIP"];
|
|
53
53
|
};
|
|
54
|
+
readonly MEGA: {
|
|
55
|
+
readonly name: "MEGA";
|
|
56
|
+
readonly symbol: "MEGA";
|
|
57
|
+
readonly oracleId: "MEGA";
|
|
58
|
+
readonly address: "0x28B7E77f82B25B95953825F1E3eA0E36c1c29861";
|
|
59
|
+
readonly chainId: 4326;
|
|
60
|
+
readonly decimals: 18;
|
|
61
|
+
readonly website: "https://www.megaeth.com/";
|
|
62
|
+
readonly description: "MEGA is a token on MegaETH.";
|
|
63
|
+
readonly bridge: "native";
|
|
64
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
65
|
+
};
|
|
54
66
|
readonly USDm: {
|
|
55
67
|
readonly name: "MegaUSD";
|
|
56
68
|
readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
|
|
@@ -16,6 +16,18 @@ export const tokens = {
|
|
|
16
16
|
FEES: ETH,
|
|
17
17
|
ETH,
|
|
18
18
|
WETH: ETH,
|
|
19
|
+
MEGA: {
|
|
20
|
+
name: 'MEGA',
|
|
21
|
+
symbol: 'MEGA',
|
|
22
|
+
oracleId: 'MEGA',
|
|
23
|
+
address: '0x28B7E77f82B25B95953825F1E3eA0E36c1c29861',
|
|
24
|
+
chainId: 4326,
|
|
25
|
+
decimals: 18,
|
|
26
|
+
website: 'https://www.megaeth.com/',
|
|
27
|
+
description: 'MEGA is a token on MegaETH.',
|
|
28
|
+
bridge: 'native',
|
|
29
|
+
tags: ['BLUECHIP', 'NO_TIMELOCK'],
|
|
30
|
+
},
|
|
19
31
|
USDm: {
|
|
20
32
|
name: 'MegaUSD',
|
|
21
33
|
address: '0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7',
|
package/package.json
CHANGED