@beefyfinance/blockchain-addressbook 0.54.205 → 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/base/index.d.ts +24 -0
- package/build/address-book/base/tokens/tokens.d.ts +12 -0
- package/build/address-book/base/tokens/tokens.js +12 -0
- 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/base/index.d.ts +24 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/base/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
|
@@ -3199,6 +3199,18 @@ export declare const base: {
|
|
|
3199
3199
|
readonly bridge: "layer-zero";
|
|
3200
3200
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3201
3201
|
};
|
|
3202
|
+
readonly OPG: {
|
|
3203
|
+
readonly name: "OpenGradient";
|
|
3204
|
+
readonly symbol: "OPG";
|
|
3205
|
+
readonly oracleId: "OPG";
|
|
3206
|
+
readonly address: "0xFbC2051AE2265686a469421b2C5A2D5462FbF5eB";
|
|
3207
|
+
readonly chainId: 8453;
|
|
3208
|
+
readonly decimals: 18;
|
|
3209
|
+
readonly website: "https://www.opengradient.ai/";
|
|
3210
|
+
readonly description: "OpenGradient is a decentralized infrastructure network designed to host, inference, and verify AI models at scale. ";
|
|
3211
|
+
readonly documentation: "https://docs.opengradient.ai/";
|
|
3212
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3213
|
+
};
|
|
3202
3214
|
readonly PLAY: {
|
|
3203
3215
|
readonly name: "Play";
|
|
3204
3216
|
readonly symbol: "PLAY";
|
|
@@ -6524,6 +6536,18 @@ export declare const base: {
|
|
|
6524
6536
|
readonly bridge: "layer-zero";
|
|
6525
6537
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6526
6538
|
};
|
|
6539
|
+
readonly OPG: {
|
|
6540
|
+
readonly name: "OpenGradient";
|
|
6541
|
+
readonly symbol: "OPG";
|
|
6542
|
+
readonly oracleId: "OPG";
|
|
6543
|
+
readonly address: "0xFbC2051AE2265686a469421b2C5A2D5462FbF5eB";
|
|
6544
|
+
readonly chainId: 8453;
|
|
6545
|
+
readonly decimals: 18;
|
|
6546
|
+
readonly website: "https://www.opengradient.ai/";
|
|
6547
|
+
readonly description: "OpenGradient is a decentralized infrastructure network designed to host, inference, and verify AI models at scale. ";
|
|
6548
|
+
readonly documentation: "https://docs.opengradient.ai/";
|
|
6549
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6550
|
+
};
|
|
6527
6551
|
readonly PLAY: {
|
|
6528
6552
|
readonly name: "Play";
|
|
6529
6553
|
readonly symbol: "PLAY";
|
|
@@ -3196,6 +3196,18 @@ export declare const tokens: {
|
|
|
3196
3196
|
readonly bridge: "layer-zero";
|
|
3197
3197
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3198
3198
|
};
|
|
3199
|
+
readonly OPG: {
|
|
3200
|
+
readonly name: "OpenGradient";
|
|
3201
|
+
readonly symbol: "OPG";
|
|
3202
|
+
readonly oracleId: "OPG";
|
|
3203
|
+
readonly address: "0xFbC2051AE2265686a469421b2C5A2D5462FbF5eB";
|
|
3204
|
+
readonly chainId: 8453;
|
|
3205
|
+
readonly decimals: 18;
|
|
3206
|
+
readonly website: "https://www.opengradient.ai/";
|
|
3207
|
+
readonly description: "OpenGradient is a decentralized infrastructure network designed to host, inference, and verify AI models at scale. ";
|
|
3208
|
+
readonly documentation: "https://docs.opengradient.ai/";
|
|
3209
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3210
|
+
};
|
|
3199
3211
|
readonly PLAY: {
|
|
3200
3212
|
readonly name: "Play";
|
|
3201
3213
|
readonly symbol: "PLAY";
|
|
@@ -3164,6 +3164,18 @@ exports.tokens = {
|
|
|
3164
3164
|
bridge: 'layer-zero',
|
|
3165
3165
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3166
3166
|
},
|
|
3167
|
+
OPG: {
|
|
3168
|
+
name: 'OpenGradient',
|
|
3169
|
+
symbol: 'OPG',
|
|
3170
|
+
oracleId: 'OPG',
|
|
3171
|
+
address: '0xFbC2051AE2265686a469421b2C5A2D5462FbF5eB',
|
|
3172
|
+
chainId: 8453,
|
|
3173
|
+
decimals: 18,
|
|
3174
|
+
website: 'https://www.opengradient.ai/',
|
|
3175
|
+
description: 'OpenGradient is a decentralized infrastructure network designed to host, inference, and verify AI models at scale. ',
|
|
3176
|
+
documentation: 'https://docs.opengradient.ai/',
|
|
3177
|
+
tags: ['LARGE_HOLDERS'],
|
|
3178
|
+
},
|
|
3167
3179
|
PLAY: {
|
|
3168
3180
|
name: 'Play',
|
|
3169
3181
|
symbol: 'PLAY',
|
|
@@ -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',
|
|
@@ -3199,6 +3199,18 @@ export declare const base: {
|
|
|
3199
3199
|
readonly bridge: "layer-zero";
|
|
3200
3200
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3201
3201
|
};
|
|
3202
|
+
readonly OPG: {
|
|
3203
|
+
readonly name: "OpenGradient";
|
|
3204
|
+
readonly symbol: "OPG";
|
|
3205
|
+
readonly oracleId: "OPG";
|
|
3206
|
+
readonly address: "0xFbC2051AE2265686a469421b2C5A2D5462FbF5eB";
|
|
3207
|
+
readonly chainId: 8453;
|
|
3208
|
+
readonly decimals: 18;
|
|
3209
|
+
readonly website: "https://www.opengradient.ai/";
|
|
3210
|
+
readonly description: "OpenGradient is a decentralized infrastructure network designed to host, inference, and verify AI models at scale. ";
|
|
3211
|
+
readonly documentation: "https://docs.opengradient.ai/";
|
|
3212
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3213
|
+
};
|
|
3202
3214
|
readonly PLAY: {
|
|
3203
3215
|
readonly name: "Play";
|
|
3204
3216
|
readonly symbol: "PLAY";
|
|
@@ -6524,6 +6536,18 @@ export declare const base: {
|
|
|
6524
6536
|
readonly bridge: "layer-zero";
|
|
6525
6537
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6526
6538
|
};
|
|
6539
|
+
readonly OPG: {
|
|
6540
|
+
readonly name: "OpenGradient";
|
|
6541
|
+
readonly symbol: "OPG";
|
|
6542
|
+
readonly oracleId: "OPG";
|
|
6543
|
+
readonly address: "0xFbC2051AE2265686a469421b2C5A2D5462FbF5eB";
|
|
6544
|
+
readonly chainId: 8453;
|
|
6545
|
+
readonly decimals: 18;
|
|
6546
|
+
readonly website: "https://www.opengradient.ai/";
|
|
6547
|
+
readonly description: "OpenGradient is a decentralized infrastructure network designed to host, inference, and verify AI models at scale. ";
|
|
6548
|
+
readonly documentation: "https://docs.opengradient.ai/";
|
|
6549
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6550
|
+
};
|
|
6527
6551
|
readonly PLAY: {
|
|
6528
6552
|
readonly name: "Play";
|
|
6529
6553
|
readonly symbol: "PLAY";
|
|
@@ -3196,6 +3196,18 @@ export declare const tokens: {
|
|
|
3196
3196
|
readonly bridge: "layer-zero";
|
|
3197
3197
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3198
3198
|
};
|
|
3199
|
+
readonly OPG: {
|
|
3200
|
+
readonly name: "OpenGradient";
|
|
3201
|
+
readonly symbol: "OPG";
|
|
3202
|
+
readonly oracleId: "OPG";
|
|
3203
|
+
readonly address: "0xFbC2051AE2265686a469421b2C5A2D5462FbF5eB";
|
|
3204
|
+
readonly chainId: 8453;
|
|
3205
|
+
readonly decimals: 18;
|
|
3206
|
+
readonly website: "https://www.opengradient.ai/";
|
|
3207
|
+
readonly description: "OpenGradient is a decentralized infrastructure network designed to host, inference, and verify AI models at scale. ";
|
|
3208
|
+
readonly documentation: "https://docs.opengradient.ai/";
|
|
3209
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3210
|
+
};
|
|
3199
3211
|
readonly PLAY: {
|
|
3200
3212
|
readonly name: "Play";
|
|
3201
3213
|
readonly symbol: "PLAY";
|
|
@@ -3161,6 +3161,18 @@ export const tokens = {
|
|
|
3161
3161
|
bridge: 'layer-zero',
|
|
3162
3162
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3163
3163
|
},
|
|
3164
|
+
OPG: {
|
|
3165
|
+
name: 'OpenGradient',
|
|
3166
|
+
symbol: 'OPG',
|
|
3167
|
+
oracleId: 'OPG',
|
|
3168
|
+
address: '0xFbC2051AE2265686a469421b2C5A2D5462FbF5eB',
|
|
3169
|
+
chainId: 8453,
|
|
3170
|
+
decimals: 18,
|
|
3171
|
+
website: 'https://www.opengradient.ai/',
|
|
3172
|
+
description: 'OpenGradient is a decentralized infrastructure network designed to host, inference, and verify AI models at scale. ',
|
|
3173
|
+
documentation: 'https://docs.opengradient.ai/',
|
|
3174
|
+
tags: ['LARGE_HOLDERS'],
|
|
3175
|
+
},
|
|
3164
3176
|
PLAY: {
|
|
3165
3177
|
name: 'Play',
|
|
3166
3178
|
symbol: 'PLAY',
|
|
@@ -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