@beefyfinance/blockchain-addressbook 0.54.172 → 0.54.173
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
|
@@ -3173,6 +3173,19 @@ export declare const base: {
|
|
|
3173
3173
|
readonly bridge: "native";
|
|
3174
3174
|
readonly tags: readonly ["MEMECOIN"];
|
|
3175
3175
|
};
|
|
3176
|
+
readonly UP: {
|
|
3177
|
+
readonly name: "Superform";
|
|
3178
|
+
readonly symbol: "UP";
|
|
3179
|
+
readonly oracleId: "UP";
|
|
3180
|
+
readonly address: "0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B";
|
|
3181
|
+
readonly chainId: 8453;
|
|
3182
|
+
readonly decimals: 18;
|
|
3183
|
+
readonly website: "https://www.superform.xyz/";
|
|
3184
|
+
readonly description: "Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.";
|
|
3185
|
+
readonly documentation: "https://help.superform.xyz/en/";
|
|
3186
|
+
readonly bridge: "layer-zero";
|
|
3187
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3188
|
+
};
|
|
3176
3189
|
};
|
|
3177
3190
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3178
3191
|
readonly WNATIVE: {
|
|
@@ -6346,6 +6359,19 @@ export declare const base: {
|
|
|
6346
6359
|
readonly bridge: "native";
|
|
6347
6360
|
readonly tags: readonly ["MEMECOIN"];
|
|
6348
6361
|
};
|
|
6362
|
+
readonly UP: {
|
|
6363
|
+
readonly name: "Superform";
|
|
6364
|
+
readonly symbol: "UP";
|
|
6365
|
+
readonly oracleId: "UP";
|
|
6366
|
+
readonly address: "0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B";
|
|
6367
|
+
readonly chainId: 8453;
|
|
6368
|
+
readonly decimals: 18;
|
|
6369
|
+
readonly website: "https://www.superform.xyz/";
|
|
6370
|
+
readonly description: "Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.";
|
|
6371
|
+
readonly documentation: "https://help.superform.xyz/en/";
|
|
6372
|
+
readonly bridge: "layer-zero";
|
|
6373
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6374
|
+
};
|
|
6349
6375
|
}>;
|
|
6350
6376
|
readonly native: {
|
|
6351
6377
|
readonly symbol: "ETH";
|
|
@@ -3170,4 +3170,17 @@ export declare const tokens: {
|
|
|
3170
3170
|
readonly bridge: "native";
|
|
3171
3171
|
readonly tags: readonly ["MEMECOIN"];
|
|
3172
3172
|
};
|
|
3173
|
+
readonly UP: {
|
|
3174
|
+
readonly name: "Superform";
|
|
3175
|
+
readonly symbol: "UP";
|
|
3176
|
+
readonly oracleId: "UP";
|
|
3177
|
+
readonly address: "0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B";
|
|
3178
|
+
readonly chainId: 8453;
|
|
3179
|
+
readonly decimals: 18;
|
|
3180
|
+
readonly website: "https://www.superform.xyz/";
|
|
3181
|
+
readonly description: "Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.";
|
|
3182
|
+
readonly documentation: "https://help.superform.xyz/en/";
|
|
3183
|
+
readonly bridge: "layer-zero";
|
|
3184
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3185
|
+
};
|
|
3173
3186
|
};
|
|
@@ -3138,4 +3138,17 @@ exports.tokens = {
|
|
|
3138
3138
|
bridge: 'native',
|
|
3139
3139
|
tags: ['MEMECOIN'],
|
|
3140
3140
|
},
|
|
3141
|
+
UP: {
|
|
3142
|
+
name: 'Superform',
|
|
3143
|
+
symbol: 'UP',
|
|
3144
|
+
oracleId: 'UP',
|
|
3145
|
+
address: '0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B',
|
|
3146
|
+
chainId: 8453,
|
|
3147
|
+
decimals: 18,
|
|
3148
|
+
website: 'https://www.superform.xyz/',
|
|
3149
|
+
description: 'Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.',
|
|
3150
|
+
documentation: 'https://help.superform.xyz/en/',
|
|
3151
|
+
bridge: 'layer-zero',
|
|
3152
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3153
|
+
},
|
|
3141
3154
|
};
|
|
@@ -3173,6 +3173,19 @@ export declare const base: {
|
|
|
3173
3173
|
readonly bridge: "native";
|
|
3174
3174
|
readonly tags: readonly ["MEMECOIN"];
|
|
3175
3175
|
};
|
|
3176
|
+
readonly UP: {
|
|
3177
|
+
readonly name: "Superform";
|
|
3178
|
+
readonly symbol: "UP";
|
|
3179
|
+
readonly oracleId: "UP";
|
|
3180
|
+
readonly address: "0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B";
|
|
3181
|
+
readonly chainId: 8453;
|
|
3182
|
+
readonly decimals: 18;
|
|
3183
|
+
readonly website: "https://www.superform.xyz/";
|
|
3184
|
+
readonly description: "Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.";
|
|
3185
|
+
readonly documentation: "https://help.superform.xyz/en/";
|
|
3186
|
+
readonly bridge: "layer-zero";
|
|
3187
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3188
|
+
};
|
|
3176
3189
|
};
|
|
3177
3190
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3178
3191
|
readonly WNATIVE: {
|
|
@@ -6346,6 +6359,19 @@ export declare const base: {
|
|
|
6346
6359
|
readonly bridge: "native";
|
|
6347
6360
|
readonly tags: readonly ["MEMECOIN"];
|
|
6348
6361
|
};
|
|
6362
|
+
readonly UP: {
|
|
6363
|
+
readonly name: "Superform";
|
|
6364
|
+
readonly symbol: "UP";
|
|
6365
|
+
readonly oracleId: "UP";
|
|
6366
|
+
readonly address: "0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B";
|
|
6367
|
+
readonly chainId: 8453;
|
|
6368
|
+
readonly decimals: 18;
|
|
6369
|
+
readonly website: "https://www.superform.xyz/";
|
|
6370
|
+
readonly description: "Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.";
|
|
6371
|
+
readonly documentation: "https://help.superform.xyz/en/";
|
|
6372
|
+
readonly bridge: "layer-zero";
|
|
6373
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6374
|
+
};
|
|
6349
6375
|
}>;
|
|
6350
6376
|
readonly native: {
|
|
6351
6377
|
readonly symbol: "ETH";
|
|
@@ -3170,4 +3170,17 @@ export declare const tokens: {
|
|
|
3170
3170
|
readonly bridge: "native";
|
|
3171
3171
|
readonly tags: readonly ["MEMECOIN"];
|
|
3172
3172
|
};
|
|
3173
|
+
readonly UP: {
|
|
3174
|
+
readonly name: "Superform";
|
|
3175
|
+
readonly symbol: "UP";
|
|
3176
|
+
readonly oracleId: "UP";
|
|
3177
|
+
readonly address: "0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B";
|
|
3178
|
+
readonly chainId: 8453;
|
|
3179
|
+
readonly decimals: 18;
|
|
3180
|
+
readonly website: "https://www.superform.xyz/";
|
|
3181
|
+
readonly description: "Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.";
|
|
3182
|
+
readonly documentation: "https://help.superform.xyz/en/";
|
|
3183
|
+
readonly bridge: "layer-zero";
|
|
3184
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3185
|
+
};
|
|
3173
3186
|
};
|
|
@@ -3135,4 +3135,17 @@ export const tokens = {
|
|
|
3135
3135
|
bridge: 'native',
|
|
3136
3136
|
tags: ['MEMECOIN'],
|
|
3137
3137
|
},
|
|
3138
|
+
UP: {
|
|
3139
|
+
name: 'Superform',
|
|
3140
|
+
symbol: 'UP',
|
|
3141
|
+
oracleId: 'UP',
|
|
3142
|
+
address: '0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B',
|
|
3143
|
+
chainId: 8453,
|
|
3144
|
+
decimals: 18,
|
|
3145
|
+
website: 'https://www.superform.xyz/',
|
|
3146
|
+
description: 'Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.',
|
|
3147
|
+
documentation: 'https://help.superform.xyz/en/',
|
|
3148
|
+
bridge: 'layer-zero',
|
|
3149
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3150
|
+
},
|
|
3138
3151
|
};
|
package/package.json
CHANGED