@beefyfinance/blockchain-addressbook 0.54.173 → 0.54.175
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 +48 -0
- package/build/address-book/base/platforms/beefyfinance.d.ts +1 -0
- package/build/address-book/base/platforms/beefyfinance.js +1 -0
- package/build/address-book/base/tokens/tokens.d.ts +24 -0
- package/build/address-book/base/tokens/tokens.js +24 -0
- package/build/address-book/monad/platforms/beefyfinance.d.ts +1 -0
- package/build/address-book/monad/platforms/beefyfinance.js +1 -0
- package/build/types/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/base/index.d.ts +48 -0
- package/build-esm/address-book/base/platforms/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/base/platforms/beefyfinance.js +1 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +24 -0
- package/build-esm/address-book/base/tokens/tokens.js +24 -0
- package/build-esm/address-book/monad/platforms/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/monad/platforms/beefyfinance.js +1 -0
- package/build-esm/types/beefyfinance.d.ts +1 -0
- package/package.json +1 -1
|
@@ -3186,6 +3186,30 @@ export declare const base: {
|
|
|
3186
3186
|
readonly bridge: "layer-zero";
|
|
3187
3187
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3188
3188
|
};
|
|
3189
|
+
readonly FAIR: {
|
|
3190
|
+
readonly name: "Faircaster";
|
|
3191
|
+
readonly symbol: "FAIR";
|
|
3192
|
+
readonly oracleId: "FAIR";
|
|
3193
|
+
readonly address: "0x7D928816CC9c462DD7adef911De41535E444CB07";
|
|
3194
|
+
readonly chainId: 8453;
|
|
3195
|
+
readonly decimals: 18;
|
|
3196
|
+
readonly website: "https://x.com/faircaster";
|
|
3197
|
+
readonly description: "FAIR is a VC agent that finds alpha projects early.";
|
|
3198
|
+
readonly bridge: "native";
|
|
3199
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
3200
|
+
};
|
|
3201
|
+
readonly OWB: {
|
|
3202
|
+
readonly name: "OWB";
|
|
3203
|
+
readonly symbol: "OWB";
|
|
3204
|
+
readonly oracleId: "OWB";
|
|
3205
|
+
readonly address: "0xEF5997c2cf2f6c138196f8A6203afc335206b3c1";
|
|
3206
|
+
readonly chainId: 8453;
|
|
3207
|
+
readonly decimals: 18;
|
|
3208
|
+
readonly website: "https://clashofcoins.com/";
|
|
3209
|
+
readonly description: "OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.";
|
|
3210
|
+
readonly bridge: "native";
|
|
3211
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3212
|
+
};
|
|
3189
3213
|
};
|
|
3190
3214
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3191
3215
|
readonly WNATIVE: {
|
|
@@ -6372,6 +6396,30 @@ export declare const base: {
|
|
|
6372
6396
|
readonly bridge: "layer-zero";
|
|
6373
6397
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6374
6398
|
};
|
|
6399
|
+
readonly FAIR: {
|
|
6400
|
+
readonly name: "Faircaster";
|
|
6401
|
+
readonly symbol: "FAIR";
|
|
6402
|
+
readonly oracleId: "FAIR";
|
|
6403
|
+
readonly address: "0x7D928816CC9c462DD7adef911De41535E444CB07";
|
|
6404
|
+
readonly chainId: 8453;
|
|
6405
|
+
readonly decimals: 18;
|
|
6406
|
+
readonly website: "https://x.com/faircaster";
|
|
6407
|
+
readonly description: "FAIR is a VC agent that finds alpha projects early.";
|
|
6408
|
+
readonly bridge: "native";
|
|
6409
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
6410
|
+
};
|
|
6411
|
+
readonly OWB: {
|
|
6412
|
+
readonly name: "OWB";
|
|
6413
|
+
readonly symbol: "OWB";
|
|
6414
|
+
readonly oracleId: "OWB";
|
|
6415
|
+
readonly address: "0xEF5997c2cf2f6c138196f8A6203afc335206b3c1";
|
|
6416
|
+
readonly chainId: 8453;
|
|
6417
|
+
readonly decimals: 18;
|
|
6418
|
+
readonly website: "https://clashofcoins.com/";
|
|
6419
|
+
readonly description: "OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.";
|
|
6420
|
+
readonly bridge: "native";
|
|
6421
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6422
|
+
};
|
|
6375
6423
|
}>;
|
|
6376
6424
|
readonly native: {
|
|
6377
6425
|
readonly symbol: "ETH";
|
|
@@ -33,4 +33,5 @@ export declare const beefyfinance: {
|
|
|
33
33
|
readonly beefyOracleSolidly: "0xF5b2701b649691Ea35480E5dbfe0F7E5D8AbA1C1";
|
|
34
34
|
readonly beefyOracleUniswapV3: "0xe573af49001b599Faefedd57F266EC503cf88B94";
|
|
35
35
|
readonly beefyMultiHopSwapper: "0x799259edB5e13BA3a9ce74908F154DFcb4fd93Df";
|
|
36
|
+
readonly beefyUniV4Swapper: "0x88F643Ed28D586EFaB820d85B01C86581086097B";
|
|
36
37
|
};
|
|
@@ -40,4 +40,5 @@ exports.beefyfinance = {
|
|
|
40
40
|
beefyOracleSolidly: '0xF5b2701b649691Ea35480E5dbfe0F7E5D8AbA1C1',
|
|
41
41
|
beefyOracleUniswapV3: '0xe573af49001b599Faefedd57F266EC503cf88B94',
|
|
42
42
|
beefyMultiHopSwapper: '0x799259edB5e13BA3a9ce74908F154DFcb4fd93Df',
|
|
43
|
+
beefyUniV4Swapper: '0x88F643Ed28D586EFaB820d85B01C86581086097B',
|
|
43
44
|
};
|
|
@@ -3183,4 +3183,28 @@ export declare const tokens: {
|
|
|
3183
3183
|
readonly bridge: "layer-zero";
|
|
3184
3184
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3185
3185
|
};
|
|
3186
|
+
readonly FAIR: {
|
|
3187
|
+
readonly name: "Faircaster";
|
|
3188
|
+
readonly symbol: "FAIR";
|
|
3189
|
+
readonly oracleId: "FAIR";
|
|
3190
|
+
readonly address: "0x7D928816CC9c462DD7adef911De41535E444CB07";
|
|
3191
|
+
readonly chainId: 8453;
|
|
3192
|
+
readonly decimals: 18;
|
|
3193
|
+
readonly website: "https://x.com/faircaster";
|
|
3194
|
+
readonly description: "FAIR is a VC agent that finds alpha projects early.";
|
|
3195
|
+
readonly bridge: "native";
|
|
3196
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
3197
|
+
};
|
|
3198
|
+
readonly OWB: {
|
|
3199
|
+
readonly name: "OWB";
|
|
3200
|
+
readonly symbol: "OWB";
|
|
3201
|
+
readonly oracleId: "OWB";
|
|
3202
|
+
readonly address: "0xEF5997c2cf2f6c138196f8A6203afc335206b3c1";
|
|
3203
|
+
readonly chainId: 8453;
|
|
3204
|
+
readonly decimals: 18;
|
|
3205
|
+
readonly website: "https://clashofcoins.com/";
|
|
3206
|
+
readonly description: "OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.";
|
|
3207
|
+
readonly bridge: "native";
|
|
3208
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3209
|
+
};
|
|
3186
3210
|
};
|
|
@@ -3151,4 +3151,28 @@ exports.tokens = {
|
|
|
3151
3151
|
bridge: 'layer-zero',
|
|
3152
3152
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3153
3153
|
},
|
|
3154
|
+
FAIR: {
|
|
3155
|
+
name: 'Faircaster',
|
|
3156
|
+
symbol: 'FAIR',
|
|
3157
|
+
oracleId: 'FAIR',
|
|
3158
|
+
address: '0x7D928816CC9c462DD7adef911De41535E444CB07',
|
|
3159
|
+
chainId: 8453,
|
|
3160
|
+
decimals: 18,
|
|
3161
|
+
website: 'https://x.com/faircaster',
|
|
3162
|
+
description: 'FAIR is a VC agent that finds alpha projects early.',
|
|
3163
|
+
bridge: 'native',
|
|
3164
|
+
tags: ['LARGE_HOLDERS', 'MEMECOIN'],
|
|
3165
|
+
},
|
|
3166
|
+
OWB: {
|
|
3167
|
+
name: 'OWB',
|
|
3168
|
+
symbol: 'OWB',
|
|
3169
|
+
oracleId: 'OWB',
|
|
3170
|
+
address: '0xEF5997c2cf2f6c138196f8A6203afc335206b3c1',
|
|
3171
|
+
chainId: 8453,
|
|
3172
|
+
decimals: 18,
|
|
3173
|
+
website: 'https://clashofcoins.com/',
|
|
3174
|
+
description: 'OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.',
|
|
3175
|
+
bridge: 'native',
|
|
3176
|
+
tags: ['LARGE_HOLDERS'],
|
|
3177
|
+
},
|
|
3154
3178
|
};
|
|
@@ -30,4 +30,5 @@ export declare const beefyfinance: {
|
|
|
30
30
|
readonly beefyOracleUniswapV3: "0xA5Cd8A60a05571141370D184e255777e5c2d5968";
|
|
31
31
|
readonly beefyOracleERC4626: "0x2b6Cc259c5C779e1c6aF0d24bF1785dD96397549";
|
|
32
32
|
readonly beefyMultiHopSwapper: "0x822856E9433e7b4C268286Bf004b8c8ecf559d64";
|
|
33
|
+
readonly beefyUniV4Swapper: "0xa379320eD6636b2f30FaDe3c8b277bF12C089CdA";
|
|
33
34
|
};
|
|
@@ -37,4 +37,5 @@ exports.beefyfinance = {
|
|
|
37
37
|
beefyOracleUniswapV3: '0xA5Cd8A60a05571141370D184e255777e5c2d5968',
|
|
38
38
|
beefyOracleERC4626: '0x2b6Cc259c5C779e1c6aF0d24bF1785dD96397549',
|
|
39
39
|
beefyMultiHopSwapper: '0x822856E9433e7b4C268286Bf004b8c8ecf559d64',
|
|
40
|
+
beefyUniV4Swapper: '0xa379320eD6636b2f30FaDe3c8b277bF12C089CdA',
|
|
40
41
|
};
|
|
@@ -3186,6 +3186,30 @@ export declare const base: {
|
|
|
3186
3186
|
readonly bridge: "layer-zero";
|
|
3187
3187
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3188
3188
|
};
|
|
3189
|
+
readonly FAIR: {
|
|
3190
|
+
readonly name: "Faircaster";
|
|
3191
|
+
readonly symbol: "FAIR";
|
|
3192
|
+
readonly oracleId: "FAIR";
|
|
3193
|
+
readonly address: "0x7D928816CC9c462DD7adef911De41535E444CB07";
|
|
3194
|
+
readonly chainId: 8453;
|
|
3195
|
+
readonly decimals: 18;
|
|
3196
|
+
readonly website: "https://x.com/faircaster";
|
|
3197
|
+
readonly description: "FAIR is a VC agent that finds alpha projects early.";
|
|
3198
|
+
readonly bridge: "native";
|
|
3199
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
3200
|
+
};
|
|
3201
|
+
readonly OWB: {
|
|
3202
|
+
readonly name: "OWB";
|
|
3203
|
+
readonly symbol: "OWB";
|
|
3204
|
+
readonly oracleId: "OWB";
|
|
3205
|
+
readonly address: "0xEF5997c2cf2f6c138196f8A6203afc335206b3c1";
|
|
3206
|
+
readonly chainId: 8453;
|
|
3207
|
+
readonly decimals: 18;
|
|
3208
|
+
readonly website: "https://clashofcoins.com/";
|
|
3209
|
+
readonly description: "OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.";
|
|
3210
|
+
readonly bridge: "native";
|
|
3211
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3212
|
+
};
|
|
3189
3213
|
};
|
|
3190
3214
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3191
3215
|
readonly WNATIVE: {
|
|
@@ -6372,6 +6396,30 @@ export declare const base: {
|
|
|
6372
6396
|
readonly bridge: "layer-zero";
|
|
6373
6397
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6374
6398
|
};
|
|
6399
|
+
readonly FAIR: {
|
|
6400
|
+
readonly name: "Faircaster";
|
|
6401
|
+
readonly symbol: "FAIR";
|
|
6402
|
+
readonly oracleId: "FAIR";
|
|
6403
|
+
readonly address: "0x7D928816CC9c462DD7adef911De41535E444CB07";
|
|
6404
|
+
readonly chainId: 8453;
|
|
6405
|
+
readonly decimals: 18;
|
|
6406
|
+
readonly website: "https://x.com/faircaster";
|
|
6407
|
+
readonly description: "FAIR is a VC agent that finds alpha projects early.";
|
|
6408
|
+
readonly bridge: "native";
|
|
6409
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
6410
|
+
};
|
|
6411
|
+
readonly OWB: {
|
|
6412
|
+
readonly name: "OWB";
|
|
6413
|
+
readonly symbol: "OWB";
|
|
6414
|
+
readonly oracleId: "OWB";
|
|
6415
|
+
readonly address: "0xEF5997c2cf2f6c138196f8A6203afc335206b3c1";
|
|
6416
|
+
readonly chainId: 8453;
|
|
6417
|
+
readonly decimals: 18;
|
|
6418
|
+
readonly website: "https://clashofcoins.com/";
|
|
6419
|
+
readonly description: "OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.";
|
|
6420
|
+
readonly bridge: "native";
|
|
6421
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6422
|
+
};
|
|
6375
6423
|
}>;
|
|
6376
6424
|
readonly native: {
|
|
6377
6425
|
readonly symbol: "ETH";
|
|
@@ -33,4 +33,5 @@ export declare const beefyfinance: {
|
|
|
33
33
|
readonly beefyOracleSolidly: "0xF5b2701b649691Ea35480E5dbfe0F7E5D8AbA1C1";
|
|
34
34
|
readonly beefyOracleUniswapV3: "0xe573af49001b599Faefedd57F266EC503cf88B94";
|
|
35
35
|
readonly beefyMultiHopSwapper: "0x799259edB5e13BA3a9ce74908F154DFcb4fd93Df";
|
|
36
|
+
readonly beefyUniV4Swapper: "0x88F643Ed28D586EFaB820d85B01C86581086097B";
|
|
36
37
|
};
|
|
@@ -37,4 +37,5 @@ export const beefyfinance = {
|
|
|
37
37
|
beefyOracleSolidly: '0xF5b2701b649691Ea35480E5dbfe0F7E5D8AbA1C1',
|
|
38
38
|
beefyOracleUniswapV3: '0xe573af49001b599Faefedd57F266EC503cf88B94',
|
|
39
39
|
beefyMultiHopSwapper: '0x799259edB5e13BA3a9ce74908F154DFcb4fd93Df',
|
|
40
|
+
beefyUniV4Swapper: '0x88F643Ed28D586EFaB820d85B01C86581086097B',
|
|
40
41
|
};
|
|
@@ -3183,4 +3183,28 @@ export declare const tokens: {
|
|
|
3183
3183
|
readonly bridge: "layer-zero";
|
|
3184
3184
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3185
3185
|
};
|
|
3186
|
+
readonly FAIR: {
|
|
3187
|
+
readonly name: "Faircaster";
|
|
3188
|
+
readonly symbol: "FAIR";
|
|
3189
|
+
readonly oracleId: "FAIR";
|
|
3190
|
+
readonly address: "0x7D928816CC9c462DD7adef911De41535E444CB07";
|
|
3191
|
+
readonly chainId: 8453;
|
|
3192
|
+
readonly decimals: 18;
|
|
3193
|
+
readonly website: "https://x.com/faircaster";
|
|
3194
|
+
readonly description: "FAIR is a VC agent that finds alpha projects early.";
|
|
3195
|
+
readonly bridge: "native";
|
|
3196
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
3197
|
+
};
|
|
3198
|
+
readonly OWB: {
|
|
3199
|
+
readonly name: "OWB";
|
|
3200
|
+
readonly symbol: "OWB";
|
|
3201
|
+
readonly oracleId: "OWB";
|
|
3202
|
+
readonly address: "0xEF5997c2cf2f6c138196f8A6203afc335206b3c1";
|
|
3203
|
+
readonly chainId: 8453;
|
|
3204
|
+
readonly decimals: 18;
|
|
3205
|
+
readonly website: "https://clashofcoins.com/";
|
|
3206
|
+
readonly description: "OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.";
|
|
3207
|
+
readonly bridge: "native";
|
|
3208
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3209
|
+
};
|
|
3186
3210
|
};
|
|
@@ -3148,4 +3148,28 @@ export const tokens = {
|
|
|
3148
3148
|
bridge: 'layer-zero',
|
|
3149
3149
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3150
3150
|
},
|
|
3151
|
+
FAIR: {
|
|
3152
|
+
name: 'Faircaster',
|
|
3153
|
+
symbol: 'FAIR',
|
|
3154
|
+
oracleId: 'FAIR',
|
|
3155
|
+
address: '0x7D928816CC9c462DD7adef911De41535E444CB07',
|
|
3156
|
+
chainId: 8453,
|
|
3157
|
+
decimals: 18,
|
|
3158
|
+
website: 'https://x.com/faircaster',
|
|
3159
|
+
description: 'FAIR is a VC agent that finds alpha projects early.',
|
|
3160
|
+
bridge: 'native',
|
|
3161
|
+
tags: ['LARGE_HOLDERS', 'MEMECOIN'],
|
|
3162
|
+
},
|
|
3163
|
+
OWB: {
|
|
3164
|
+
name: 'OWB',
|
|
3165
|
+
symbol: 'OWB',
|
|
3166
|
+
oracleId: 'OWB',
|
|
3167
|
+
address: '0xEF5997c2cf2f6c138196f8A6203afc335206b3c1',
|
|
3168
|
+
chainId: 8453,
|
|
3169
|
+
decimals: 18,
|
|
3170
|
+
website: 'https://clashofcoins.com/',
|
|
3171
|
+
description: 'OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.',
|
|
3172
|
+
bridge: 'native',
|
|
3173
|
+
tags: ['LARGE_HOLDERS'],
|
|
3174
|
+
},
|
|
3151
3175
|
};
|
|
@@ -30,4 +30,5 @@ export declare const beefyfinance: {
|
|
|
30
30
|
readonly beefyOracleUniswapV3: "0xA5Cd8A60a05571141370D184e255777e5c2d5968";
|
|
31
31
|
readonly beefyOracleERC4626: "0x2b6Cc259c5C779e1c6aF0d24bF1785dD96397549";
|
|
32
32
|
readonly beefyMultiHopSwapper: "0x822856E9433e7b4C268286Bf004b8c8ecf559d64";
|
|
33
|
+
readonly beefyUniV4Swapper: "0xa379320eD6636b2f30FaDe3c8b277bF12C089CdA";
|
|
33
34
|
};
|
|
@@ -34,4 +34,5 @@ export const beefyfinance = {
|
|
|
34
34
|
beefyOracleUniswapV3: '0xA5Cd8A60a05571141370D184e255777e5c2d5968',
|
|
35
35
|
beefyOracleERC4626: '0x2b6Cc259c5C779e1c6aF0d24bF1785dD96397549',
|
|
36
36
|
beefyMultiHopSwapper: '0x822856E9433e7b4C268286Bf004b8c8ecf559d64',
|
|
37
|
+
beefyUniV4Swapper: '0xa379320eD6636b2f30FaDe3c8b277bF12C089CdA',
|
|
37
38
|
};
|
package/package.json
CHANGED