@beefyfinance/blockchain-addressbook 0.54.120 → 0.54.122
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/arbitrum/index.d.ts +28 -0
- package/build/address-book/arbitrum/tokens/tokens.d.ts +14 -0
- package/build/address-book/arbitrum/tokens/tokens.js +14 -0
- package/build/address-book/bsc/platforms/beefyfinance.d.ts +1 -0
- package/build/address-book/bsc/platforms/beefyfinance.js +1 -0
- package/build/address-book/linea/platforms/beefyfinance.d.ts +1 -0
- package/build/address-book/linea/platforms/beefyfinance.js +1 -0
- package/build/address-book/sonic/platforms/beefyfinance.d.ts +1 -0
- package/build/address-book/sonic/platforms/beefyfinance.js +1 -0
- package/build-esm/address-book/arbitrum/index.d.ts +28 -0
- package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +14 -0
- package/build-esm/address-book/arbitrum/tokens/tokens.js +14 -0
- package/build-esm/address-book/bsc/platforms/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/bsc/platforms/beefyfinance.js +1 -0
- package/build-esm/address-book/linea/platforms/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/linea/platforms/beefyfinance.js +1 -0
- package/build-esm/address-book/sonic/platforms/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/sonic/platforms/beefyfinance.js +1 -0
- package/package.json +1 -1
|
@@ -2288,6 +2288,20 @@ export declare const arbitrum: {
|
|
|
2288
2288
|
readonly bridge: "native";
|
|
2289
2289
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
2290
2290
|
};
|
|
2291
|
+
readonly CORN: {
|
|
2292
|
+
readonly name: "Corn";
|
|
2293
|
+
readonly symbol: "CORN";
|
|
2294
|
+
readonly oracleId: "CORN";
|
|
2295
|
+
readonly address: "0x44f49ff0da2498bCb1D3Dc7C0f999578F67FD8C6";
|
|
2296
|
+
readonly chainId: 42161;
|
|
2297
|
+
readonly decimals: 18;
|
|
2298
|
+
readonly logoURI: "";
|
|
2299
|
+
readonly website: "https://usecorn.com/";
|
|
2300
|
+
readonly description: "Corn is a high-performance, low-cost network built for stablecoin payments, settlements, and financial applications at global scale.";
|
|
2301
|
+
readonly documentation: "https://docs.usecorn.com/";
|
|
2302
|
+
readonly bridge: "layer-zero";
|
|
2303
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
2304
|
+
};
|
|
2291
2305
|
};
|
|
2292
2306
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2293
2307
|
readonly WNATIVE: {
|
|
@@ -4576,6 +4590,20 @@ export declare const arbitrum: {
|
|
|
4576
4590
|
readonly bridge: "native";
|
|
4577
4591
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
4578
4592
|
};
|
|
4593
|
+
readonly CORN: {
|
|
4594
|
+
readonly name: "Corn";
|
|
4595
|
+
readonly symbol: "CORN";
|
|
4596
|
+
readonly oracleId: "CORN";
|
|
4597
|
+
readonly address: "0x44f49ff0da2498bCb1D3Dc7C0f999578F67FD8C6";
|
|
4598
|
+
readonly chainId: 42161;
|
|
4599
|
+
readonly decimals: 18;
|
|
4600
|
+
readonly logoURI: "";
|
|
4601
|
+
readonly website: "https://usecorn.com/";
|
|
4602
|
+
readonly description: "Corn is a high-performance, low-cost network built for stablecoin payments, settlements, and financial applications at global scale.";
|
|
4603
|
+
readonly documentation: "https://docs.usecorn.com/";
|
|
4604
|
+
readonly bridge: "layer-zero";
|
|
4605
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
4606
|
+
};
|
|
4579
4607
|
}>;
|
|
4580
4608
|
readonly native: {
|
|
4581
4609
|
readonly symbol: "ETH";
|
|
@@ -2285,4 +2285,18 @@ export declare const tokens: {
|
|
|
2285
2285
|
readonly bridge: "native";
|
|
2286
2286
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
2287
2287
|
};
|
|
2288
|
+
readonly CORN: {
|
|
2289
|
+
readonly name: "Corn";
|
|
2290
|
+
readonly symbol: "CORN";
|
|
2291
|
+
readonly oracleId: "CORN";
|
|
2292
|
+
readonly address: "0x44f49ff0da2498bCb1D3Dc7C0f999578F67FD8C6";
|
|
2293
|
+
readonly chainId: 42161;
|
|
2294
|
+
readonly decimals: 18;
|
|
2295
|
+
readonly logoURI: "";
|
|
2296
|
+
readonly website: "https://usecorn.com/";
|
|
2297
|
+
readonly description: "Corn is a high-performance, low-cost network built for stablecoin payments, settlements, and financial applications at global scale.";
|
|
2298
|
+
readonly documentation: "https://docs.usecorn.com/";
|
|
2299
|
+
readonly bridge: "layer-zero";
|
|
2300
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
2301
|
+
};
|
|
2288
2302
|
};
|
|
@@ -2255,4 +2255,18 @@ exports.tokens = {
|
|
|
2255
2255
|
bridge: 'native',
|
|
2256
2256
|
risks: ['NO_TIMELOCK'],
|
|
2257
2257
|
},
|
|
2258
|
+
CORN: {
|
|
2259
|
+
name: 'Corn',
|
|
2260
|
+
symbol: 'CORN',
|
|
2261
|
+
oracleId: 'CORN',
|
|
2262
|
+
address: '0x44f49ff0da2498bCb1D3Dc7C0f999578F67FD8C6',
|
|
2263
|
+
chainId: 42161,
|
|
2264
|
+
decimals: 18,
|
|
2265
|
+
logoURI: '',
|
|
2266
|
+
website: 'https://usecorn.com/',
|
|
2267
|
+
description: 'Corn is a high-performance, low-cost network built for stablecoin payments, settlements, and financial applications at global scale.',
|
|
2268
|
+
documentation: 'https://docs.usecorn.com/',
|
|
2269
|
+
bridge: 'layer-zero',
|
|
2270
|
+
risks: ['NO_TIMELOCK'],
|
|
2271
|
+
},
|
|
2258
2272
|
};
|
|
@@ -27,4 +27,5 @@ export declare const beefyfinance: {
|
|
|
27
27
|
readonly beefyOracle: "0x32468F9097dCa52225b86a7cA5203ad0012F327C";
|
|
28
28
|
readonly beefyOracleChainlink: "0x3b135FaB56e70708713931D697806D5309893D46";
|
|
29
29
|
readonly beefyOracleUniswapV3: "0x09bC8785e1806E21D8ddb21b9399387D1dFdC923";
|
|
30
|
+
readonly beefyMultiHopSwapper: "0x99DbBe7e5EB80FB9b119ECCb4e878AbddcF725A9";
|
|
30
31
|
};
|
|
@@ -34,4 +34,5 @@ exports.beefyfinance = {
|
|
|
34
34
|
beefyOracle: '0x32468F9097dCa52225b86a7cA5203ad0012F327C',
|
|
35
35
|
beefyOracleChainlink: '0x3b135FaB56e70708713931D697806D5309893D46',
|
|
36
36
|
beefyOracleUniswapV3: '0x09bC8785e1806E21D8ddb21b9399387D1dFdC923',
|
|
37
|
+
beefyMultiHopSwapper: '0x99DbBe7e5EB80FB9b119ECCb4e878AbddcF725A9',
|
|
37
38
|
};
|
|
@@ -27,4 +27,5 @@ export declare const beefyfinance: {
|
|
|
27
27
|
readonly beefyOracleChainlinkEthBase: "0x357a64804AD7e36AF3C1D9B1c30E72bDeE2897a7";
|
|
28
28
|
readonly beefyOracleSolidly: "0x142ED7b2bA7be67F54b1BB312353a5Bb849252F9";
|
|
29
29
|
readonly beefyOracleUniswapV3: "0xe1908Ab7e03F0699773ceCc4Dc5D38893E532cd1";
|
|
30
|
+
readonly beefyMultiHopSwapper: "0x4A4D8D05f519535ab54F09a064607c58c156D876";
|
|
30
31
|
};
|
|
@@ -34,4 +34,5 @@ exports.beefyfinance = {
|
|
|
34
34
|
beefyOracleChainlinkEthBase: '0x357a64804AD7e36AF3C1D9B1c30E72bDeE2897a7',
|
|
35
35
|
beefyOracleSolidly: '0x142ED7b2bA7be67F54b1BB312353a5Bb849252F9',
|
|
36
36
|
beefyOracleUniswapV3: '0xe1908Ab7e03F0699773ceCc4Dc5D38893E532cd1',
|
|
37
|
+
beefyMultiHopSwapper: '0x4A4D8D05f519535ab54F09a064607c58c156D876',
|
|
37
38
|
};
|
|
@@ -29,4 +29,5 @@ export declare const beefyfinance: {
|
|
|
29
29
|
readonly beefyOracleUniswapV2: "0x40192E01124a927144eb5258a333982005248d4a";
|
|
30
30
|
readonly beefyOracleUniswapV3: "0xaF0f1B33Ef5A61b88F84BA2Ed2388f2C69fEaB55";
|
|
31
31
|
readonly beefyOracleSolidly: "0xC03F15b6068Fb9975d97eD128550325d943DC78F";
|
|
32
|
+
readonly beefyMultiHopSwapper: "0xF7955f2D072668FfE86C96fFca95a80fC5fE1d3a";
|
|
32
33
|
};
|
|
@@ -36,4 +36,5 @@ exports.beefyfinance = {
|
|
|
36
36
|
beefyOracleUniswapV2: '0x40192E01124a927144eb5258a333982005248d4a',
|
|
37
37
|
beefyOracleUniswapV3: '0xaF0f1B33Ef5A61b88F84BA2Ed2388f2C69fEaB55',
|
|
38
38
|
beefyOracleSolidly: '0xC03F15b6068Fb9975d97eD128550325d943DC78F',
|
|
39
|
+
beefyMultiHopSwapper: '0xF7955f2D072668FfE86C96fFca95a80fC5fE1d3a',
|
|
39
40
|
};
|
|
@@ -2288,6 +2288,20 @@ export declare const arbitrum: {
|
|
|
2288
2288
|
readonly bridge: "native";
|
|
2289
2289
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
2290
2290
|
};
|
|
2291
|
+
readonly CORN: {
|
|
2292
|
+
readonly name: "Corn";
|
|
2293
|
+
readonly symbol: "CORN";
|
|
2294
|
+
readonly oracleId: "CORN";
|
|
2295
|
+
readonly address: "0x44f49ff0da2498bCb1D3Dc7C0f999578F67FD8C6";
|
|
2296
|
+
readonly chainId: 42161;
|
|
2297
|
+
readonly decimals: 18;
|
|
2298
|
+
readonly logoURI: "";
|
|
2299
|
+
readonly website: "https://usecorn.com/";
|
|
2300
|
+
readonly description: "Corn is a high-performance, low-cost network built for stablecoin payments, settlements, and financial applications at global scale.";
|
|
2301
|
+
readonly documentation: "https://docs.usecorn.com/";
|
|
2302
|
+
readonly bridge: "layer-zero";
|
|
2303
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
2304
|
+
};
|
|
2291
2305
|
};
|
|
2292
2306
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2293
2307
|
readonly WNATIVE: {
|
|
@@ -4576,6 +4590,20 @@ export declare const arbitrum: {
|
|
|
4576
4590
|
readonly bridge: "native";
|
|
4577
4591
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
4578
4592
|
};
|
|
4593
|
+
readonly CORN: {
|
|
4594
|
+
readonly name: "Corn";
|
|
4595
|
+
readonly symbol: "CORN";
|
|
4596
|
+
readonly oracleId: "CORN";
|
|
4597
|
+
readonly address: "0x44f49ff0da2498bCb1D3Dc7C0f999578F67FD8C6";
|
|
4598
|
+
readonly chainId: 42161;
|
|
4599
|
+
readonly decimals: 18;
|
|
4600
|
+
readonly logoURI: "";
|
|
4601
|
+
readonly website: "https://usecorn.com/";
|
|
4602
|
+
readonly description: "Corn is a high-performance, low-cost network built for stablecoin payments, settlements, and financial applications at global scale.";
|
|
4603
|
+
readonly documentation: "https://docs.usecorn.com/";
|
|
4604
|
+
readonly bridge: "layer-zero";
|
|
4605
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
4606
|
+
};
|
|
4579
4607
|
}>;
|
|
4580
4608
|
readonly native: {
|
|
4581
4609
|
readonly symbol: "ETH";
|
|
@@ -2285,4 +2285,18 @@ export declare const tokens: {
|
|
|
2285
2285
|
readonly bridge: "native";
|
|
2286
2286
|
readonly risks: readonly ["NO_TIMELOCK"];
|
|
2287
2287
|
};
|
|
2288
|
+
readonly CORN: {
|
|
2289
|
+
readonly name: "Corn";
|
|
2290
|
+
readonly symbol: "CORN";
|
|
2291
|
+
readonly oracleId: "CORN";
|
|
2292
|
+
readonly address: "0x44f49ff0da2498bCb1D3Dc7C0f999578F67FD8C6";
|
|
2293
|
+
readonly chainId: 42161;
|
|
2294
|
+
readonly decimals: 18;
|
|
2295
|
+
readonly logoURI: "";
|
|
2296
|
+
readonly website: "https://usecorn.com/";
|
|
2297
|
+
readonly description: "Corn is a high-performance, low-cost network built for stablecoin payments, settlements, and financial applications at global scale.";
|
|
2298
|
+
readonly documentation: "https://docs.usecorn.com/";
|
|
2299
|
+
readonly bridge: "layer-zero";
|
|
2300
|
+
readonly risks: readonly ["NO_TIMELOCK"];
|
|
2301
|
+
};
|
|
2288
2302
|
};
|
|
@@ -2252,4 +2252,18 @@ export const tokens = {
|
|
|
2252
2252
|
bridge: 'native',
|
|
2253
2253
|
risks: ['NO_TIMELOCK'],
|
|
2254
2254
|
},
|
|
2255
|
+
CORN: {
|
|
2256
|
+
name: 'Corn',
|
|
2257
|
+
symbol: 'CORN',
|
|
2258
|
+
oracleId: 'CORN',
|
|
2259
|
+
address: '0x44f49ff0da2498bCb1D3Dc7C0f999578F67FD8C6',
|
|
2260
|
+
chainId: 42161,
|
|
2261
|
+
decimals: 18,
|
|
2262
|
+
logoURI: '',
|
|
2263
|
+
website: 'https://usecorn.com/',
|
|
2264
|
+
description: 'Corn is a high-performance, low-cost network built for stablecoin payments, settlements, and financial applications at global scale.',
|
|
2265
|
+
documentation: 'https://docs.usecorn.com/',
|
|
2266
|
+
bridge: 'layer-zero',
|
|
2267
|
+
risks: ['NO_TIMELOCK'],
|
|
2268
|
+
},
|
|
2255
2269
|
};
|
|
@@ -27,4 +27,5 @@ export declare const beefyfinance: {
|
|
|
27
27
|
readonly beefyOracle: "0x32468F9097dCa52225b86a7cA5203ad0012F327C";
|
|
28
28
|
readonly beefyOracleChainlink: "0x3b135FaB56e70708713931D697806D5309893D46";
|
|
29
29
|
readonly beefyOracleUniswapV3: "0x09bC8785e1806E21D8ddb21b9399387D1dFdC923";
|
|
30
|
+
readonly beefyMultiHopSwapper: "0x99DbBe7e5EB80FB9b119ECCb4e878AbddcF725A9";
|
|
30
31
|
};
|
|
@@ -31,4 +31,5 @@ export const beefyfinance = {
|
|
|
31
31
|
beefyOracle: '0x32468F9097dCa52225b86a7cA5203ad0012F327C',
|
|
32
32
|
beefyOracleChainlink: '0x3b135FaB56e70708713931D697806D5309893D46',
|
|
33
33
|
beefyOracleUniswapV3: '0x09bC8785e1806E21D8ddb21b9399387D1dFdC923',
|
|
34
|
+
beefyMultiHopSwapper: '0x99DbBe7e5EB80FB9b119ECCb4e878AbddcF725A9',
|
|
34
35
|
};
|
|
@@ -27,4 +27,5 @@ export declare const beefyfinance: {
|
|
|
27
27
|
readonly beefyOracleChainlinkEthBase: "0x357a64804AD7e36AF3C1D9B1c30E72bDeE2897a7";
|
|
28
28
|
readonly beefyOracleSolidly: "0x142ED7b2bA7be67F54b1BB312353a5Bb849252F9";
|
|
29
29
|
readonly beefyOracleUniswapV3: "0xe1908Ab7e03F0699773ceCc4Dc5D38893E532cd1";
|
|
30
|
+
readonly beefyMultiHopSwapper: "0x4A4D8D05f519535ab54F09a064607c58c156D876";
|
|
30
31
|
};
|
|
@@ -31,4 +31,5 @@ export const beefyfinance = {
|
|
|
31
31
|
beefyOracleChainlinkEthBase: '0x357a64804AD7e36AF3C1D9B1c30E72bDeE2897a7',
|
|
32
32
|
beefyOracleSolidly: '0x142ED7b2bA7be67F54b1BB312353a5Bb849252F9',
|
|
33
33
|
beefyOracleUniswapV3: '0xe1908Ab7e03F0699773ceCc4Dc5D38893E532cd1',
|
|
34
|
+
beefyMultiHopSwapper: '0x4A4D8D05f519535ab54F09a064607c58c156D876',
|
|
34
35
|
};
|
|
@@ -29,4 +29,5 @@ export declare const beefyfinance: {
|
|
|
29
29
|
readonly beefyOracleUniswapV2: "0x40192E01124a927144eb5258a333982005248d4a";
|
|
30
30
|
readonly beefyOracleUniswapV3: "0xaF0f1B33Ef5A61b88F84BA2Ed2388f2C69fEaB55";
|
|
31
31
|
readonly beefyOracleSolidly: "0xC03F15b6068Fb9975d97eD128550325d943DC78F";
|
|
32
|
+
readonly beefyMultiHopSwapper: "0xF7955f2D072668FfE86C96fFca95a80fC5fE1d3a";
|
|
32
33
|
};
|
|
@@ -33,4 +33,5 @@ export const beefyfinance = {
|
|
|
33
33
|
beefyOracleUniswapV2: '0x40192E01124a927144eb5258a333982005248d4a',
|
|
34
34
|
beefyOracleUniswapV3: '0xaF0f1B33Ef5A61b88F84BA2Ed2388f2C69fEaB55',
|
|
35
35
|
beefyOracleSolidly: '0xC03F15b6068Fb9975d97eD128550325d943DC78F',
|
|
36
|
+
beefyMultiHopSwapper: '0xF7955f2D072668FfE86C96fFca95a80fC5fE1d3a',
|
|
36
37
|
};
|
package/package.json
CHANGED