@beefyfinance/blockchain-addressbook 0.54.165 → 0.54.167
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 +26 -0
- package/build/address-book/base/tokens/tokens.d.ts +13 -0
- package/build/address-book/base/tokens/tokens.js +13 -0
- package/build-esm/address-book/base/index.d.ts +26 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/base/tokens/tokens.js +13 -0
- package/package.json +1 -1
|
@@ -3148,6 +3148,19 @@ export declare const base: {
|
|
|
3148
3148
|
readonly bridge: "base-canonical";
|
|
3149
3149
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3150
3150
|
};
|
|
3151
|
+
readonly XSGD: {
|
|
3152
|
+
readonly name: "XSGD";
|
|
3153
|
+
readonly symbol: "XSGD";
|
|
3154
|
+
readonly oracleId: "XSGD";
|
|
3155
|
+
readonly address: "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b";
|
|
3156
|
+
readonly chainId: 8453;
|
|
3157
|
+
readonly decimals: 6;
|
|
3158
|
+
readonly website: "https://www.straitsx.com/";
|
|
3159
|
+
readonly description: "XSGD is the StraitsX digital Singapore Dollar, designed to revolutionise money transfers across the region.";
|
|
3160
|
+
readonly documentation: "https://www.straitsx.com/xsgd";
|
|
3161
|
+
readonly bridge: "native";
|
|
3162
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC"];
|
|
3163
|
+
};
|
|
3151
3164
|
};
|
|
3152
3165
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3153
3166
|
readonly WNATIVE: {
|
|
@@ -6296,6 +6309,19 @@ export declare const base: {
|
|
|
6296
6309
|
readonly bridge: "base-canonical";
|
|
6297
6310
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6298
6311
|
};
|
|
6312
|
+
readonly XSGD: {
|
|
6313
|
+
readonly name: "XSGD";
|
|
6314
|
+
readonly symbol: "XSGD";
|
|
6315
|
+
readonly oracleId: "XSGD";
|
|
6316
|
+
readonly address: "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b";
|
|
6317
|
+
readonly chainId: 8453;
|
|
6318
|
+
readonly decimals: 6;
|
|
6319
|
+
readonly website: "https://www.straitsx.com/";
|
|
6320
|
+
readonly description: "XSGD is the StraitsX digital Singapore Dollar, designed to revolutionise money transfers across the region.";
|
|
6321
|
+
readonly documentation: "https://www.straitsx.com/xsgd";
|
|
6322
|
+
readonly bridge: "native";
|
|
6323
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC"];
|
|
6324
|
+
};
|
|
6299
6325
|
}>;
|
|
6300
6326
|
readonly native: {
|
|
6301
6327
|
readonly symbol: "ETH";
|
|
@@ -3145,4 +3145,17 @@ export declare const tokens: {
|
|
|
3145
3145
|
readonly bridge: "base-canonical";
|
|
3146
3146
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3147
3147
|
};
|
|
3148
|
+
readonly XSGD: {
|
|
3149
|
+
readonly name: "XSGD";
|
|
3150
|
+
readonly symbol: "XSGD";
|
|
3151
|
+
readonly oracleId: "XSGD";
|
|
3152
|
+
readonly address: "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b";
|
|
3153
|
+
readonly chainId: 8453;
|
|
3154
|
+
readonly decimals: 6;
|
|
3155
|
+
readonly website: "https://www.straitsx.com/";
|
|
3156
|
+
readonly description: "XSGD is the StraitsX digital Singapore Dollar, designed to revolutionise money transfers across the region.";
|
|
3157
|
+
readonly documentation: "https://www.straitsx.com/xsgd";
|
|
3158
|
+
readonly bridge: "native";
|
|
3159
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC"];
|
|
3160
|
+
};
|
|
3148
3161
|
};
|
|
@@ -3113,4 +3113,17 @@ exports.tokens = {
|
|
|
3113
3113
|
bridge: 'base-canonical',
|
|
3114
3114
|
tags: ['LARGE_HOLDERS'],
|
|
3115
3115
|
},
|
|
3116
|
+
XSGD: {
|
|
3117
|
+
name: 'XSGD',
|
|
3118
|
+
symbol: 'XSGD',
|
|
3119
|
+
oracleId: 'XSGD',
|
|
3120
|
+
address: '0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b',
|
|
3121
|
+
chainId: 8453,
|
|
3122
|
+
decimals: 6,
|
|
3123
|
+
website: 'https://www.straitsx.com/',
|
|
3124
|
+
description: 'XSGD is the StraitsX digital Singapore Dollar, designed to revolutionise money transfers across the region.',
|
|
3125
|
+
documentation: 'https://www.straitsx.com/xsgd',
|
|
3126
|
+
bridge: 'native',
|
|
3127
|
+
tags: ['STABLECOIN', 'NO_TIMELOCK', 'LARGE_HOLDERS', 'SYNTHETIC'],
|
|
3128
|
+
},
|
|
3116
3129
|
};
|
|
@@ -3148,6 +3148,19 @@ export declare const base: {
|
|
|
3148
3148
|
readonly bridge: "base-canonical";
|
|
3149
3149
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3150
3150
|
};
|
|
3151
|
+
readonly XSGD: {
|
|
3152
|
+
readonly name: "XSGD";
|
|
3153
|
+
readonly symbol: "XSGD";
|
|
3154
|
+
readonly oracleId: "XSGD";
|
|
3155
|
+
readonly address: "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b";
|
|
3156
|
+
readonly chainId: 8453;
|
|
3157
|
+
readonly decimals: 6;
|
|
3158
|
+
readonly website: "https://www.straitsx.com/";
|
|
3159
|
+
readonly description: "XSGD is the StraitsX digital Singapore Dollar, designed to revolutionise money transfers across the region.";
|
|
3160
|
+
readonly documentation: "https://www.straitsx.com/xsgd";
|
|
3161
|
+
readonly bridge: "native";
|
|
3162
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC"];
|
|
3163
|
+
};
|
|
3151
3164
|
};
|
|
3152
3165
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3153
3166
|
readonly WNATIVE: {
|
|
@@ -6296,6 +6309,19 @@ export declare const base: {
|
|
|
6296
6309
|
readonly bridge: "base-canonical";
|
|
6297
6310
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6298
6311
|
};
|
|
6312
|
+
readonly XSGD: {
|
|
6313
|
+
readonly name: "XSGD";
|
|
6314
|
+
readonly symbol: "XSGD";
|
|
6315
|
+
readonly oracleId: "XSGD";
|
|
6316
|
+
readonly address: "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b";
|
|
6317
|
+
readonly chainId: 8453;
|
|
6318
|
+
readonly decimals: 6;
|
|
6319
|
+
readonly website: "https://www.straitsx.com/";
|
|
6320
|
+
readonly description: "XSGD is the StraitsX digital Singapore Dollar, designed to revolutionise money transfers across the region.";
|
|
6321
|
+
readonly documentation: "https://www.straitsx.com/xsgd";
|
|
6322
|
+
readonly bridge: "native";
|
|
6323
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC"];
|
|
6324
|
+
};
|
|
6299
6325
|
}>;
|
|
6300
6326
|
readonly native: {
|
|
6301
6327
|
readonly symbol: "ETH";
|
|
@@ -3145,4 +3145,17 @@ export declare const tokens: {
|
|
|
3145
3145
|
readonly bridge: "base-canonical";
|
|
3146
3146
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3147
3147
|
};
|
|
3148
|
+
readonly XSGD: {
|
|
3149
|
+
readonly name: "XSGD";
|
|
3150
|
+
readonly symbol: "XSGD";
|
|
3151
|
+
readonly oracleId: "XSGD";
|
|
3152
|
+
readonly address: "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b";
|
|
3153
|
+
readonly chainId: 8453;
|
|
3154
|
+
readonly decimals: 6;
|
|
3155
|
+
readonly website: "https://www.straitsx.com/";
|
|
3156
|
+
readonly description: "XSGD is the StraitsX digital Singapore Dollar, designed to revolutionise money transfers across the region.";
|
|
3157
|
+
readonly documentation: "https://www.straitsx.com/xsgd";
|
|
3158
|
+
readonly bridge: "native";
|
|
3159
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK", "LARGE_HOLDERS", "SYNTHETIC"];
|
|
3160
|
+
};
|
|
3148
3161
|
};
|
|
@@ -3110,4 +3110,17 @@ export const tokens = {
|
|
|
3110
3110
|
bridge: 'base-canonical',
|
|
3111
3111
|
tags: ['LARGE_HOLDERS'],
|
|
3112
3112
|
},
|
|
3113
|
+
XSGD: {
|
|
3114
|
+
name: 'XSGD',
|
|
3115
|
+
symbol: 'XSGD',
|
|
3116
|
+
oracleId: 'XSGD',
|
|
3117
|
+
address: '0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b',
|
|
3118
|
+
chainId: 8453,
|
|
3119
|
+
decimals: 6,
|
|
3120
|
+
website: 'https://www.straitsx.com/',
|
|
3121
|
+
description: 'XSGD is the StraitsX digital Singapore Dollar, designed to revolutionise money transfers across the region.',
|
|
3122
|
+
documentation: 'https://www.straitsx.com/xsgd',
|
|
3123
|
+
bridge: 'native',
|
|
3124
|
+
tags: ['STABLECOIN', 'NO_TIMELOCK', 'LARGE_HOLDERS', 'SYNTHETIC'],
|
|
3125
|
+
},
|
|
3113
3126
|
};
|
package/package.json
CHANGED