@beefyfinance/blockchain-addressbook 0.54.144 → 0.54.145
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/ethereum/index.d.ts +4 -4
- package/build/address-book/ethereum/tokens/tokens.d.ts +2 -2
- package/build/address-book/ethereum/tokens/tokens.js +2 -2
- package/build-esm/address-book/ethereum/index.d.ts +4 -4
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +2 -2
- package/build-esm/address-book/ethereum/tokens/tokens.js +2 -2
- package/package.json +1 -1
|
@@ -2684,9 +2684,9 @@ export declare const ethereum: {
|
|
|
2684
2684
|
readonly decimals: 18;
|
|
2685
2685
|
readonly website: "https://raac.io/";
|
|
2686
2686
|
readonly description: "RAAC’s first stablecoin backed by gold and other precious metals.";
|
|
2687
|
-
readonly documentation: "https://docs.raac.io
|
|
2687
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2688
2688
|
readonly bridge: "native";
|
|
2689
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "SYNTHETIC"];
|
|
2689
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2690
2690
|
};
|
|
2691
2691
|
};
|
|
2692
2692
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -5372,9 +5372,9 @@ export declare const ethereum: {
|
|
|
5372
5372
|
readonly decimals: 18;
|
|
5373
5373
|
readonly website: "https://raac.io/";
|
|
5374
5374
|
readonly description: "RAAC’s first stablecoin backed by gold and other precious metals.";
|
|
5375
|
-
readonly documentation: "https://docs.raac.io
|
|
5375
|
+
readonly documentation: "https://docs.raac.io/";
|
|
5376
5376
|
readonly bridge: "native";
|
|
5377
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "SYNTHETIC"];
|
|
5377
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5378
5378
|
};
|
|
5379
5379
|
}>;
|
|
5380
5380
|
readonly native: {
|
|
@@ -2681,8 +2681,8 @@ export declare const tokens: {
|
|
|
2681
2681
|
readonly decimals: 18;
|
|
2682
2682
|
readonly website: "https://raac.io/";
|
|
2683
2683
|
readonly description: "RAAC’s first stablecoin backed by gold and other precious metals.";
|
|
2684
|
-
readonly documentation: "https://docs.raac.io
|
|
2684
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2685
2685
|
readonly bridge: "native";
|
|
2686
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "SYNTHETIC"];
|
|
2686
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2687
2687
|
};
|
|
2688
2688
|
};
|
|
@@ -2653,8 +2653,8 @@ exports.tokens = {
|
|
|
2653
2653
|
decimals: 18,
|
|
2654
2654
|
website: 'https://raac.io/',
|
|
2655
2655
|
description: 'RAAC’s first stablecoin backed by gold and other precious metals.',
|
|
2656
|
-
documentation: 'https://docs.raac.io
|
|
2656
|
+
documentation: 'https://docs.raac.io/',
|
|
2657
2657
|
bridge: 'native',
|
|
2658
|
-
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'SYNTHETIC'],
|
|
2658
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2659
2659
|
},
|
|
2660
2660
|
};
|
|
@@ -2684,9 +2684,9 @@ export declare const ethereum: {
|
|
|
2684
2684
|
readonly decimals: 18;
|
|
2685
2685
|
readonly website: "https://raac.io/";
|
|
2686
2686
|
readonly description: "RAAC’s first stablecoin backed by gold and other precious metals.";
|
|
2687
|
-
readonly documentation: "https://docs.raac.io
|
|
2687
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2688
2688
|
readonly bridge: "native";
|
|
2689
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "SYNTHETIC"];
|
|
2689
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2690
2690
|
};
|
|
2691
2691
|
};
|
|
2692
2692
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -5372,9 +5372,9 @@ export declare const ethereum: {
|
|
|
5372
5372
|
readonly decimals: 18;
|
|
5373
5373
|
readonly website: "https://raac.io/";
|
|
5374
5374
|
readonly description: "RAAC’s first stablecoin backed by gold and other precious metals.";
|
|
5375
|
-
readonly documentation: "https://docs.raac.io
|
|
5375
|
+
readonly documentation: "https://docs.raac.io/";
|
|
5376
5376
|
readonly bridge: "native";
|
|
5377
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "SYNTHETIC"];
|
|
5377
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5378
5378
|
};
|
|
5379
5379
|
}>;
|
|
5380
5380
|
readonly native: {
|
|
@@ -2681,8 +2681,8 @@ export declare const tokens: {
|
|
|
2681
2681
|
readonly decimals: 18;
|
|
2682
2682
|
readonly website: "https://raac.io/";
|
|
2683
2683
|
readonly description: "RAAC’s first stablecoin backed by gold and other precious metals.";
|
|
2684
|
-
readonly documentation: "https://docs.raac.io
|
|
2684
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2685
2685
|
readonly bridge: "native";
|
|
2686
|
-
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "SYNTHETIC"];
|
|
2686
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2687
2687
|
};
|
|
2688
2688
|
};
|
|
@@ -2650,8 +2650,8 @@ export const tokens = {
|
|
|
2650
2650
|
decimals: 18,
|
|
2651
2651
|
website: 'https://raac.io/',
|
|
2652
2652
|
description: 'RAAC’s first stablecoin backed by gold and other precious metals.',
|
|
2653
|
-
documentation: 'https://docs.raac.io
|
|
2653
|
+
documentation: 'https://docs.raac.io/',
|
|
2654
2654
|
bridge: 'native',
|
|
2655
|
-
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'SYNTHETIC'],
|
|
2655
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2656
2656
|
},
|
|
2657
2657
|
};
|
package/package.json
CHANGED