@beefyfinance/blockchain-addressbook 0.54.194 → 0.54.196
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/ethereum/platforms/beefyfinance.d.ts +4 -0
- package/build/address-book/ethereum/platforms/beefyfinance.js +5 -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/ethereum/platforms/beefyfinance.d.ts +4 -0
- package/build-esm/address-book/ethereum/platforms/beefyfinance.js +5 -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 PLAY: {
|
|
3203
|
+
readonly name: "Play";
|
|
3204
|
+
readonly symbol: "PLAY";
|
|
3205
|
+
readonly oracleId: "PLAY";
|
|
3206
|
+
readonly address: "0x853a7c99227499DbA9dB8C3A02aA691aFDeBf841";
|
|
3207
|
+
readonly chainId: 8453;
|
|
3208
|
+
readonly decimals: 18;
|
|
3209
|
+
readonly website: "https://www.playsout.com/";
|
|
3210
|
+
readonly description: "Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.";
|
|
3211
|
+
readonly documentation: "https://playsout.com/explore";
|
|
3212
|
+
readonly bridge: "native";
|
|
3213
|
+
};
|
|
3202
3214
|
readonly FAIR: {
|
|
3203
3215
|
readonly name: "Faircaster";
|
|
3204
3216
|
readonly symbol: "FAIR";
|
|
@@ -6472,6 +6484,18 @@ export declare const base: {
|
|
|
6472
6484
|
readonly bridge: "layer-zero";
|
|
6473
6485
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6474
6486
|
};
|
|
6487
|
+
readonly PLAY: {
|
|
6488
|
+
readonly name: "Play";
|
|
6489
|
+
readonly symbol: "PLAY";
|
|
6490
|
+
readonly oracleId: "PLAY";
|
|
6491
|
+
readonly address: "0x853a7c99227499DbA9dB8C3A02aA691aFDeBf841";
|
|
6492
|
+
readonly chainId: 8453;
|
|
6493
|
+
readonly decimals: 18;
|
|
6494
|
+
readonly website: "https://www.playsout.com/";
|
|
6495
|
+
readonly description: "Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.";
|
|
6496
|
+
readonly documentation: "https://playsout.com/explore";
|
|
6497
|
+
readonly bridge: "native";
|
|
6498
|
+
};
|
|
6475
6499
|
readonly FAIR: {
|
|
6476
6500
|
readonly name: "Faircaster";
|
|
6477
6501
|
readonly symbol: "FAIR";
|
|
@@ -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 PLAY: {
|
|
3200
|
+
readonly name: "Play";
|
|
3201
|
+
readonly symbol: "PLAY";
|
|
3202
|
+
readonly oracleId: "PLAY";
|
|
3203
|
+
readonly address: "0x853a7c99227499DbA9dB8C3A02aA691aFDeBf841";
|
|
3204
|
+
readonly chainId: 8453;
|
|
3205
|
+
readonly decimals: 18;
|
|
3206
|
+
readonly website: "https://www.playsout.com/";
|
|
3207
|
+
readonly description: "Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.";
|
|
3208
|
+
readonly documentation: "https://playsout.com/explore";
|
|
3209
|
+
readonly bridge: "native";
|
|
3210
|
+
};
|
|
3199
3211
|
readonly FAIR: {
|
|
3200
3212
|
readonly name: "Faircaster";
|
|
3201
3213
|
readonly symbol: "FAIR";
|
|
@@ -3164,6 +3164,18 @@ exports.tokens = {
|
|
|
3164
3164
|
bridge: 'layer-zero',
|
|
3165
3165
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3166
3166
|
},
|
|
3167
|
+
PLAY: {
|
|
3168
|
+
name: 'Play',
|
|
3169
|
+
symbol: 'PLAY',
|
|
3170
|
+
oracleId: 'PLAY',
|
|
3171
|
+
address: '0x853a7c99227499DbA9dB8C3A02aA691aFDeBf841',
|
|
3172
|
+
chainId: 8453,
|
|
3173
|
+
decimals: 18,
|
|
3174
|
+
website: 'https://www.playsout.com/',
|
|
3175
|
+
description: 'Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.',
|
|
3176
|
+
documentation: 'https://playsout.com/explore',
|
|
3177
|
+
bridge: 'native',
|
|
3178
|
+
},
|
|
3167
3179
|
FAIR: {
|
|
3168
3180
|
name: 'Faircaster',
|
|
3169
3181
|
symbol: 'FAIR',
|
|
@@ -28,6 +28,10 @@ export declare const beefyfinance: {
|
|
|
28
28
|
readonly layerZeroBridge: "0xdddaEc9c267dF24aD66Edc3B2cBe25dB86422051";
|
|
29
29
|
readonly treasurySwapper: "0x0921E4fA2F85B6461fa83961d28DC7e1f9A32B40";
|
|
30
30
|
readonly assetSwapper: "0x340014C66D49f50c48E6eF0D02aB630F246F1921";
|
|
31
|
+
readonly clmFactory: "0xB9D2c15cE96440A8281adcbaf36BBFc7787e2889";
|
|
32
|
+
readonly clmStrategyFactory: "0xc77e63Dac916900eE844500Bdb1AF71cfa286968";
|
|
33
|
+
readonly clmRewardPoolFactory: "0x425f9dF731B5325B1AC51189ee043d2576404405";
|
|
34
|
+
readonly positionMulticall: "0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD";
|
|
31
35
|
readonly beefySwapper: "0x0000830DF56616D58976A12D19d283B40e25BEEF";
|
|
32
36
|
readonly beefyOracle: "0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4";
|
|
33
37
|
readonly beefyOracleChainlink: "0xB1F10da39442089F6E216Fd144EF6C2F19689170";
|
|
@@ -33,6 +33,11 @@ exports.beefyfinance = {
|
|
|
33
33
|
layerZeroBridge: '0xdddaEc9c267dF24aD66Edc3B2cBe25dB86422051',
|
|
34
34
|
treasurySwapper: '0x0921E4fA2F85B6461fa83961d28DC7e1f9A32B40',
|
|
35
35
|
assetSwapper: '0x340014C66D49f50c48E6eF0D02aB630F246F1921',
|
|
36
|
+
/// CLM Contracts
|
|
37
|
+
clmFactory: '0xB9D2c15cE96440A8281adcbaf36BBFc7787e2889',
|
|
38
|
+
clmStrategyFactory: '0xc77e63Dac916900eE844500Bdb1AF71cfa286968',
|
|
39
|
+
clmRewardPoolFactory: '0x425f9dF731B5325B1AC51189ee043d2576404405',
|
|
40
|
+
positionMulticall: '0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD',
|
|
36
41
|
/// Beefy Swapper Contracts
|
|
37
42
|
beefySwapper: '0x0000830DF56616D58976A12D19d283B40e25BEEF',
|
|
38
43
|
beefyOracle: '0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4',
|
|
@@ -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 PLAY: {
|
|
3203
|
+
readonly name: "Play";
|
|
3204
|
+
readonly symbol: "PLAY";
|
|
3205
|
+
readonly oracleId: "PLAY";
|
|
3206
|
+
readonly address: "0x853a7c99227499DbA9dB8C3A02aA691aFDeBf841";
|
|
3207
|
+
readonly chainId: 8453;
|
|
3208
|
+
readonly decimals: 18;
|
|
3209
|
+
readonly website: "https://www.playsout.com/";
|
|
3210
|
+
readonly description: "Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.";
|
|
3211
|
+
readonly documentation: "https://playsout.com/explore";
|
|
3212
|
+
readonly bridge: "native";
|
|
3213
|
+
};
|
|
3202
3214
|
readonly FAIR: {
|
|
3203
3215
|
readonly name: "Faircaster";
|
|
3204
3216
|
readonly symbol: "FAIR";
|
|
@@ -6472,6 +6484,18 @@ export declare const base: {
|
|
|
6472
6484
|
readonly bridge: "layer-zero";
|
|
6473
6485
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6474
6486
|
};
|
|
6487
|
+
readonly PLAY: {
|
|
6488
|
+
readonly name: "Play";
|
|
6489
|
+
readonly symbol: "PLAY";
|
|
6490
|
+
readonly oracleId: "PLAY";
|
|
6491
|
+
readonly address: "0x853a7c99227499DbA9dB8C3A02aA691aFDeBf841";
|
|
6492
|
+
readonly chainId: 8453;
|
|
6493
|
+
readonly decimals: 18;
|
|
6494
|
+
readonly website: "https://www.playsout.com/";
|
|
6495
|
+
readonly description: "Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.";
|
|
6496
|
+
readonly documentation: "https://playsout.com/explore";
|
|
6497
|
+
readonly bridge: "native";
|
|
6498
|
+
};
|
|
6475
6499
|
readonly FAIR: {
|
|
6476
6500
|
readonly name: "Faircaster";
|
|
6477
6501
|
readonly symbol: "FAIR";
|
|
@@ -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 PLAY: {
|
|
3200
|
+
readonly name: "Play";
|
|
3201
|
+
readonly symbol: "PLAY";
|
|
3202
|
+
readonly oracleId: "PLAY";
|
|
3203
|
+
readonly address: "0x853a7c99227499DbA9dB8C3A02aA691aFDeBf841";
|
|
3204
|
+
readonly chainId: 8453;
|
|
3205
|
+
readonly decimals: 18;
|
|
3206
|
+
readonly website: "https://www.playsout.com/";
|
|
3207
|
+
readonly description: "Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.";
|
|
3208
|
+
readonly documentation: "https://playsout.com/explore";
|
|
3209
|
+
readonly bridge: "native";
|
|
3210
|
+
};
|
|
3199
3211
|
readonly FAIR: {
|
|
3200
3212
|
readonly name: "Faircaster";
|
|
3201
3213
|
readonly symbol: "FAIR";
|
|
@@ -3161,6 +3161,18 @@ export const tokens = {
|
|
|
3161
3161
|
bridge: 'layer-zero',
|
|
3162
3162
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3163
3163
|
},
|
|
3164
|
+
PLAY: {
|
|
3165
|
+
name: 'Play',
|
|
3166
|
+
symbol: 'PLAY',
|
|
3167
|
+
oracleId: 'PLAY',
|
|
3168
|
+
address: '0x853a7c99227499DbA9dB8C3A02aA691aFDeBf841',
|
|
3169
|
+
chainId: 8453,
|
|
3170
|
+
decimals: 18,
|
|
3171
|
+
website: 'https://www.playsout.com/',
|
|
3172
|
+
description: 'Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.',
|
|
3173
|
+
documentation: 'https://playsout.com/explore',
|
|
3174
|
+
bridge: 'native',
|
|
3175
|
+
},
|
|
3164
3176
|
FAIR: {
|
|
3165
3177
|
name: 'Faircaster',
|
|
3166
3178
|
symbol: 'FAIR',
|
|
@@ -28,6 +28,10 @@ export declare const beefyfinance: {
|
|
|
28
28
|
readonly layerZeroBridge: "0xdddaEc9c267dF24aD66Edc3B2cBe25dB86422051";
|
|
29
29
|
readonly treasurySwapper: "0x0921E4fA2F85B6461fa83961d28DC7e1f9A32B40";
|
|
30
30
|
readonly assetSwapper: "0x340014C66D49f50c48E6eF0D02aB630F246F1921";
|
|
31
|
+
readonly clmFactory: "0xB9D2c15cE96440A8281adcbaf36BBFc7787e2889";
|
|
32
|
+
readonly clmStrategyFactory: "0xc77e63Dac916900eE844500Bdb1AF71cfa286968";
|
|
33
|
+
readonly clmRewardPoolFactory: "0x425f9dF731B5325B1AC51189ee043d2576404405";
|
|
34
|
+
readonly positionMulticall: "0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD";
|
|
31
35
|
readonly beefySwapper: "0x0000830DF56616D58976A12D19d283B40e25BEEF";
|
|
32
36
|
readonly beefyOracle: "0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4";
|
|
33
37
|
readonly beefyOracleChainlink: "0xB1F10da39442089F6E216Fd144EF6C2F19689170";
|
|
@@ -30,6 +30,11 @@ export const beefyfinance = {
|
|
|
30
30
|
layerZeroBridge: '0xdddaEc9c267dF24aD66Edc3B2cBe25dB86422051',
|
|
31
31
|
treasurySwapper: '0x0921E4fA2F85B6461fa83961d28DC7e1f9A32B40',
|
|
32
32
|
assetSwapper: '0x340014C66D49f50c48E6eF0D02aB630F246F1921',
|
|
33
|
+
/// CLM Contracts
|
|
34
|
+
clmFactory: '0xB9D2c15cE96440A8281adcbaf36BBFc7787e2889',
|
|
35
|
+
clmStrategyFactory: '0xc77e63Dac916900eE844500Bdb1AF71cfa286968',
|
|
36
|
+
clmRewardPoolFactory: '0x425f9dF731B5325B1AC51189ee043d2576404405',
|
|
37
|
+
positionMulticall: '0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD',
|
|
33
38
|
/// Beefy Swapper Contracts
|
|
34
39
|
beefySwapper: '0x0000830DF56616D58976A12D19d283B40e25BEEF',
|
|
35
40
|
beefyOracle: '0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4',
|
package/package.json
CHANGED