@beefyfinance/blockchain-addressbook 0.55.6 → 0.55.8

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.
@@ -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";
@@ -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";
@@ -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";
@@ -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',
@@ -35,6 +35,7 @@ export declare const beefyfinance: {
35
35
  readonly positionMulticall: "0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD";
36
36
  readonly beefySwapper: "0x0000830DF56616D58976A12D19d283B40e25BEEF";
37
37
  readonly beefyOracle: "0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4";
38
+ readonly beefyOracleERC4626: "0xE6a93800ea1303D47BC6D904AE589373932cD30f";
38
39
  readonly beefyOracleChainlink: "0xB1F10da39442089F6E216Fd144EF6C2F19689170";
39
40
  readonly beefyOracleUniswapV3: "0xc1C6760f4317C711Ded47678bA96fe487DB91f91";
40
41
  readonly beefyOracleUniswapV2: "0xC84130Fc9D55b86E39e153504A9368bE56EC6728";
@@ -42,6 +42,7 @@ exports.beefyfinance = {
42
42
  /// Beefy Swapper Contracts
43
43
  beefySwapper: '0x0000830DF56616D58976A12D19d283B40e25BEEF',
44
44
  beefyOracle: '0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4',
45
+ beefyOracleERC4626: '0xE6a93800ea1303D47BC6D904AE589373932cD30f',
45
46
  beefyOracleChainlink: '0xB1F10da39442089F6E216Fd144EF6C2F19689170',
46
47
  beefyOracleUniswapV3: '0xc1C6760f4317C711Ded47678bA96fe487DB91f91',
47
48
  beefyOracleUniswapV2: '0xC84130Fc9D55b86E39e153504A9368bE56EC6728',
@@ -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";
@@ -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";
@@ -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";
@@ -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',
@@ -35,6 +35,7 @@ export declare const beefyfinance: {
35
35
  readonly positionMulticall: "0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD";
36
36
  readonly beefySwapper: "0x0000830DF56616D58976A12D19d283B40e25BEEF";
37
37
  readonly beefyOracle: "0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4";
38
+ readonly beefyOracleERC4626: "0xE6a93800ea1303D47BC6D904AE589373932cD30f";
38
39
  readonly beefyOracleChainlink: "0xB1F10da39442089F6E216Fd144EF6C2F19689170";
39
40
  readonly beefyOracleUniswapV3: "0xc1C6760f4317C711Ded47678bA96fe487DB91f91";
40
41
  readonly beefyOracleUniswapV2: "0xC84130Fc9D55b86E39e153504A9368bE56EC6728";
@@ -39,6 +39,7 @@ export const beefyfinance = {
39
39
  /// Beefy Swapper Contracts
40
40
  beefySwapper: '0x0000830DF56616D58976A12D19d283B40e25BEEF',
41
41
  beefyOracle: '0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4',
42
+ beefyOracleERC4626: '0xE6a93800ea1303D47BC6D904AE589373932cD30f',
42
43
  beefyOracleChainlink: '0xB1F10da39442089F6E216Fd144EF6C2F19689170',
43
44
  beefyOracleUniswapV3: '0xc1C6760f4317C711Ded47678bA96fe487DB91f91',
44
45
  beefyOracleUniswapV2: '0xC84130Fc9D55b86E39e153504A9368bE56EC6728',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.55.6",
3
+ "version": "0.55.8",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",