@beefyfinance/blockchain-addressbook 0.54.152 → 0.54.154
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 -4
- package/build/address-book/base/tokens/tokens.d.ts +2 -2
- package/build/address-book/base/tokens/tokens.js +2 -2
- package/build/address-book/ethereum/index.d.ts +26 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +13 -0
- package/build/address-book/ethereum/tokens/tokens.js +13 -0
- package/build-esm/address-book/base/index.d.ts +4 -4
- package/build-esm/address-book/base/tokens/tokens.d.ts +2 -2
- package/build-esm/address-book/base/tokens/tokens.js +2 -2
- package/build-esm/address-book/ethereum/index.d.ts +26 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +13 -0
- package/package.json +1 -1
|
@@ -3022,7 +3022,7 @@ export declare const base: {
|
|
|
3022
3022
|
readonly decimals: 18;
|
|
3023
3023
|
readonly website: "https://chain.link/";
|
|
3024
3024
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
3025
|
-
readonly bridge: "
|
|
3025
|
+
readonly bridge: "chainlink-ccip";
|
|
3026
3026
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
3027
3027
|
};
|
|
3028
3028
|
readonly LSK: {
|
|
@@ -3035,7 +3035,7 @@ export declare const base: {
|
|
|
3035
3035
|
readonly website: "https://lisk.com/";
|
|
3036
3036
|
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
3037
3037
|
readonly documentation: "https://docs.lisk.com/";
|
|
3038
|
-
readonly bridge: "canonical";
|
|
3038
|
+
readonly bridge: "base-canonical";
|
|
3039
3039
|
};
|
|
3040
3040
|
};
|
|
3041
3041
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -6059,7 +6059,7 @@ export declare const base: {
|
|
|
6059
6059
|
readonly decimals: 18;
|
|
6060
6060
|
readonly website: "https://chain.link/";
|
|
6061
6061
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
6062
|
-
readonly bridge: "
|
|
6062
|
+
readonly bridge: "chainlink-ccip";
|
|
6063
6063
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
6064
6064
|
};
|
|
6065
6065
|
readonly LSK: {
|
|
@@ -6072,7 +6072,7 @@ export declare const base: {
|
|
|
6072
6072
|
readonly website: "https://lisk.com/";
|
|
6073
6073
|
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
6074
6074
|
readonly documentation: "https://docs.lisk.com/";
|
|
6075
|
-
readonly bridge: "canonical";
|
|
6075
|
+
readonly bridge: "base-canonical";
|
|
6076
6076
|
};
|
|
6077
6077
|
}>;
|
|
6078
6078
|
readonly native: {
|
|
@@ -3019,7 +3019,7 @@ export declare const tokens: {
|
|
|
3019
3019
|
readonly decimals: 18;
|
|
3020
3020
|
readonly website: "https://chain.link/";
|
|
3021
3021
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
3022
|
-
readonly bridge: "
|
|
3022
|
+
readonly bridge: "chainlink-ccip";
|
|
3023
3023
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
3024
3024
|
};
|
|
3025
3025
|
readonly LSK: {
|
|
@@ -3032,6 +3032,6 @@ export declare const tokens: {
|
|
|
3032
3032
|
readonly website: "https://lisk.com/";
|
|
3033
3033
|
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
3034
3034
|
readonly documentation: "https://docs.lisk.com/";
|
|
3035
|
-
readonly bridge: "canonical";
|
|
3035
|
+
readonly bridge: "base-canonical";
|
|
3036
3036
|
};
|
|
3037
3037
|
};
|
|
@@ -2987,7 +2987,7 @@ exports.tokens = {
|
|
|
2987
2987
|
decimals: 18,
|
|
2988
2988
|
website: 'https://chain.link/',
|
|
2989
2989
|
description: 'Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.',
|
|
2990
|
-
bridge: '
|
|
2990
|
+
bridge: 'chainlink-ccip',
|
|
2991
2991
|
documentation: 'https://docs.chain.link/resources/link-token-contracts',
|
|
2992
2992
|
},
|
|
2993
2993
|
LSK: {
|
|
@@ -3000,6 +3000,6 @@ exports.tokens = {
|
|
|
3000
3000
|
website: 'https://lisk.com/',
|
|
3001
3001
|
description: 'Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.',
|
|
3002
3002
|
documentation: 'https://docs.lisk.com/',
|
|
3003
|
-
bridge: 'canonical',
|
|
3003
|
+
bridge: 'base-canonical',
|
|
3004
3004
|
},
|
|
3005
3005
|
};
|
|
@@ -2729,6 +2729,19 @@ export declare const ethereum: {
|
|
|
2729
2729
|
readonly bridge: "native";
|
|
2730
2730
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
2731
2731
|
};
|
|
2732
|
+
readonly OUSD: {
|
|
2733
|
+
readonly name: "Origin Dollar";
|
|
2734
|
+
readonly symbol: "OUSD";
|
|
2735
|
+
readonly oracleId: "OUSD";
|
|
2736
|
+
readonly address: "0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86";
|
|
2737
|
+
readonly chainId: 1;
|
|
2738
|
+
readonly decimals: 18;
|
|
2739
|
+
readonly website: "https://www.originprotocol.com/ousd/";
|
|
2740
|
+
readonly documentation: "https://docs.originprotocol.com/yield-bearing-tokens/origin-dollar-ousd";
|
|
2741
|
+
readonly description: "Origin Dollar (OUSD) is a stablecoin designed to generate passive yield while remaining in a user's wallet. It is 100% backed by USDC.";
|
|
2742
|
+
readonly bridge: "native";
|
|
2743
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
2744
|
+
};
|
|
2732
2745
|
};
|
|
2733
2746
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2734
2747
|
readonly WNATIVE: {
|
|
@@ -5458,6 +5471,19 @@ export declare const ethereum: {
|
|
|
5458
5471
|
readonly bridge: "native";
|
|
5459
5472
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
5460
5473
|
};
|
|
5474
|
+
readonly OUSD: {
|
|
5475
|
+
readonly name: "Origin Dollar";
|
|
5476
|
+
readonly symbol: "OUSD";
|
|
5477
|
+
readonly oracleId: "OUSD";
|
|
5478
|
+
readonly address: "0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86";
|
|
5479
|
+
readonly chainId: 1;
|
|
5480
|
+
readonly decimals: 18;
|
|
5481
|
+
readonly website: "https://www.originprotocol.com/ousd/";
|
|
5482
|
+
readonly documentation: "https://docs.originprotocol.com/yield-bearing-tokens/origin-dollar-ousd";
|
|
5483
|
+
readonly description: "Origin Dollar (OUSD) is a stablecoin designed to generate passive yield while remaining in a user's wallet. It is 100% backed by USDC.";
|
|
5484
|
+
readonly bridge: "native";
|
|
5485
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
5486
|
+
};
|
|
5461
5487
|
}>;
|
|
5462
5488
|
readonly native: {
|
|
5463
5489
|
readonly symbol: "ETH";
|
|
@@ -2726,4 +2726,17 @@ export declare const tokens: {
|
|
|
2726
2726
|
readonly bridge: "native";
|
|
2727
2727
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
2728
2728
|
};
|
|
2729
|
+
readonly OUSD: {
|
|
2730
|
+
readonly name: "Origin Dollar";
|
|
2731
|
+
readonly symbol: "OUSD";
|
|
2732
|
+
readonly oracleId: "OUSD";
|
|
2733
|
+
readonly address: "0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86";
|
|
2734
|
+
readonly chainId: 1;
|
|
2735
|
+
readonly decimals: 18;
|
|
2736
|
+
readonly website: "https://www.originprotocol.com/ousd/";
|
|
2737
|
+
readonly documentation: "https://docs.originprotocol.com/yield-bearing-tokens/origin-dollar-ousd";
|
|
2738
|
+
readonly description: "Origin Dollar (OUSD) is a stablecoin designed to generate passive yield while remaining in a user's wallet. It is 100% backed by USDC.";
|
|
2739
|
+
readonly bridge: "native";
|
|
2740
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
2741
|
+
};
|
|
2729
2742
|
};
|
|
@@ -2695,4 +2695,17 @@ exports.tokens = {
|
|
|
2695
2695
|
bridge: 'native',
|
|
2696
2696
|
tags: ['STABLECOIN', 'NO_TIMELOCK'],
|
|
2697
2697
|
},
|
|
2698
|
+
OUSD: {
|
|
2699
|
+
name: 'Origin Dollar',
|
|
2700
|
+
symbol: 'OUSD',
|
|
2701
|
+
oracleId: 'OUSD',
|
|
2702
|
+
address: '0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86',
|
|
2703
|
+
chainId: 1,
|
|
2704
|
+
decimals: 18,
|
|
2705
|
+
website: 'https://www.originprotocol.com/ousd/',
|
|
2706
|
+
documentation: 'https://docs.originprotocol.com/yield-bearing-tokens/origin-dollar-ousd',
|
|
2707
|
+
description: "Origin Dollar (OUSD) is a stablecoin designed to generate passive yield while remaining in a user's wallet. It is 100% backed by USDC.",
|
|
2708
|
+
bridge: 'native',
|
|
2709
|
+
tags: ['STABLECOIN'],
|
|
2710
|
+
},
|
|
2698
2711
|
};
|
|
@@ -3022,7 +3022,7 @@ export declare const base: {
|
|
|
3022
3022
|
readonly decimals: 18;
|
|
3023
3023
|
readonly website: "https://chain.link/";
|
|
3024
3024
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
3025
|
-
readonly bridge: "
|
|
3025
|
+
readonly bridge: "chainlink-ccip";
|
|
3026
3026
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
3027
3027
|
};
|
|
3028
3028
|
readonly LSK: {
|
|
@@ -3035,7 +3035,7 @@ export declare const base: {
|
|
|
3035
3035
|
readonly website: "https://lisk.com/";
|
|
3036
3036
|
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
3037
3037
|
readonly documentation: "https://docs.lisk.com/";
|
|
3038
|
-
readonly bridge: "canonical";
|
|
3038
|
+
readonly bridge: "base-canonical";
|
|
3039
3039
|
};
|
|
3040
3040
|
};
|
|
3041
3041
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -6059,7 +6059,7 @@ export declare const base: {
|
|
|
6059
6059
|
readonly decimals: 18;
|
|
6060
6060
|
readonly website: "https://chain.link/";
|
|
6061
6061
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
6062
|
-
readonly bridge: "
|
|
6062
|
+
readonly bridge: "chainlink-ccip";
|
|
6063
6063
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
6064
6064
|
};
|
|
6065
6065
|
readonly LSK: {
|
|
@@ -6072,7 +6072,7 @@ export declare const base: {
|
|
|
6072
6072
|
readonly website: "https://lisk.com/";
|
|
6073
6073
|
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
6074
6074
|
readonly documentation: "https://docs.lisk.com/";
|
|
6075
|
-
readonly bridge: "canonical";
|
|
6075
|
+
readonly bridge: "base-canonical";
|
|
6076
6076
|
};
|
|
6077
6077
|
}>;
|
|
6078
6078
|
readonly native: {
|
|
@@ -3019,7 +3019,7 @@ export declare const tokens: {
|
|
|
3019
3019
|
readonly decimals: 18;
|
|
3020
3020
|
readonly website: "https://chain.link/";
|
|
3021
3021
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
3022
|
-
readonly bridge: "
|
|
3022
|
+
readonly bridge: "chainlink-ccip";
|
|
3023
3023
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
3024
3024
|
};
|
|
3025
3025
|
readonly LSK: {
|
|
@@ -3032,6 +3032,6 @@ export declare const tokens: {
|
|
|
3032
3032
|
readonly website: "https://lisk.com/";
|
|
3033
3033
|
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
3034
3034
|
readonly documentation: "https://docs.lisk.com/";
|
|
3035
|
-
readonly bridge: "canonical";
|
|
3035
|
+
readonly bridge: "base-canonical";
|
|
3036
3036
|
};
|
|
3037
3037
|
};
|
|
@@ -2984,7 +2984,7 @@ export const tokens = {
|
|
|
2984
2984
|
decimals: 18,
|
|
2985
2985
|
website: 'https://chain.link/',
|
|
2986
2986
|
description: 'Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.',
|
|
2987
|
-
bridge: '
|
|
2987
|
+
bridge: 'chainlink-ccip',
|
|
2988
2988
|
documentation: 'https://docs.chain.link/resources/link-token-contracts',
|
|
2989
2989
|
},
|
|
2990
2990
|
LSK: {
|
|
@@ -2997,6 +2997,6 @@ export const tokens = {
|
|
|
2997
2997
|
website: 'https://lisk.com/',
|
|
2998
2998
|
description: 'Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.',
|
|
2999
2999
|
documentation: 'https://docs.lisk.com/',
|
|
3000
|
-
bridge: 'canonical',
|
|
3000
|
+
bridge: 'base-canonical',
|
|
3001
3001
|
},
|
|
3002
3002
|
};
|
|
@@ -2729,6 +2729,19 @@ export declare const ethereum: {
|
|
|
2729
2729
|
readonly bridge: "native";
|
|
2730
2730
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
2731
2731
|
};
|
|
2732
|
+
readonly OUSD: {
|
|
2733
|
+
readonly name: "Origin Dollar";
|
|
2734
|
+
readonly symbol: "OUSD";
|
|
2735
|
+
readonly oracleId: "OUSD";
|
|
2736
|
+
readonly address: "0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86";
|
|
2737
|
+
readonly chainId: 1;
|
|
2738
|
+
readonly decimals: 18;
|
|
2739
|
+
readonly website: "https://www.originprotocol.com/ousd/";
|
|
2740
|
+
readonly documentation: "https://docs.originprotocol.com/yield-bearing-tokens/origin-dollar-ousd";
|
|
2741
|
+
readonly description: "Origin Dollar (OUSD) is a stablecoin designed to generate passive yield while remaining in a user's wallet. It is 100% backed by USDC.";
|
|
2742
|
+
readonly bridge: "native";
|
|
2743
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
2744
|
+
};
|
|
2732
2745
|
};
|
|
2733
2746
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2734
2747
|
readonly WNATIVE: {
|
|
@@ -5458,6 +5471,19 @@ export declare const ethereum: {
|
|
|
5458
5471
|
readonly bridge: "native";
|
|
5459
5472
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
5460
5473
|
};
|
|
5474
|
+
readonly OUSD: {
|
|
5475
|
+
readonly name: "Origin Dollar";
|
|
5476
|
+
readonly symbol: "OUSD";
|
|
5477
|
+
readonly oracleId: "OUSD";
|
|
5478
|
+
readonly address: "0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86";
|
|
5479
|
+
readonly chainId: 1;
|
|
5480
|
+
readonly decimals: 18;
|
|
5481
|
+
readonly website: "https://www.originprotocol.com/ousd/";
|
|
5482
|
+
readonly documentation: "https://docs.originprotocol.com/yield-bearing-tokens/origin-dollar-ousd";
|
|
5483
|
+
readonly description: "Origin Dollar (OUSD) is a stablecoin designed to generate passive yield while remaining in a user's wallet. It is 100% backed by USDC.";
|
|
5484
|
+
readonly bridge: "native";
|
|
5485
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
5486
|
+
};
|
|
5461
5487
|
}>;
|
|
5462
5488
|
readonly native: {
|
|
5463
5489
|
readonly symbol: "ETH";
|
|
@@ -2726,4 +2726,17 @@ export declare const tokens: {
|
|
|
2726
2726
|
readonly bridge: "native";
|
|
2727
2727
|
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
2728
2728
|
};
|
|
2729
|
+
readonly OUSD: {
|
|
2730
|
+
readonly name: "Origin Dollar";
|
|
2731
|
+
readonly symbol: "OUSD";
|
|
2732
|
+
readonly oracleId: "OUSD";
|
|
2733
|
+
readonly address: "0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86";
|
|
2734
|
+
readonly chainId: 1;
|
|
2735
|
+
readonly decimals: 18;
|
|
2736
|
+
readonly website: "https://www.originprotocol.com/ousd/";
|
|
2737
|
+
readonly documentation: "https://docs.originprotocol.com/yield-bearing-tokens/origin-dollar-ousd";
|
|
2738
|
+
readonly description: "Origin Dollar (OUSD) is a stablecoin designed to generate passive yield while remaining in a user's wallet. It is 100% backed by USDC.";
|
|
2739
|
+
readonly bridge: "native";
|
|
2740
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
2741
|
+
};
|
|
2729
2742
|
};
|
|
@@ -2692,4 +2692,17 @@ export const tokens = {
|
|
|
2692
2692
|
bridge: 'native',
|
|
2693
2693
|
tags: ['STABLECOIN', 'NO_TIMELOCK'],
|
|
2694
2694
|
},
|
|
2695
|
+
OUSD: {
|
|
2696
|
+
name: 'Origin Dollar',
|
|
2697
|
+
symbol: 'OUSD',
|
|
2698
|
+
oracleId: 'OUSD',
|
|
2699
|
+
address: '0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86',
|
|
2700
|
+
chainId: 1,
|
|
2701
|
+
decimals: 18,
|
|
2702
|
+
website: 'https://www.originprotocol.com/ousd/',
|
|
2703
|
+
documentation: 'https://docs.originprotocol.com/yield-bearing-tokens/origin-dollar-ousd',
|
|
2704
|
+
description: "Origin Dollar (OUSD) is a stablecoin designed to generate passive yield while remaining in a user's wallet. It is 100% backed by USDC.",
|
|
2705
|
+
bridge: 'native',
|
|
2706
|
+
tags: ['STABLECOIN'],
|
|
2707
|
+
},
|
|
2695
2708
|
};
|
package/package.json
CHANGED