@beefyfinance/blockchain-addressbook 0.55.5 → 0.55.7
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 +28 -2
- package/build/address-book/base/tokens/tokens.d.ts +14 -1
- package/build/address-book/base/tokens/tokens.js +14 -1
- package/build-esm/address-book/base/index.d.ts +28 -2
- package/build-esm/address-book/base/tokens/tokens.d.ts +14 -1
- package/build-esm/address-book/base/tokens/tokens.js +14 -1
- package/package.json +1 -1
|
@@ -227,6 +227,19 @@ export declare const base: {
|
|
|
227
227
|
readonly bridge: "native";
|
|
228
228
|
readonly tags: readonly ["CURATED"];
|
|
229
229
|
};
|
|
230
|
+
readonly O: {
|
|
231
|
+
readonly name: "o1.exchange";
|
|
232
|
+
readonly symbol: "O";
|
|
233
|
+
readonly oracleId: "O";
|
|
234
|
+
readonly address: "0x182FA643E5f29d5EcA75e7b9CF9336A3fe4620b2";
|
|
235
|
+
readonly chainId: 8453;
|
|
236
|
+
readonly decimals: 18;
|
|
237
|
+
readonly website: "https://o1.exchange/";
|
|
238
|
+
readonly description: "O is the utility token of o1.exchange, a non-custodial onchain trading platform for spot, perpetuals, prediction markets, and future synthetic/tokenized assets.";
|
|
239
|
+
readonly documentation: "https://docs.o1.exchange/";
|
|
240
|
+
readonly bridge: "native";
|
|
241
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
242
|
+
};
|
|
230
243
|
readonly OVN: {
|
|
231
244
|
readonly name: "OVN";
|
|
232
245
|
readonly symbol: "OVN";
|
|
@@ -3385,7 +3398,7 @@ export declare const base: {
|
|
|
3385
3398
|
readonly description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.";
|
|
3386
3399
|
readonly documentation: "https://docs.citrea.xyz/";
|
|
3387
3400
|
readonly bridge: "layer-zero";
|
|
3388
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3401
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3389
3402
|
};
|
|
3390
3403
|
readonly TEA: {
|
|
3391
3404
|
readonly name: "Tea Protocol";
|
|
@@ -3665,6 +3678,19 @@ export declare const base: {
|
|
|
3665
3678
|
readonly bridge: "native";
|
|
3666
3679
|
readonly tags: readonly ["CURATED"];
|
|
3667
3680
|
};
|
|
3681
|
+
readonly O: {
|
|
3682
|
+
readonly name: "o1.exchange";
|
|
3683
|
+
readonly symbol: "O";
|
|
3684
|
+
readonly oracleId: "O";
|
|
3685
|
+
readonly address: "0x182FA643E5f29d5EcA75e7b9CF9336A3fe4620b2";
|
|
3686
|
+
readonly chainId: 8453;
|
|
3687
|
+
readonly decimals: 18;
|
|
3688
|
+
readonly website: "https://o1.exchange/";
|
|
3689
|
+
readonly description: "O is the utility token of o1.exchange, a non-custodial onchain trading platform for spot, perpetuals, prediction markets, and future synthetic/tokenized assets.";
|
|
3690
|
+
readonly documentation: "https://docs.o1.exchange/";
|
|
3691
|
+
readonly bridge: "native";
|
|
3692
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3693
|
+
};
|
|
3668
3694
|
readonly OVN: {
|
|
3669
3695
|
readonly name: "OVN";
|
|
3670
3696
|
readonly symbol: "OVN";
|
|
@@ -6823,7 +6849,7 @@ export declare const base: {
|
|
|
6823
6849
|
readonly description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.";
|
|
6824
6850
|
readonly documentation: "https://docs.citrea.xyz/";
|
|
6825
6851
|
readonly bridge: "layer-zero";
|
|
6826
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6852
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6827
6853
|
};
|
|
6828
6854
|
readonly TEA: {
|
|
6829
6855
|
readonly name: "Tea Protocol";
|
|
@@ -224,6 +224,19 @@ export declare const tokens: {
|
|
|
224
224
|
readonly bridge: "native";
|
|
225
225
|
readonly tags: readonly ["CURATED"];
|
|
226
226
|
};
|
|
227
|
+
readonly O: {
|
|
228
|
+
readonly name: "o1.exchange";
|
|
229
|
+
readonly symbol: "O";
|
|
230
|
+
readonly oracleId: "O";
|
|
231
|
+
readonly address: "0x182FA643E5f29d5EcA75e7b9CF9336A3fe4620b2";
|
|
232
|
+
readonly chainId: 8453;
|
|
233
|
+
readonly decimals: 18;
|
|
234
|
+
readonly website: "https://o1.exchange/";
|
|
235
|
+
readonly description: "O is the utility token of o1.exchange, a non-custodial onchain trading platform for spot, perpetuals, prediction markets, and future synthetic/tokenized assets.";
|
|
236
|
+
readonly documentation: "https://docs.o1.exchange/";
|
|
237
|
+
readonly bridge: "native";
|
|
238
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
239
|
+
};
|
|
227
240
|
readonly OVN: {
|
|
228
241
|
readonly name: "OVN";
|
|
229
242
|
readonly symbol: "OVN";
|
|
@@ -3382,7 +3395,7 @@ export declare const tokens: {
|
|
|
3382
3395
|
readonly description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.";
|
|
3383
3396
|
readonly documentation: "https://docs.citrea.xyz/";
|
|
3384
3397
|
readonly bridge: "layer-zero";
|
|
3385
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3398
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3386
3399
|
};
|
|
3387
3400
|
readonly TEA: {
|
|
3388
3401
|
readonly name: "Tea Protocol";
|
|
@@ -192,6 +192,19 @@ exports.tokens = {
|
|
|
192
192
|
bridge: 'native',
|
|
193
193
|
tags: ['CURATED'],
|
|
194
194
|
},
|
|
195
|
+
O: {
|
|
196
|
+
name: 'o1.exchange',
|
|
197
|
+
symbol: 'O',
|
|
198
|
+
oracleId: 'O',
|
|
199
|
+
address: '0x182FA643E5f29d5EcA75e7b9CF9336A3fe4620b2',
|
|
200
|
+
chainId: 8453,
|
|
201
|
+
decimals: 18,
|
|
202
|
+
website: 'https://o1.exchange/',
|
|
203
|
+
description: 'O is the utility token of o1.exchange, a non-custodial onchain trading platform for spot, perpetuals, prediction markets, and future synthetic/tokenized assets.',
|
|
204
|
+
documentation: 'https://docs.o1.exchange/',
|
|
205
|
+
bridge: 'native',
|
|
206
|
+
tags: ['LARGE_HOLDERS'],
|
|
207
|
+
},
|
|
195
208
|
OVN: {
|
|
196
209
|
name: 'OVN',
|
|
197
210
|
symbol: 'OVN',
|
|
@@ -3350,7 +3363,7 @@ exports.tokens = {
|
|
|
3350
3363
|
description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.",
|
|
3351
3364
|
documentation: 'https://docs.citrea.xyz/',
|
|
3352
3365
|
bridge: 'layer-zero',
|
|
3353
|
-
tags: ['LARGE_HOLDERS'],
|
|
3366
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3354
3367
|
},
|
|
3355
3368
|
TEA: {
|
|
3356
3369
|
name: 'Tea Protocol',
|
|
@@ -227,6 +227,19 @@ export declare const base: {
|
|
|
227
227
|
readonly bridge: "native";
|
|
228
228
|
readonly tags: readonly ["CURATED"];
|
|
229
229
|
};
|
|
230
|
+
readonly O: {
|
|
231
|
+
readonly name: "o1.exchange";
|
|
232
|
+
readonly symbol: "O";
|
|
233
|
+
readonly oracleId: "O";
|
|
234
|
+
readonly address: "0x182FA643E5f29d5EcA75e7b9CF9336A3fe4620b2";
|
|
235
|
+
readonly chainId: 8453;
|
|
236
|
+
readonly decimals: 18;
|
|
237
|
+
readonly website: "https://o1.exchange/";
|
|
238
|
+
readonly description: "O is the utility token of o1.exchange, a non-custodial onchain trading platform for spot, perpetuals, prediction markets, and future synthetic/tokenized assets.";
|
|
239
|
+
readonly documentation: "https://docs.o1.exchange/";
|
|
240
|
+
readonly bridge: "native";
|
|
241
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
242
|
+
};
|
|
230
243
|
readonly OVN: {
|
|
231
244
|
readonly name: "OVN";
|
|
232
245
|
readonly symbol: "OVN";
|
|
@@ -3385,7 +3398,7 @@ export declare const base: {
|
|
|
3385
3398
|
readonly description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.";
|
|
3386
3399
|
readonly documentation: "https://docs.citrea.xyz/";
|
|
3387
3400
|
readonly bridge: "layer-zero";
|
|
3388
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3401
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3389
3402
|
};
|
|
3390
3403
|
readonly TEA: {
|
|
3391
3404
|
readonly name: "Tea Protocol";
|
|
@@ -3665,6 +3678,19 @@ export declare const base: {
|
|
|
3665
3678
|
readonly bridge: "native";
|
|
3666
3679
|
readonly tags: readonly ["CURATED"];
|
|
3667
3680
|
};
|
|
3681
|
+
readonly O: {
|
|
3682
|
+
readonly name: "o1.exchange";
|
|
3683
|
+
readonly symbol: "O";
|
|
3684
|
+
readonly oracleId: "O";
|
|
3685
|
+
readonly address: "0x182FA643E5f29d5EcA75e7b9CF9336A3fe4620b2";
|
|
3686
|
+
readonly chainId: 8453;
|
|
3687
|
+
readonly decimals: 18;
|
|
3688
|
+
readonly website: "https://o1.exchange/";
|
|
3689
|
+
readonly description: "O is the utility token of o1.exchange, a non-custodial onchain trading platform for spot, perpetuals, prediction markets, and future synthetic/tokenized assets.";
|
|
3690
|
+
readonly documentation: "https://docs.o1.exchange/";
|
|
3691
|
+
readonly bridge: "native";
|
|
3692
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3693
|
+
};
|
|
3668
3694
|
readonly OVN: {
|
|
3669
3695
|
readonly name: "OVN";
|
|
3670
3696
|
readonly symbol: "OVN";
|
|
@@ -6823,7 +6849,7 @@ export declare const base: {
|
|
|
6823
6849
|
readonly description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.";
|
|
6824
6850
|
readonly documentation: "https://docs.citrea.xyz/";
|
|
6825
6851
|
readonly bridge: "layer-zero";
|
|
6826
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6852
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6827
6853
|
};
|
|
6828
6854
|
readonly TEA: {
|
|
6829
6855
|
readonly name: "Tea Protocol";
|
|
@@ -224,6 +224,19 @@ export declare const tokens: {
|
|
|
224
224
|
readonly bridge: "native";
|
|
225
225
|
readonly tags: readonly ["CURATED"];
|
|
226
226
|
};
|
|
227
|
+
readonly O: {
|
|
228
|
+
readonly name: "o1.exchange";
|
|
229
|
+
readonly symbol: "O";
|
|
230
|
+
readonly oracleId: "O";
|
|
231
|
+
readonly address: "0x182FA643E5f29d5EcA75e7b9CF9336A3fe4620b2";
|
|
232
|
+
readonly chainId: 8453;
|
|
233
|
+
readonly decimals: 18;
|
|
234
|
+
readonly website: "https://o1.exchange/";
|
|
235
|
+
readonly description: "O is the utility token of o1.exchange, a non-custodial onchain trading platform for spot, perpetuals, prediction markets, and future synthetic/tokenized assets.";
|
|
236
|
+
readonly documentation: "https://docs.o1.exchange/";
|
|
237
|
+
readonly bridge: "native";
|
|
238
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
239
|
+
};
|
|
227
240
|
readonly OVN: {
|
|
228
241
|
readonly name: "OVN";
|
|
229
242
|
readonly symbol: "OVN";
|
|
@@ -3382,7 +3395,7 @@ export declare const tokens: {
|
|
|
3382
3395
|
readonly description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.";
|
|
3383
3396
|
readonly documentation: "https://docs.citrea.xyz/";
|
|
3384
3397
|
readonly bridge: "layer-zero";
|
|
3385
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3398
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3386
3399
|
};
|
|
3387
3400
|
readonly TEA: {
|
|
3388
3401
|
readonly name: "Tea Protocol";
|
|
@@ -189,6 +189,19 @@ export const tokens = {
|
|
|
189
189
|
bridge: 'native',
|
|
190
190
|
tags: ['CURATED'],
|
|
191
191
|
},
|
|
192
|
+
O: {
|
|
193
|
+
name: 'o1.exchange',
|
|
194
|
+
symbol: 'O',
|
|
195
|
+
oracleId: 'O',
|
|
196
|
+
address: '0x182FA643E5f29d5EcA75e7b9CF9336A3fe4620b2',
|
|
197
|
+
chainId: 8453,
|
|
198
|
+
decimals: 18,
|
|
199
|
+
website: 'https://o1.exchange/',
|
|
200
|
+
description: 'O is the utility token of o1.exchange, a non-custodial onchain trading platform for spot, perpetuals, prediction markets, and future synthetic/tokenized assets.',
|
|
201
|
+
documentation: 'https://docs.o1.exchange/',
|
|
202
|
+
bridge: 'native',
|
|
203
|
+
tags: ['LARGE_HOLDERS'],
|
|
204
|
+
},
|
|
192
205
|
OVN: {
|
|
193
206
|
name: 'OVN',
|
|
194
207
|
symbol: 'OVN',
|
|
@@ -3347,7 +3360,7 @@ export const tokens = {
|
|
|
3347
3360
|
description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.",
|
|
3348
3361
|
documentation: 'https://docs.citrea.xyz/',
|
|
3349
3362
|
bridge: 'layer-zero',
|
|
3350
|
-
tags: ['LARGE_HOLDERS'],
|
|
3363
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3351
3364
|
},
|
|
3352
3365
|
TEA: {
|
|
3353
3366
|
name: 'Tea Protocol',
|
package/package.json
CHANGED