@beefyfinance/blockchain-addressbook 0.54.197 → 0.54.199
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 +4 -2
- package/build/address-book/base/tokens/tokens.d.ts +2 -1
- package/build/address-book/base/tokens/tokens.js +2 -1
- package/build/address-book/bsc/index.d.ts +26 -0
- package/build/address-book/bsc/tokens/tokens.d.ts +13 -0
- package/build/address-book/bsc/tokens/tokens.js +13 -0
- package/build-esm/address-book/base/index.d.ts +4 -2
- package/build-esm/address-book/base/tokens/tokens.d.ts +2 -1
- package/build-esm/address-book/base/tokens/tokens.js +2 -1
- package/build-esm/address-book/bsc/index.d.ts +26 -0
- package/build-esm/address-book/bsc/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/bsc/tokens/tokens.js +13 -0
- package/package.json +1 -1
|
@@ -3210,6 +3210,7 @@ export declare const base: {
|
|
|
3210
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
3211
|
readonly documentation: "https://playsout.com/explore";
|
|
3212
3212
|
readonly bridge: "native";
|
|
3213
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3213
3214
|
};
|
|
3214
3215
|
readonly FAIR: {
|
|
3215
3216
|
readonly name: "Faircaster";
|
|
@@ -3296,7 +3297,7 @@ export declare const base: {
|
|
|
3296
3297
|
readonly description: "RAVE is the native token of RaveDAO and is integral to the growth of its decentralized cultural network, serving as the coordination layer for governance, rewards, and real-world participation across events, creators, and communities.";
|
|
3297
3298
|
readonly documentation: "https://ravedao.gitbook.io/";
|
|
3298
3299
|
readonly bridge: "layer-zero";
|
|
3299
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3300
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3300
3301
|
};
|
|
3301
3302
|
};
|
|
3302
3303
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -6508,6 +6509,7 @@ export declare const base: {
|
|
|
6508
6509
|
readonly description: "Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.";
|
|
6509
6510
|
readonly documentation: "https://playsout.com/explore";
|
|
6510
6511
|
readonly bridge: "native";
|
|
6512
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6511
6513
|
};
|
|
6512
6514
|
readonly FAIR: {
|
|
6513
6515
|
readonly name: "Faircaster";
|
|
@@ -6594,7 +6596,7 @@ export declare const base: {
|
|
|
6594
6596
|
readonly description: "RAVE is the native token of RaveDAO and is integral to the growth of its decentralized cultural network, serving as the coordination layer for governance, rewards, and real-world participation across events, creators, and communities.";
|
|
6595
6597
|
readonly documentation: "https://ravedao.gitbook.io/";
|
|
6596
6598
|
readonly bridge: "layer-zero";
|
|
6597
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6599
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6598
6600
|
};
|
|
6599
6601
|
}>;
|
|
6600
6602
|
readonly native: {
|
|
@@ -3207,6 +3207,7 @@ export declare const tokens: {
|
|
|
3207
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
3208
|
readonly documentation: "https://playsout.com/explore";
|
|
3209
3209
|
readonly bridge: "native";
|
|
3210
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3210
3211
|
};
|
|
3211
3212
|
readonly FAIR: {
|
|
3212
3213
|
readonly name: "Faircaster";
|
|
@@ -3293,6 +3294,6 @@ export declare const tokens: {
|
|
|
3293
3294
|
readonly description: "RAVE is the native token of RaveDAO and is integral to the growth of its decentralized cultural network, serving as the coordination layer for governance, rewards, and real-world participation across events, creators, and communities.";
|
|
3294
3295
|
readonly documentation: "https://ravedao.gitbook.io/";
|
|
3295
3296
|
readonly bridge: "layer-zero";
|
|
3296
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3297
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3297
3298
|
};
|
|
3298
3299
|
};
|
|
@@ -3175,6 +3175,7 @@ exports.tokens = {
|
|
|
3175
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
3176
|
documentation: 'https://playsout.com/explore',
|
|
3177
3177
|
bridge: 'native',
|
|
3178
|
+
tags: ['LARGE_HOLDERS'],
|
|
3178
3179
|
},
|
|
3179
3180
|
FAIR: {
|
|
3180
3181
|
name: 'Faircaster',
|
|
@@ -3261,6 +3262,6 @@ exports.tokens = {
|
|
|
3261
3262
|
description: 'RAVE is the native token of RaveDAO and is integral to the growth of its decentralized cultural network, serving as the coordination layer for governance, rewards, and real-world participation across events, creators, and communities.',
|
|
3262
3263
|
documentation: 'https://ravedao.gitbook.io/',
|
|
3263
3264
|
bridge: 'layer-zero',
|
|
3264
|
-
tags: ['LARGE_HOLDERS'],
|
|
3265
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3265
3266
|
},
|
|
3266
3267
|
};
|
|
@@ -4375,6 +4375,19 @@ export declare const bsc: {
|
|
|
4375
4375
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4376
4376
|
readonly documentation: "https://docs.lab.pro/";
|
|
4377
4377
|
};
|
|
4378
|
+
readonly GENIUS: {
|
|
4379
|
+
readonly name: "Genius";
|
|
4380
|
+
readonly symbol: "GENIUS";
|
|
4381
|
+
readonly oracleId: "GENIUS";
|
|
4382
|
+
readonly address: "0x1F12B85aAC097E43Aa1555b2881E98a51090e9A6";
|
|
4383
|
+
readonly chainId: 56;
|
|
4384
|
+
readonly decimals: 18;
|
|
4385
|
+
readonly website: "https://www.tradegenius.com/ ";
|
|
4386
|
+
readonly documentation: "https://docs.tradegenius.com/ ";
|
|
4387
|
+
readonly description: "GENIUS is the reward token of Genius Terminal, used to incentivize ecosystem participation building on the Genius points program and cover the cost of platform fees.";
|
|
4388
|
+
readonly bridge: "native";
|
|
4389
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4390
|
+
};
|
|
4378
4391
|
};
|
|
4379
4392
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
4380
4393
|
readonly WNATIVE: {
|
|
@@ -8750,6 +8763,19 @@ export declare const bsc: {
|
|
|
8750
8763
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
8751
8764
|
readonly documentation: "https://docs.lab.pro/";
|
|
8752
8765
|
};
|
|
8766
|
+
readonly GENIUS: {
|
|
8767
|
+
readonly name: "Genius";
|
|
8768
|
+
readonly symbol: "GENIUS";
|
|
8769
|
+
readonly oracleId: "GENIUS";
|
|
8770
|
+
readonly address: "0x1F12B85aAC097E43Aa1555b2881E98a51090e9A6";
|
|
8771
|
+
readonly chainId: 56;
|
|
8772
|
+
readonly decimals: 18;
|
|
8773
|
+
readonly website: "https://www.tradegenius.com/ ";
|
|
8774
|
+
readonly documentation: "https://docs.tradegenius.com/ ";
|
|
8775
|
+
readonly description: "GENIUS is the reward token of Genius Terminal, used to incentivize ecosystem participation building on the Genius points program and cover the cost of platform fees.";
|
|
8776
|
+
readonly bridge: "native";
|
|
8777
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
8778
|
+
};
|
|
8753
8779
|
}>;
|
|
8754
8780
|
readonly native: {
|
|
8755
8781
|
readonly symbol: "BNB";
|
|
@@ -4372,4 +4372,17 @@ export declare const tokens: {
|
|
|
4372
4372
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4373
4373
|
readonly documentation: "https://docs.lab.pro/";
|
|
4374
4374
|
};
|
|
4375
|
+
readonly GENIUS: {
|
|
4376
|
+
readonly name: "Genius";
|
|
4377
|
+
readonly symbol: "GENIUS";
|
|
4378
|
+
readonly oracleId: "GENIUS";
|
|
4379
|
+
readonly address: "0x1F12B85aAC097E43Aa1555b2881E98a51090e9A6";
|
|
4380
|
+
readonly chainId: 56;
|
|
4381
|
+
readonly decimals: 18;
|
|
4382
|
+
readonly website: "https://www.tradegenius.com/ ";
|
|
4383
|
+
readonly documentation: "https://docs.tradegenius.com/ ";
|
|
4384
|
+
readonly description: "GENIUS is the reward token of Genius Terminal, used to incentivize ecosystem participation building on the Genius points program and cover the cost of platform fees.";
|
|
4385
|
+
readonly bridge: "native";
|
|
4386
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4387
|
+
};
|
|
4375
4388
|
};
|
|
@@ -4329,4 +4329,17 @@ exports.tokens = {
|
|
|
4329
4329
|
tags: ['LARGE_HOLDERS'],
|
|
4330
4330
|
documentation: 'https://docs.lab.pro/',
|
|
4331
4331
|
},
|
|
4332
|
+
GENIUS: {
|
|
4333
|
+
name: 'Genius',
|
|
4334
|
+
symbol: 'GENIUS',
|
|
4335
|
+
oracleId: 'GENIUS',
|
|
4336
|
+
address: '0x1F12B85aAC097E43Aa1555b2881E98a51090e9A6',
|
|
4337
|
+
chainId: 56,
|
|
4338
|
+
decimals: 18,
|
|
4339
|
+
website: 'https://www.tradegenius.com/ ',
|
|
4340
|
+
documentation: 'https://docs.tradegenius.com/ ',
|
|
4341
|
+
description: 'GENIUS is the reward token of Genius Terminal, used to incentivize ecosystem participation building on the Genius points program and cover the cost of platform fees.',
|
|
4342
|
+
bridge: 'native',
|
|
4343
|
+
tags: ['LARGE_HOLDERS'],
|
|
4344
|
+
},
|
|
4332
4345
|
};
|
|
@@ -3210,6 +3210,7 @@ export declare const base: {
|
|
|
3210
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
3211
|
readonly documentation: "https://playsout.com/explore";
|
|
3212
3212
|
readonly bridge: "native";
|
|
3213
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3213
3214
|
};
|
|
3214
3215
|
readonly FAIR: {
|
|
3215
3216
|
readonly name: "Faircaster";
|
|
@@ -3296,7 +3297,7 @@ export declare const base: {
|
|
|
3296
3297
|
readonly description: "RAVE is the native token of RaveDAO and is integral to the growth of its decentralized cultural network, serving as the coordination layer for governance, rewards, and real-world participation across events, creators, and communities.";
|
|
3297
3298
|
readonly documentation: "https://ravedao.gitbook.io/";
|
|
3298
3299
|
readonly bridge: "layer-zero";
|
|
3299
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3300
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3300
3301
|
};
|
|
3301
3302
|
};
|
|
3302
3303
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -6508,6 +6509,7 @@ export declare const base: {
|
|
|
6508
6509
|
readonly description: "Play is the native token of the PlaySout platform. PlaySout is a platform for creating and playing games on the Base blockchain.";
|
|
6509
6510
|
readonly documentation: "https://playsout.com/explore";
|
|
6510
6511
|
readonly bridge: "native";
|
|
6512
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6511
6513
|
};
|
|
6512
6514
|
readonly FAIR: {
|
|
6513
6515
|
readonly name: "Faircaster";
|
|
@@ -6594,7 +6596,7 @@ export declare const base: {
|
|
|
6594
6596
|
readonly description: "RAVE is the native token of RaveDAO and is integral to the growth of its decentralized cultural network, serving as the coordination layer for governance, rewards, and real-world participation across events, creators, and communities.";
|
|
6595
6597
|
readonly documentation: "https://ravedao.gitbook.io/";
|
|
6596
6598
|
readonly bridge: "layer-zero";
|
|
6597
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6599
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6598
6600
|
};
|
|
6599
6601
|
}>;
|
|
6600
6602
|
readonly native: {
|
|
@@ -3207,6 +3207,7 @@ export declare const tokens: {
|
|
|
3207
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
3208
|
readonly documentation: "https://playsout.com/explore";
|
|
3209
3209
|
readonly bridge: "native";
|
|
3210
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3210
3211
|
};
|
|
3211
3212
|
readonly FAIR: {
|
|
3212
3213
|
readonly name: "Faircaster";
|
|
@@ -3293,6 +3294,6 @@ export declare const tokens: {
|
|
|
3293
3294
|
readonly description: "RAVE is the native token of RaveDAO and is integral to the growth of its decentralized cultural network, serving as the coordination layer for governance, rewards, and real-world participation across events, creators, and communities.";
|
|
3294
3295
|
readonly documentation: "https://ravedao.gitbook.io/";
|
|
3295
3296
|
readonly bridge: "layer-zero";
|
|
3296
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3297
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3297
3298
|
};
|
|
3298
3299
|
};
|
|
@@ -3172,6 +3172,7 @@ export const tokens = {
|
|
|
3172
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
3173
|
documentation: 'https://playsout.com/explore',
|
|
3174
3174
|
bridge: 'native',
|
|
3175
|
+
tags: ['LARGE_HOLDERS'],
|
|
3175
3176
|
},
|
|
3176
3177
|
FAIR: {
|
|
3177
3178
|
name: 'Faircaster',
|
|
@@ -3258,6 +3259,6 @@ export const tokens = {
|
|
|
3258
3259
|
description: 'RAVE is the native token of RaveDAO and is integral to the growth of its decentralized cultural network, serving as the coordination layer for governance, rewards, and real-world participation across events, creators, and communities.',
|
|
3259
3260
|
documentation: 'https://ravedao.gitbook.io/',
|
|
3260
3261
|
bridge: 'layer-zero',
|
|
3261
|
-
tags: ['LARGE_HOLDERS'],
|
|
3262
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3262
3263
|
},
|
|
3263
3264
|
};
|
|
@@ -4375,6 +4375,19 @@ export declare const bsc: {
|
|
|
4375
4375
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4376
4376
|
readonly documentation: "https://docs.lab.pro/";
|
|
4377
4377
|
};
|
|
4378
|
+
readonly GENIUS: {
|
|
4379
|
+
readonly name: "Genius";
|
|
4380
|
+
readonly symbol: "GENIUS";
|
|
4381
|
+
readonly oracleId: "GENIUS";
|
|
4382
|
+
readonly address: "0x1F12B85aAC097E43Aa1555b2881E98a51090e9A6";
|
|
4383
|
+
readonly chainId: 56;
|
|
4384
|
+
readonly decimals: 18;
|
|
4385
|
+
readonly website: "https://www.tradegenius.com/ ";
|
|
4386
|
+
readonly documentation: "https://docs.tradegenius.com/ ";
|
|
4387
|
+
readonly description: "GENIUS is the reward token of Genius Terminal, used to incentivize ecosystem participation building on the Genius points program and cover the cost of platform fees.";
|
|
4388
|
+
readonly bridge: "native";
|
|
4389
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4390
|
+
};
|
|
4378
4391
|
};
|
|
4379
4392
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
4380
4393
|
readonly WNATIVE: {
|
|
@@ -8750,6 +8763,19 @@ export declare const bsc: {
|
|
|
8750
8763
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
8751
8764
|
readonly documentation: "https://docs.lab.pro/";
|
|
8752
8765
|
};
|
|
8766
|
+
readonly GENIUS: {
|
|
8767
|
+
readonly name: "Genius";
|
|
8768
|
+
readonly symbol: "GENIUS";
|
|
8769
|
+
readonly oracleId: "GENIUS";
|
|
8770
|
+
readonly address: "0x1F12B85aAC097E43Aa1555b2881E98a51090e9A6";
|
|
8771
|
+
readonly chainId: 56;
|
|
8772
|
+
readonly decimals: 18;
|
|
8773
|
+
readonly website: "https://www.tradegenius.com/ ";
|
|
8774
|
+
readonly documentation: "https://docs.tradegenius.com/ ";
|
|
8775
|
+
readonly description: "GENIUS is the reward token of Genius Terminal, used to incentivize ecosystem participation building on the Genius points program and cover the cost of platform fees.";
|
|
8776
|
+
readonly bridge: "native";
|
|
8777
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
8778
|
+
};
|
|
8753
8779
|
}>;
|
|
8754
8780
|
readonly native: {
|
|
8755
8781
|
readonly symbol: "BNB";
|
|
@@ -4372,4 +4372,17 @@ export declare const tokens: {
|
|
|
4372
4372
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4373
4373
|
readonly documentation: "https://docs.lab.pro/";
|
|
4374
4374
|
};
|
|
4375
|
+
readonly GENIUS: {
|
|
4376
|
+
readonly name: "Genius";
|
|
4377
|
+
readonly symbol: "GENIUS";
|
|
4378
|
+
readonly oracleId: "GENIUS";
|
|
4379
|
+
readonly address: "0x1F12B85aAC097E43Aa1555b2881E98a51090e9A6";
|
|
4380
|
+
readonly chainId: 56;
|
|
4381
|
+
readonly decimals: 18;
|
|
4382
|
+
readonly website: "https://www.tradegenius.com/ ";
|
|
4383
|
+
readonly documentation: "https://docs.tradegenius.com/ ";
|
|
4384
|
+
readonly description: "GENIUS is the reward token of Genius Terminal, used to incentivize ecosystem participation building on the Genius points program and cover the cost of platform fees.";
|
|
4385
|
+
readonly bridge: "native";
|
|
4386
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4387
|
+
};
|
|
4375
4388
|
};
|
|
@@ -4326,4 +4326,17 @@ export const tokens = {
|
|
|
4326
4326
|
tags: ['LARGE_HOLDERS'],
|
|
4327
4327
|
documentation: 'https://docs.lab.pro/',
|
|
4328
4328
|
},
|
|
4329
|
+
GENIUS: {
|
|
4330
|
+
name: 'Genius',
|
|
4331
|
+
symbol: 'GENIUS',
|
|
4332
|
+
oracleId: 'GENIUS',
|
|
4333
|
+
address: '0x1F12B85aAC097E43Aa1555b2881E98a51090e9A6',
|
|
4334
|
+
chainId: 56,
|
|
4335
|
+
decimals: 18,
|
|
4336
|
+
website: 'https://www.tradegenius.com/ ',
|
|
4337
|
+
documentation: 'https://docs.tradegenius.com/ ',
|
|
4338
|
+
description: 'GENIUS is the reward token of Genius Terminal, used to incentivize ecosystem participation building on the Genius points program and cover the cost of platform fees.',
|
|
4339
|
+
bridge: 'native',
|
|
4340
|
+
tags: ['LARGE_HOLDERS'],
|
|
4341
|
+
},
|
|
4329
4342
|
};
|
package/package.json
CHANGED