@beefyfinance/blockchain-addressbook 0.54.224 → 0.54.226
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 +2 -2
- package/build/address-book/arbitrum/tokens/tokens.d.ts +1 -1
- package/build/address-book/arbitrum/tokens/tokens.js +1 -1
- package/build/address-book/ethereum/index.d.ts +52 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +26 -0
- package/build/address-book/ethereum/tokens/tokens.js +26 -0
- package/build-esm/address-book/arbitrum/index.d.ts +2 -2
- package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +1 -1
- package/build-esm/address-book/arbitrum/tokens/tokens.js +1 -1
- package/build-esm/address-book/ethereum/index.d.ts +52 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +26 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +26 -0
- package/package.json +1 -1
|
@@ -1285,7 +1285,7 @@ export declare const arbitrum: {
|
|
|
1285
1285
|
readonly name: "Vote Boosted sdCRV";
|
|
1286
1286
|
readonly address: "0x62d5a59E0d67c0381aAd53B201B4A1B8Dcd2C833";
|
|
1287
1287
|
readonly symbol: "vsdCRV";
|
|
1288
|
-
readonly oracleId: "
|
|
1288
|
+
readonly oracleId: "vsdCRV";
|
|
1289
1289
|
readonly decimals: 18;
|
|
1290
1290
|
readonly chainId: 42161;
|
|
1291
1291
|
readonly website: "https://www.stakedao.org/lockers/crv";
|
|
@@ -3497,7 +3497,7 @@ export declare const arbitrum: {
|
|
|
3497
3497
|
readonly name: "Vote Boosted sdCRV";
|
|
3498
3498
|
readonly address: "0x62d5a59E0d67c0381aAd53B201B4A1B8Dcd2C833";
|
|
3499
3499
|
readonly symbol: "vsdCRV";
|
|
3500
|
-
readonly oracleId: "
|
|
3500
|
+
readonly oracleId: "vsdCRV";
|
|
3501
3501
|
readonly decimals: 18;
|
|
3502
3502
|
readonly chainId: 42161;
|
|
3503
3503
|
readonly website: "https://www.stakedao.org/lockers/crv";
|
|
@@ -1282,7 +1282,7 @@ export declare const tokens: {
|
|
|
1282
1282
|
readonly name: "Vote Boosted sdCRV";
|
|
1283
1283
|
readonly address: "0x62d5a59E0d67c0381aAd53B201B4A1B8Dcd2C833";
|
|
1284
1284
|
readonly symbol: "vsdCRV";
|
|
1285
|
-
readonly oracleId: "
|
|
1285
|
+
readonly oracleId: "vsdCRV";
|
|
1286
1286
|
readonly decimals: 18;
|
|
1287
1287
|
readonly chainId: 42161;
|
|
1288
1288
|
readonly website: "https://www.stakedao.org/lockers/crv";
|
|
@@ -1250,7 +1250,7 @@ exports.tokens = {
|
|
|
1250
1250
|
name: 'Vote Boosted sdCRV',
|
|
1251
1251
|
address: '0x62d5a59E0d67c0381aAd53B201B4A1B8Dcd2C833',
|
|
1252
1252
|
symbol: 'vsdCRV',
|
|
1253
|
-
oracleId: '
|
|
1253
|
+
oracleId: 'vsdCRV',
|
|
1254
1254
|
decimals: 18,
|
|
1255
1255
|
chainId: 42161,
|
|
1256
1256
|
website: 'https://www.stakedao.org/lockers/crv',
|
|
@@ -2922,6 +2922,32 @@ export declare const ethereum: {
|
|
|
2922
2922
|
readonly bridge: "native";
|
|
2923
2923
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
2924
2924
|
};
|
|
2925
|
+
readonly rUSD: {
|
|
2926
|
+
readonly name: "Reservoir USD";
|
|
2927
|
+
readonly symbol: "rUSD";
|
|
2928
|
+
readonly oracleId: "ethrUSD";
|
|
2929
|
+
readonly address: "0x09D4214C03D01F49544C0448DBE3A27f768F2b34";
|
|
2930
|
+
readonly chainId: 1;
|
|
2931
|
+
readonly decimals: 18;
|
|
2932
|
+
readonly website: "https://www.reservoir.xyz/ ";
|
|
2933
|
+
readonly documentation: "https://docs.reservoir.xyz/ ";
|
|
2934
|
+
readonly description: "Reservoir's rUSD stablecoin is a censorship-resistant and transferable stablecoin that was constructed to integrate with multi-collateral asset adapters and be used across DeFi native applications. Reservoir's design enables an overcollateralized, transparent onchain balance sheet verifiable by all users.";
|
|
2935
|
+
readonly bridge: "native";
|
|
2936
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC", "STABLECOIN"];
|
|
2937
|
+
};
|
|
2938
|
+
readonly DAM: {
|
|
2939
|
+
readonly name: "Reservoir";
|
|
2940
|
+
readonly symbol: "DAM";
|
|
2941
|
+
readonly oracleId: "ethDAM";
|
|
2942
|
+
readonly address: "0x0FedbA9178b70e8b54e2Af08eBffcf28A1e5A43B";
|
|
2943
|
+
readonly chainId: 1;
|
|
2944
|
+
readonly decimals: 18;
|
|
2945
|
+
readonly website: "https://www.reservoir.xyz/ ";
|
|
2946
|
+
readonly documentation: "https://docs.reservoir.xyz/ ";
|
|
2947
|
+
readonly description: "DAM is designed to create and expand more value across the Reservoir ecosystem. The value flows from the protocol collateral and Reservoir's key partnership integrations into protocol revenue - looping back to users via rewards, yield boosts, and buybacks.";
|
|
2948
|
+
readonly bridge: "native";
|
|
2949
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
2950
|
+
};
|
|
2925
2951
|
};
|
|
2926
2952
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2927
2953
|
readonly WNATIVE: {
|
|
@@ -5844,6 +5870,32 @@ export declare const ethereum: {
|
|
|
5844
5870
|
readonly bridge: "native";
|
|
5845
5871
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
5846
5872
|
};
|
|
5873
|
+
readonly rUSD: {
|
|
5874
|
+
readonly name: "Reservoir USD";
|
|
5875
|
+
readonly symbol: "rUSD";
|
|
5876
|
+
readonly oracleId: "ethrUSD";
|
|
5877
|
+
readonly address: "0x09D4214C03D01F49544C0448DBE3A27f768F2b34";
|
|
5878
|
+
readonly chainId: 1;
|
|
5879
|
+
readonly decimals: 18;
|
|
5880
|
+
readonly website: "https://www.reservoir.xyz/ ";
|
|
5881
|
+
readonly documentation: "https://docs.reservoir.xyz/ ";
|
|
5882
|
+
readonly description: "Reservoir's rUSD stablecoin is a censorship-resistant and transferable stablecoin that was constructed to integrate with multi-collateral asset adapters and be used across DeFi native applications. Reservoir's design enables an overcollateralized, transparent onchain balance sheet verifiable by all users.";
|
|
5883
|
+
readonly bridge: "native";
|
|
5884
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC", "STABLECOIN"];
|
|
5885
|
+
};
|
|
5886
|
+
readonly DAM: {
|
|
5887
|
+
readonly name: "Reservoir";
|
|
5888
|
+
readonly symbol: "DAM";
|
|
5889
|
+
readonly oracleId: "ethDAM";
|
|
5890
|
+
readonly address: "0x0FedbA9178b70e8b54e2Af08eBffcf28A1e5A43B";
|
|
5891
|
+
readonly chainId: 1;
|
|
5892
|
+
readonly decimals: 18;
|
|
5893
|
+
readonly website: "https://www.reservoir.xyz/ ";
|
|
5894
|
+
readonly documentation: "https://docs.reservoir.xyz/ ";
|
|
5895
|
+
readonly description: "DAM is designed to create and expand more value across the Reservoir ecosystem. The value flows from the protocol collateral and Reservoir's key partnership integrations into protocol revenue - looping back to users via rewards, yield boosts, and buybacks.";
|
|
5896
|
+
readonly bridge: "native";
|
|
5897
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
5898
|
+
};
|
|
5847
5899
|
}>;
|
|
5848
5900
|
readonly native: {
|
|
5849
5901
|
readonly symbol: "ETH";
|
|
@@ -2919,4 +2919,30 @@ export declare const tokens: {
|
|
|
2919
2919
|
readonly bridge: "native";
|
|
2920
2920
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
2921
2921
|
};
|
|
2922
|
+
readonly rUSD: {
|
|
2923
|
+
readonly name: "Reservoir USD";
|
|
2924
|
+
readonly symbol: "rUSD";
|
|
2925
|
+
readonly oracleId: "ethrUSD";
|
|
2926
|
+
readonly address: "0x09D4214C03D01F49544C0448DBE3A27f768F2b34";
|
|
2927
|
+
readonly chainId: 1;
|
|
2928
|
+
readonly decimals: 18;
|
|
2929
|
+
readonly website: "https://www.reservoir.xyz/ ";
|
|
2930
|
+
readonly documentation: "https://docs.reservoir.xyz/ ";
|
|
2931
|
+
readonly description: "Reservoir's rUSD stablecoin is a censorship-resistant and transferable stablecoin that was constructed to integrate with multi-collateral asset adapters and be used across DeFi native applications. Reservoir's design enables an overcollateralized, transparent onchain balance sheet verifiable by all users.";
|
|
2932
|
+
readonly bridge: "native";
|
|
2933
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC", "STABLECOIN"];
|
|
2934
|
+
};
|
|
2935
|
+
readonly DAM: {
|
|
2936
|
+
readonly name: "Reservoir";
|
|
2937
|
+
readonly symbol: "DAM";
|
|
2938
|
+
readonly oracleId: "ethDAM";
|
|
2939
|
+
readonly address: "0x0FedbA9178b70e8b54e2Af08eBffcf28A1e5A43B";
|
|
2940
|
+
readonly chainId: 1;
|
|
2941
|
+
readonly decimals: 18;
|
|
2942
|
+
readonly website: "https://www.reservoir.xyz/ ";
|
|
2943
|
+
readonly documentation: "https://docs.reservoir.xyz/ ";
|
|
2944
|
+
readonly description: "DAM is designed to create and expand more value across the Reservoir ecosystem. The value flows from the protocol collateral and Reservoir's key partnership integrations into protocol revenue - looping back to users via rewards, yield boosts, and buybacks.";
|
|
2945
|
+
readonly bridge: "native";
|
|
2946
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
2947
|
+
};
|
|
2922
2948
|
};
|
|
@@ -2888,4 +2888,30 @@ exports.tokens = {
|
|
|
2888
2888
|
bridge: 'native',
|
|
2889
2889
|
tags: ['NO_TIMELOCK', 'SYNTHETIC', 'STABLECOIN'],
|
|
2890
2890
|
},
|
|
2891
|
+
rUSD: {
|
|
2892
|
+
name: 'Reservoir USD',
|
|
2893
|
+
symbol: 'rUSD',
|
|
2894
|
+
oracleId: 'ethrUSD',
|
|
2895
|
+
address: '0x09D4214C03D01F49544C0448DBE3A27f768F2b34',
|
|
2896
|
+
chainId: 1,
|
|
2897
|
+
decimals: 18,
|
|
2898
|
+
website: 'https://www.reservoir.xyz/ ',
|
|
2899
|
+
documentation: 'https://docs.reservoir.xyz/ ',
|
|
2900
|
+
description: "Reservoir's rUSD stablecoin is a censorship-resistant and transferable stablecoin that was constructed to integrate with multi-collateral asset adapters and be used across DeFi native applications. Reservoir's design enables an overcollateralized, transparent onchain balance sheet verifiable by all users.",
|
|
2901
|
+
bridge: 'native',
|
|
2902
|
+
tags: ['NO_TIMELOCK', 'LARGE_HOLDERS', 'SYNTHETIC', 'STABLECOIN'],
|
|
2903
|
+
},
|
|
2904
|
+
DAM: {
|
|
2905
|
+
name: 'Reservoir',
|
|
2906
|
+
symbol: 'DAM',
|
|
2907
|
+
oracleId: 'ethDAM',
|
|
2908
|
+
address: '0x0FedbA9178b70e8b54e2Af08eBffcf28A1e5A43B',
|
|
2909
|
+
chainId: 1,
|
|
2910
|
+
decimals: 18,
|
|
2911
|
+
website: 'https://www.reservoir.xyz/ ',
|
|
2912
|
+
documentation: 'https://docs.reservoir.xyz/ ',
|
|
2913
|
+
description: "DAM is designed to create and expand more value across the Reservoir ecosystem. The value flows from the protocol collateral and Reservoir's key partnership integrations into protocol revenue - looping back to users via rewards, yield boosts, and buybacks.",
|
|
2914
|
+
bridge: 'native',
|
|
2915
|
+
tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
2916
|
+
},
|
|
2891
2917
|
};
|
|
@@ -1285,7 +1285,7 @@ export declare const arbitrum: {
|
|
|
1285
1285
|
readonly name: "Vote Boosted sdCRV";
|
|
1286
1286
|
readonly address: "0x62d5a59E0d67c0381aAd53B201B4A1B8Dcd2C833";
|
|
1287
1287
|
readonly symbol: "vsdCRV";
|
|
1288
|
-
readonly oracleId: "
|
|
1288
|
+
readonly oracleId: "vsdCRV";
|
|
1289
1289
|
readonly decimals: 18;
|
|
1290
1290
|
readonly chainId: 42161;
|
|
1291
1291
|
readonly website: "https://www.stakedao.org/lockers/crv";
|
|
@@ -3497,7 +3497,7 @@ export declare const arbitrum: {
|
|
|
3497
3497
|
readonly name: "Vote Boosted sdCRV";
|
|
3498
3498
|
readonly address: "0x62d5a59E0d67c0381aAd53B201B4A1B8Dcd2C833";
|
|
3499
3499
|
readonly symbol: "vsdCRV";
|
|
3500
|
-
readonly oracleId: "
|
|
3500
|
+
readonly oracleId: "vsdCRV";
|
|
3501
3501
|
readonly decimals: 18;
|
|
3502
3502
|
readonly chainId: 42161;
|
|
3503
3503
|
readonly website: "https://www.stakedao.org/lockers/crv";
|
|
@@ -1282,7 +1282,7 @@ export declare const tokens: {
|
|
|
1282
1282
|
readonly name: "Vote Boosted sdCRV";
|
|
1283
1283
|
readonly address: "0x62d5a59E0d67c0381aAd53B201B4A1B8Dcd2C833";
|
|
1284
1284
|
readonly symbol: "vsdCRV";
|
|
1285
|
-
readonly oracleId: "
|
|
1285
|
+
readonly oracleId: "vsdCRV";
|
|
1286
1286
|
readonly decimals: 18;
|
|
1287
1287
|
readonly chainId: 42161;
|
|
1288
1288
|
readonly website: "https://www.stakedao.org/lockers/crv";
|
|
@@ -1247,7 +1247,7 @@ export const tokens = {
|
|
|
1247
1247
|
name: 'Vote Boosted sdCRV',
|
|
1248
1248
|
address: '0x62d5a59E0d67c0381aAd53B201B4A1B8Dcd2C833',
|
|
1249
1249
|
symbol: 'vsdCRV',
|
|
1250
|
-
oracleId: '
|
|
1250
|
+
oracleId: 'vsdCRV',
|
|
1251
1251
|
decimals: 18,
|
|
1252
1252
|
chainId: 42161,
|
|
1253
1253
|
website: 'https://www.stakedao.org/lockers/crv',
|
|
@@ -2922,6 +2922,32 @@ export declare const ethereum: {
|
|
|
2922
2922
|
readonly bridge: "native";
|
|
2923
2923
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
2924
2924
|
};
|
|
2925
|
+
readonly rUSD: {
|
|
2926
|
+
readonly name: "Reservoir USD";
|
|
2927
|
+
readonly symbol: "rUSD";
|
|
2928
|
+
readonly oracleId: "ethrUSD";
|
|
2929
|
+
readonly address: "0x09D4214C03D01F49544C0448DBE3A27f768F2b34";
|
|
2930
|
+
readonly chainId: 1;
|
|
2931
|
+
readonly decimals: 18;
|
|
2932
|
+
readonly website: "https://www.reservoir.xyz/ ";
|
|
2933
|
+
readonly documentation: "https://docs.reservoir.xyz/ ";
|
|
2934
|
+
readonly description: "Reservoir's rUSD stablecoin is a censorship-resistant and transferable stablecoin that was constructed to integrate with multi-collateral asset adapters and be used across DeFi native applications. Reservoir's design enables an overcollateralized, transparent onchain balance sheet verifiable by all users.";
|
|
2935
|
+
readonly bridge: "native";
|
|
2936
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC", "STABLECOIN"];
|
|
2937
|
+
};
|
|
2938
|
+
readonly DAM: {
|
|
2939
|
+
readonly name: "Reservoir";
|
|
2940
|
+
readonly symbol: "DAM";
|
|
2941
|
+
readonly oracleId: "ethDAM";
|
|
2942
|
+
readonly address: "0x0FedbA9178b70e8b54e2Af08eBffcf28A1e5A43B";
|
|
2943
|
+
readonly chainId: 1;
|
|
2944
|
+
readonly decimals: 18;
|
|
2945
|
+
readonly website: "https://www.reservoir.xyz/ ";
|
|
2946
|
+
readonly documentation: "https://docs.reservoir.xyz/ ";
|
|
2947
|
+
readonly description: "DAM is designed to create and expand more value across the Reservoir ecosystem. The value flows from the protocol collateral and Reservoir's key partnership integrations into protocol revenue - looping back to users via rewards, yield boosts, and buybacks.";
|
|
2948
|
+
readonly bridge: "native";
|
|
2949
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
2950
|
+
};
|
|
2925
2951
|
};
|
|
2926
2952
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2927
2953
|
readonly WNATIVE: {
|
|
@@ -5844,6 +5870,32 @@ export declare const ethereum: {
|
|
|
5844
5870
|
readonly bridge: "native";
|
|
5845
5871
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
5846
5872
|
};
|
|
5873
|
+
readonly rUSD: {
|
|
5874
|
+
readonly name: "Reservoir USD";
|
|
5875
|
+
readonly symbol: "rUSD";
|
|
5876
|
+
readonly oracleId: "ethrUSD";
|
|
5877
|
+
readonly address: "0x09D4214C03D01F49544C0448DBE3A27f768F2b34";
|
|
5878
|
+
readonly chainId: 1;
|
|
5879
|
+
readonly decimals: 18;
|
|
5880
|
+
readonly website: "https://www.reservoir.xyz/ ";
|
|
5881
|
+
readonly documentation: "https://docs.reservoir.xyz/ ";
|
|
5882
|
+
readonly description: "Reservoir's rUSD stablecoin is a censorship-resistant and transferable stablecoin that was constructed to integrate with multi-collateral asset adapters and be used across DeFi native applications. Reservoir's design enables an overcollateralized, transparent onchain balance sheet verifiable by all users.";
|
|
5883
|
+
readonly bridge: "native";
|
|
5884
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC", "STABLECOIN"];
|
|
5885
|
+
};
|
|
5886
|
+
readonly DAM: {
|
|
5887
|
+
readonly name: "Reservoir";
|
|
5888
|
+
readonly symbol: "DAM";
|
|
5889
|
+
readonly oracleId: "ethDAM";
|
|
5890
|
+
readonly address: "0x0FedbA9178b70e8b54e2Af08eBffcf28A1e5A43B";
|
|
5891
|
+
readonly chainId: 1;
|
|
5892
|
+
readonly decimals: 18;
|
|
5893
|
+
readonly website: "https://www.reservoir.xyz/ ";
|
|
5894
|
+
readonly documentation: "https://docs.reservoir.xyz/ ";
|
|
5895
|
+
readonly description: "DAM is designed to create and expand more value across the Reservoir ecosystem. The value flows from the protocol collateral and Reservoir's key partnership integrations into protocol revenue - looping back to users via rewards, yield boosts, and buybacks.";
|
|
5896
|
+
readonly bridge: "native";
|
|
5897
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
5898
|
+
};
|
|
5847
5899
|
}>;
|
|
5848
5900
|
readonly native: {
|
|
5849
5901
|
readonly symbol: "ETH";
|
|
@@ -2919,4 +2919,30 @@ export declare const tokens: {
|
|
|
2919
2919
|
readonly bridge: "native";
|
|
2920
2920
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
2921
2921
|
};
|
|
2922
|
+
readonly rUSD: {
|
|
2923
|
+
readonly name: "Reservoir USD";
|
|
2924
|
+
readonly symbol: "rUSD";
|
|
2925
|
+
readonly oracleId: "ethrUSD";
|
|
2926
|
+
readonly address: "0x09D4214C03D01F49544C0448DBE3A27f768F2b34";
|
|
2927
|
+
readonly chainId: 1;
|
|
2928
|
+
readonly decimals: 18;
|
|
2929
|
+
readonly website: "https://www.reservoir.xyz/ ";
|
|
2930
|
+
readonly documentation: "https://docs.reservoir.xyz/ ";
|
|
2931
|
+
readonly description: "Reservoir's rUSD stablecoin is a censorship-resistant and transferable stablecoin that was constructed to integrate with multi-collateral asset adapters and be used across DeFi native applications. Reservoir's design enables an overcollateralized, transparent onchain balance sheet verifiable by all users.";
|
|
2932
|
+
readonly bridge: "native";
|
|
2933
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC", "STABLECOIN"];
|
|
2934
|
+
};
|
|
2935
|
+
readonly DAM: {
|
|
2936
|
+
readonly name: "Reservoir";
|
|
2937
|
+
readonly symbol: "DAM";
|
|
2938
|
+
readonly oracleId: "ethDAM";
|
|
2939
|
+
readonly address: "0x0FedbA9178b70e8b54e2Af08eBffcf28A1e5A43B";
|
|
2940
|
+
readonly chainId: 1;
|
|
2941
|
+
readonly decimals: 18;
|
|
2942
|
+
readonly website: "https://www.reservoir.xyz/ ";
|
|
2943
|
+
readonly documentation: "https://docs.reservoir.xyz/ ";
|
|
2944
|
+
readonly description: "DAM is designed to create and expand more value across the Reservoir ecosystem. The value flows from the protocol collateral and Reservoir's key partnership integrations into protocol revenue - looping back to users via rewards, yield boosts, and buybacks.";
|
|
2945
|
+
readonly bridge: "native";
|
|
2946
|
+
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
2947
|
+
};
|
|
2922
2948
|
};
|
|
@@ -2885,4 +2885,30 @@ export const tokens = {
|
|
|
2885
2885
|
bridge: 'native',
|
|
2886
2886
|
tags: ['NO_TIMELOCK', 'SYNTHETIC', 'STABLECOIN'],
|
|
2887
2887
|
},
|
|
2888
|
+
rUSD: {
|
|
2889
|
+
name: 'Reservoir USD',
|
|
2890
|
+
symbol: 'rUSD',
|
|
2891
|
+
oracleId: 'ethrUSD',
|
|
2892
|
+
address: '0x09D4214C03D01F49544C0448DBE3A27f768F2b34',
|
|
2893
|
+
chainId: 1,
|
|
2894
|
+
decimals: 18,
|
|
2895
|
+
website: 'https://www.reservoir.xyz/ ',
|
|
2896
|
+
documentation: 'https://docs.reservoir.xyz/ ',
|
|
2897
|
+
description: "Reservoir's rUSD stablecoin is a censorship-resistant and transferable stablecoin that was constructed to integrate with multi-collateral asset adapters and be used across DeFi native applications. Reservoir's design enables an overcollateralized, transparent onchain balance sheet verifiable by all users.",
|
|
2898
|
+
bridge: 'native',
|
|
2899
|
+
tags: ['NO_TIMELOCK', 'LARGE_HOLDERS', 'SYNTHETIC', 'STABLECOIN'],
|
|
2900
|
+
},
|
|
2901
|
+
DAM: {
|
|
2902
|
+
name: 'Reservoir',
|
|
2903
|
+
symbol: 'DAM',
|
|
2904
|
+
oracleId: 'ethDAM',
|
|
2905
|
+
address: '0x0FedbA9178b70e8b54e2Af08eBffcf28A1e5A43B',
|
|
2906
|
+
chainId: 1,
|
|
2907
|
+
decimals: 18,
|
|
2908
|
+
website: 'https://www.reservoir.xyz/ ',
|
|
2909
|
+
documentation: 'https://docs.reservoir.xyz/ ',
|
|
2910
|
+
description: "DAM is designed to create and expand more value across the Reservoir ecosystem. The value flows from the protocol collateral and Reservoir's key partnership integrations into protocol revenue - looping back to users via rewards, yield boosts, and buybacks.",
|
|
2911
|
+
bridge: 'native',
|
|
2912
|
+
tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
2913
|
+
},
|
|
2888
2914
|
};
|
package/package.json
CHANGED