@beefyfinance/blockchain-addressbook 0.54.169 → 0.54.170
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 +48 -0
- package/build/address-book/megaeth/tokens/tokens.d.ts +24 -0
- package/build/address-book/megaeth/tokens/tokens.js +24 -0
- package/build-esm/address-book/megaeth/index.d.ts +48 -0
- package/build-esm/address-book/megaeth/tokens/tokens.d.ts +24 -0
- package/build-esm/address-book/megaeth/tokens/tokens.js +24 -0
- package/package.json +1 -1
|
@@ -105,6 +105,30 @@ export declare const megaeth: {
|
|
|
105
105
|
readonly bridge: "native";
|
|
106
106
|
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
107
107
|
};
|
|
108
|
+
readonly DUCK: {
|
|
109
|
+
readonly name: "Duck";
|
|
110
|
+
readonly symbol: "DUCK";
|
|
111
|
+
readonly oracleId: "DUCK";
|
|
112
|
+
readonly address: "0x021ee124cF23D302A7f725AE7a01B77A8ce9782B";
|
|
113
|
+
readonly chainId: 4326;
|
|
114
|
+
readonly decimals: 18;
|
|
115
|
+
readonly website: "https://x.com/i/communities/2018998830381793548";
|
|
116
|
+
readonly description: "This is THE first token launched on MegaETH mainnet, birthed into existence through Kumbaya like a beautiful decentralized big bang of degeneracy and innovation.";
|
|
117
|
+
readonly bridge: "native";
|
|
118
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
119
|
+
};
|
|
120
|
+
readonly KPI: {
|
|
121
|
+
readonly name: "Kumbaya Pump Initiative";
|
|
122
|
+
readonly symbol: "KPI";
|
|
123
|
+
readonly oracleId: "KPI";
|
|
124
|
+
readonly address: "0x3F927036A6c29F50e1c2dfceba572FC40Cf39069";
|
|
125
|
+
readonly chainId: 4326;
|
|
126
|
+
readonly decimals: 18;
|
|
127
|
+
readonly website: "https://www.kumbaya.xyz/#/launch/0x3F927036A6c29F50e1c2dfceba572FC40Cf39069";
|
|
128
|
+
readonly description: "KPI this, KPI that. These motherfuckers at MegaETH love KPIs. They won't even launch $MEGA till we pump their chain. The challenge for Kumbaya Pump Initative is to hit the KPIs fast as fuck. Help Kumbaya generate fee, make holders disgustingly rich. Let's pump the $KPI.";
|
|
129
|
+
readonly bridge: "native";
|
|
130
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
131
|
+
};
|
|
108
132
|
};
|
|
109
133
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
110
134
|
readonly WNATIVE: {
|
|
@@ -210,6 +234,30 @@ export declare const megaeth: {
|
|
|
210
234
|
readonly bridge: "native";
|
|
211
235
|
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
212
236
|
};
|
|
237
|
+
readonly DUCK: {
|
|
238
|
+
readonly name: "Duck";
|
|
239
|
+
readonly symbol: "DUCK";
|
|
240
|
+
readonly oracleId: "DUCK";
|
|
241
|
+
readonly address: "0x021ee124cF23D302A7f725AE7a01B77A8ce9782B";
|
|
242
|
+
readonly chainId: 4326;
|
|
243
|
+
readonly decimals: 18;
|
|
244
|
+
readonly website: "https://x.com/i/communities/2018998830381793548";
|
|
245
|
+
readonly description: "This is THE first token launched on MegaETH mainnet, birthed into existence through Kumbaya like a beautiful decentralized big bang of degeneracy and innovation.";
|
|
246
|
+
readonly bridge: "native";
|
|
247
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
248
|
+
};
|
|
249
|
+
readonly KPI: {
|
|
250
|
+
readonly name: "Kumbaya Pump Initiative";
|
|
251
|
+
readonly symbol: "KPI";
|
|
252
|
+
readonly oracleId: "KPI";
|
|
253
|
+
readonly address: "0x3F927036A6c29F50e1c2dfceba572FC40Cf39069";
|
|
254
|
+
readonly chainId: 4326;
|
|
255
|
+
readonly decimals: 18;
|
|
256
|
+
readonly website: "https://www.kumbaya.xyz/#/launch/0x3F927036A6c29F50e1c2dfceba572FC40Cf39069";
|
|
257
|
+
readonly description: "KPI this, KPI that. These motherfuckers at MegaETH love KPIs. They won't even launch $MEGA till we pump their chain. The challenge for Kumbaya Pump Initative is to hit the KPIs fast as fuck. Help Kumbaya generate fee, make holders disgustingly rich. Let's pump the $KPI.";
|
|
258
|
+
readonly bridge: "native";
|
|
259
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
260
|
+
};
|
|
213
261
|
}>;
|
|
214
262
|
readonly native: {
|
|
215
263
|
readonly symbol: "ETH";
|
|
@@ -102,4 +102,28 @@ export declare const tokens: {
|
|
|
102
102
|
readonly bridge: "native";
|
|
103
103
|
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
104
104
|
};
|
|
105
|
+
readonly DUCK: {
|
|
106
|
+
readonly name: "Duck";
|
|
107
|
+
readonly symbol: "DUCK";
|
|
108
|
+
readonly oracleId: "DUCK";
|
|
109
|
+
readonly address: "0x021ee124cF23D302A7f725AE7a01B77A8ce9782B";
|
|
110
|
+
readonly chainId: 4326;
|
|
111
|
+
readonly decimals: 18;
|
|
112
|
+
readonly website: "https://x.com/i/communities/2018998830381793548";
|
|
113
|
+
readonly description: "This is THE first token launched on MegaETH mainnet, birthed into existence through Kumbaya like a beautiful decentralized big bang of degeneracy and innovation.";
|
|
114
|
+
readonly bridge: "native";
|
|
115
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
116
|
+
};
|
|
117
|
+
readonly KPI: {
|
|
118
|
+
readonly name: "Kumbaya Pump Initiative";
|
|
119
|
+
readonly symbol: "KPI";
|
|
120
|
+
readonly oracleId: "KPI";
|
|
121
|
+
readonly address: "0x3F927036A6c29F50e1c2dfceba572FC40Cf39069";
|
|
122
|
+
readonly chainId: 4326;
|
|
123
|
+
readonly decimals: 18;
|
|
124
|
+
readonly website: "https://www.kumbaya.xyz/#/launch/0x3F927036A6c29F50e1c2dfceba572FC40Cf39069";
|
|
125
|
+
readonly description: "KPI this, KPI that. These motherfuckers at MegaETH love KPIs. They won't even launch $MEGA till we pump their chain. The challenge for Kumbaya Pump Initative is to hit the KPIs fast as fuck. Help Kumbaya generate fee, make holders disgustingly rich. Let's pump the $KPI.";
|
|
126
|
+
readonly bridge: "native";
|
|
127
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
128
|
+
};
|
|
105
129
|
};
|
|
@@ -70,4 +70,28 @@ exports.tokens = {
|
|
|
70
70
|
bridge: 'native',
|
|
71
71
|
tags: ['BLUECHIP', 'NO_TIMELOCK'],
|
|
72
72
|
},
|
|
73
|
+
DUCK: {
|
|
74
|
+
name: 'Duck',
|
|
75
|
+
symbol: 'DUCK',
|
|
76
|
+
oracleId: 'DUCK',
|
|
77
|
+
address: '0x021ee124cF23D302A7f725AE7a01B77A8ce9782B',
|
|
78
|
+
chainId: 4326,
|
|
79
|
+
decimals: 18,
|
|
80
|
+
website: 'https://x.com/i/communities/2018998830381793548',
|
|
81
|
+
description: 'This is THE first token launched on MegaETH mainnet, birthed into existence through Kumbaya like a beautiful decentralized big bang of degeneracy and innovation.',
|
|
82
|
+
bridge: 'native',
|
|
83
|
+
tags: ['MEMECOIN'],
|
|
84
|
+
},
|
|
85
|
+
KPI: {
|
|
86
|
+
name: 'Kumbaya Pump Initiative',
|
|
87
|
+
symbol: 'KPI',
|
|
88
|
+
oracleId: 'KPI',
|
|
89
|
+
address: '0x3F927036A6c29F50e1c2dfceba572FC40Cf39069',
|
|
90
|
+
chainId: 4326,
|
|
91
|
+
decimals: 18,
|
|
92
|
+
website: 'https://www.kumbaya.xyz/#/launch/0x3F927036A6c29F50e1c2dfceba572FC40Cf39069',
|
|
93
|
+
description: "KPI this, KPI that. These motherfuckers at MegaETH love KPIs. They won't even launch $MEGA till we pump their chain. The challenge for Kumbaya Pump Initative is to hit the KPIs fast as fuck. Help Kumbaya generate fee, make holders disgustingly rich. Let's pump the $KPI.",
|
|
94
|
+
bridge: 'native',
|
|
95
|
+
tags: ['MEMECOIN'],
|
|
96
|
+
},
|
|
73
97
|
};
|
|
@@ -105,6 +105,30 @@ export declare const megaeth: {
|
|
|
105
105
|
readonly bridge: "native";
|
|
106
106
|
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
107
107
|
};
|
|
108
|
+
readonly DUCK: {
|
|
109
|
+
readonly name: "Duck";
|
|
110
|
+
readonly symbol: "DUCK";
|
|
111
|
+
readonly oracleId: "DUCK";
|
|
112
|
+
readonly address: "0x021ee124cF23D302A7f725AE7a01B77A8ce9782B";
|
|
113
|
+
readonly chainId: 4326;
|
|
114
|
+
readonly decimals: 18;
|
|
115
|
+
readonly website: "https://x.com/i/communities/2018998830381793548";
|
|
116
|
+
readonly description: "This is THE first token launched on MegaETH mainnet, birthed into existence through Kumbaya like a beautiful decentralized big bang of degeneracy and innovation.";
|
|
117
|
+
readonly bridge: "native";
|
|
118
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
119
|
+
};
|
|
120
|
+
readonly KPI: {
|
|
121
|
+
readonly name: "Kumbaya Pump Initiative";
|
|
122
|
+
readonly symbol: "KPI";
|
|
123
|
+
readonly oracleId: "KPI";
|
|
124
|
+
readonly address: "0x3F927036A6c29F50e1c2dfceba572FC40Cf39069";
|
|
125
|
+
readonly chainId: 4326;
|
|
126
|
+
readonly decimals: 18;
|
|
127
|
+
readonly website: "https://www.kumbaya.xyz/#/launch/0x3F927036A6c29F50e1c2dfceba572FC40Cf39069";
|
|
128
|
+
readonly description: "KPI this, KPI that. These motherfuckers at MegaETH love KPIs. They won't even launch $MEGA till we pump their chain. The challenge for Kumbaya Pump Initative is to hit the KPIs fast as fuck. Help Kumbaya generate fee, make holders disgustingly rich. Let's pump the $KPI.";
|
|
129
|
+
readonly bridge: "native";
|
|
130
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
131
|
+
};
|
|
108
132
|
};
|
|
109
133
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
110
134
|
readonly WNATIVE: {
|
|
@@ -210,6 +234,30 @@ export declare const megaeth: {
|
|
|
210
234
|
readonly bridge: "native";
|
|
211
235
|
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
212
236
|
};
|
|
237
|
+
readonly DUCK: {
|
|
238
|
+
readonly name: "Duck";
|
|
239
|
+
readonly symbol: "DUCK";
|
|
240
|
+
readonly oracleId: "DUCK";
|
|
241
|
+
readonly address: "0x021ee124cF23D302A7f725AE7a01B77A8ce9782B";
|
|
242
|
+
readonly chainId: 4326;
|
|
243
|
+
readonly decimals: 18;
|
|
244
|
+
readonly website: "https://x.com/i/communities/2018998830381793548";
|
|
245
|
+
readonly description: "This is THE first token launched on MegaETH mainnet, birthed into existence through Kumbaya like a beautiful decentralized big bang of degeneracy and innovation.";
|
|
246
|
+
readonly bridge: "native";
|
|
247
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
248
|
+
};
|
|
249
|
+
readonly KPI: {
|
|
250
|
+
readonly name: "Kumbaya Pump Initiative";
|
|
251
|
+
readonly symbol: "KPI";
|
|
252
|
+
readonly oracleId: "KPI";
|
|
253
|
+
readonly address: "0x3F927036A6c29F50e1c2dfceba572FC40Cf39069";
|
|
254
|
+
readonly chainId: 4326;
|
|
255
|
+
readonly decimals: 18;
|
|
256
|
+
readonly website: "https://www.kumbaya.xyz/#/launch/0x3F927036A6c29F50e1c2dfceba572FC40Cf39069";
|
|
257
|
+
readonly description: "KPI this, KPI that. These motherfuckers at MegaETH love KPIs. They won't even launch $MEGA till we pump their chain. The challenge for Kumbaya Pump Initative is to hit the KPIs fast as fuck. Help Kumbaya generate fee, make holders disgustingly rich. Let's pump the $KPI.";
|
|
258
|
+
readonly bridge: "native";
|
|
259
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
260
|
+
};
|
|
213
261
|
}>;
|
|
214
262
|
readonly native: {
|
|
215
263
|
readonly symbol: "ETH";
|
|
@@ -102,4 +102,28 @@ export declare const tokens: {
|
|
|
102
102
|
readonly bridge: "native";
|
|
103
103
|
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
104
104
|
};
|
|
105
|
+
readonly DUCK: {
|
|
106
|
+
readonly name: "Duck";
|
|
107
|
+
readonly symbol: "DUCK";
|
|
108
|
+
readonly oracleId: "DUCK";
|
|
109
|
+
readonly address: "0x021ee124cF23D302A7f725AE7a01B77A8ce9782B";
|
|
110
|
+
readonly chainId: 4326;
|
|
111
|
+
readonly decimals: 18;
|
|
112
|
+
readonly website: "https://x.com/i/communities/2018998830381793548";
|
|
113
|
+
readonly description: "This is THE first token launched on MegaETH mainnet, birthed into existence through Kumbaya like a beautiful decentralized big bang of degeneracy and innovation.";
|
|
114
|
+
readonly bridge: "native";
|
|
115
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
116
|
+
};
|
|
117
|
+
readonly KPI: {
|
|
118
|
+
readonly name: "Kumbaya Pump Initiative";
|
|
119
|
+
readonly symbol: "KPI";
|
|
120
|
+
readonly oracleId: "KPI";
|
|
121
|
+
readonly address: "0x3F927036A6c29F50e1c2dfceba572FC40Cf39069";
|
|
122
|
+
readonly chainId: 4326;
|
|
123
|
+
readonly decimals: 18;
|
|
124
|
+
readonly website: "https://www.kumbaya.xyz/#/launch/0x3F927036A6c29F50e1c2dfceba572FC40Cf39069";
|
|
125
|
+
readonly description: "KPI this, KPI that. These motherfuckers at MegaETH love KPIs. They won't even launch $MEGA till we pump their chain. The challenge for Kumbaya Pump Initative is to hit the KPIs fast as fuck. Help Kumbaya generate fee, make holders disgustingly rich. Let's pump the $KPI.";
|
|
126
|
+
readonly bridge: "native";
|
|
127
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
128
|
+
};
|
|
105
129
|
};
|
|
@@ -67,4 +67,28 @@ export const tokens = {
|
|
|
67
67
|
bridge: 'native',
|
|
68
68
|
tags: ['BLUECHIP', 'NO_TIMELOCK'],
|
|
69
69
|
},
|
|
70
|
+
DUCK: {
|
|
71
|
+
name: 'Duck',
|
|
72
|
+
symbol: 'DUCK',
|
|
73
|
+
oracleId: 'DUCK',
|
|
74
|
+
address: '0x021ee124cF23D302A7f725AE7a01B77A8ce9782B',
|
|
75
|
+
chainId: 4326,
|
|
76
|
+
decimals: 18,
|
|
77
|
+
website: 'https://x.com/i/communities/2018998830381793548',
|
|
78
|
+
description: 'This is THE first token launched on MegaETH mainnet, birthed into existence through Kumbaya like a beautiful decentralized big bang of degeneracy and innovation.',
|
|
79
|
+
bridge: 'native',
|
|
80
|
+
tags: ['MEMECOIN'],
|
|
81
|
+
},
|
|
82
|
+
KPI: {
|
|
83
|
+
name: 'Kumbaya Pump Initiative',
|
|
84
|
+
symbol: 'KPI',
|
|
85
|
+
oracleId: 'KPI',
|
|
86
|
+
address: '0x3F927036A6c29F50e1c2dfceba572FC40Cf39069',
|
|
87
|
+
chainId: 4326,
|
|
88
|
+
decimals: 18,
|
|
89
|
+
website: 'https://www.kumbaya.xyz/#/launch/0x3F927036A6c29F50e1c2dfceba572FC40Cf39069',
|
|
90
|
+
description: "KPI this, KPI that. These motherfuckers at MegaETH love KPIs. They won't even launch $MEGA till we pump their chain. The challenge for Kumbaya Pump Initative is to hit the KPIs fast as fuck. Help Kumbaya generate fee, make holders disgustingly rich. Let's pump the $KPI.",
|
|
91
|
+
bridge: 'native',
|
|
92
|
+
tags: ['MEMECOIN'],
|
|
93
|
+
},
|
|
70
94
|
};
|
package/package.json
CHANGED