@beefyfinance/blockchain-addressbook 0.54.202 → 0.54.204
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 +26 -0
- package/build/address-book/arbitrum/tokens/tokens.d.ts +13 -0
- package/build/address-book/arbitrum/tokens/tokens.js +13 -0
- package/build/address-book/base/index.d.ts +52 -0
- package/build/address-book/base/tokens/tokens.d.ts +26 -0
- package/build/address-book/base/tokens/tokens.js +26 -0
- package/build-esm/address-book/arbitrum/index.d.ts +26 -0
- package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/arbitrum/tokens/tokens.js +13 -0
- package/build-esm/address-book/base/index.d.ts +52 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +26 -0
- package/build-esm/address-book/base/tokens/tokens.js +26 -0
- package/package.json +1 -1
|
@@ -2186,6 +2186,19 @@ export declare const arbitrum: {
|
|
|
2186
2186
|
readonly bridge: "layer-zero";
|
|
2187
2187
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
2188
2188
|
};
|
|
2189
|
+
readonly CHIP: {
|
|
2190
|
+
readonly name: "Chip";
|
|
2191
|
+
readonly symbol: "CHIP";
|
|
2192
|
+
readonly oracleId: "CHIP";
|
|
2193
|
+
readonly address: "0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e";
|
|
2194
|
+
readonly chainId: 42161;
|
|
2195
|
+
readonly decimals: 18;
|
|
2196
|
+
readonly website: "https://usd.ai/";
|
|
2197
|
+
readonly description: "CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.";
|
|
2198
|
+
readonly documentation: "https://docs.usd.ai/";
|
|
2199
|
+
readonly bridge: "native";
|
|
2200
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2201
|
+
};
|
|
2189
2202
|
};
|
|
2190
2203
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2191
2204
|
readonly WNATIVE: {
|
|
@@ -4372,6 +4385,19 @@ export declare const arbitrum: {
|
|
|
4372
4385
|
readonly bridge: "layer-zero";
|
|
4373
4386
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
4374
4387
|
};
|
|
4388
|
+
readonly CHIP: {
|
|
4389
|
+
readonly name: "Chip";
|
|
4390
|
+
readonly symbol: "CHIP";
|
|
4391
|
+
readonly oracleId: "CHIP";
|
|
4392
|
+
readonly address: "0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e";
|
|
4393
|
+
readonly chainId: 42161;
|
|
4394
|
+
readonly decimals: 18;
|
|
4395
|
+
readonly website: "https://usd.ai/";
|
|
4396
|
+
readonly description: "CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.";
|
|
4397
|
+
readonly documentation: "https://docs.usd.ai/";
|
|
4398
|
+
readonly bridge: "native";
|
|
4399
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
4400
|
+
};
|
|
4375
4401
|
}>;
|
|
4376
4402
|
readonly native: {
|
|
4377
4403
|
readonly symbol: "ETH";
|
|
@@ -2183,4 +2183,17 @@ export declare const tokens: {
|
|
|
2183
2183
|
readonly bridge: "layer-zero";
|
|
2184
2184
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
2185
2185
|
};
|
|
2186
|
+
readonly CHIP: {
|
|
2187
|
+
readonly name: "Chip";
|
|
2188
|
+
readonly symbol: "CHIP";
|
|
2189
|
+
readonly oracleId: "CHIP";
|
|
2190
|
+
readonly address: "0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e";
|
|
2191
|
+
readonly chainId: 42161;
|
|
2192
|
+
readonly decimals: 18;
|
|
2193
|
+
readonly website: "https://usd.ai/";
|
|
2194
|
+
readonly description: "CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.";
|
|
2195
|
+
readonly documentation: "https://docs.usd.ai/";
|
|
2196
|
+
readonly bridge: "native";
|
|
2197
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2198
|
+
};
|
|
2186
2199
|
};
|
|
@@ -2153,4 +2153,17 @@ exports.tokens = {
|
|
|
2153
2153
|
bridge: 'layer-zero',
|
|
2154
2154
|
tags: ['NO_TIMELOCK'],
|
|
2155
2155
|
},
|
|
2156
|
+
CHIP: {
|
|
2157
|
+
name: 'Chip',
|
|
2158
|
+
symbol: 'CHIP',
|
|
2159
|
+
oracleId: 'CHIP',
|
|
2160
|
+
address: '0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e',
|
|
2161
|
+
chainId: 42161,
|
|
2162
|
+
decimals: 18,
|
|
2163
|
+
website: 'https://usd.ai/',
|
|
2164
|
+
description: 'CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.',
|
|
2165
|
+
documentation: 'https://docs.usd.ai/',
|
|
2166
|
+
bridge: 'native',
|
|
2167
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2168
|
+
},
|
|
2156
2169
|
};
|
|
@@ -3299,6 +3299,32 @@ export declare const base: {
|
|
|
3299
3299
|
readonly bridge: "layer-zero";
|
|
3300
3300
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3301
3301
|
};
|
|
3302
|
+
readonly CHIP: {
|
|
3303
|
+
readonly name: "Chip";
|
|
3304
|
+
readonly symbol: "CHIP";
|
|
3305
|
+
readonly oracleId: "bCHIP";
|
|
3306
|
+
readonly address: "0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e";
|
|
3307
|
+
readonly chainId: 8453;
|
|
3308
|
+
readonly decimals: 18;
|
|
3309
|
+
readonly website: "https://usd.ai/";
|
|
3310
|
+
readonly description: "CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.";
|
|
3311
|
+
readonly documentation: "https://docs.usd.ai/";
|
|
3312
|
+
readonly bridge: "layer-zero";
|
|
3313
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3314
|
+
};
|
|
3315
|
+
readonly frxUSD: {
|
|
3316
|
+
readonly name: "Frax USD";
|
|
3317
|
+
readonly symbol: "frxUSD";
|
|
3318
|
+
readonly oracleId: "basefrxUSD";
|
|
3319
|
+
readonly address: "0xe5020A6d073a794B6E7f05678707dE47986Fb0b6";
|
|
3320
|
+
readonly chainId: 8453;
|
|
3321
|
+
readonly decimals: 18;
|
|
3322
|
+
readonly website: "https://frax.finance/";
|
|
3323
|
+
readonly description: "frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
3324
|
+
readonly bridge: "layer-zero";
|
|
3325
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
3326
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3327
|
+
};
|
|
3302
3328
|
};
|
|
3303
3329
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3304
3330
|
readonly WNATIVE: {
|
|
@@ -6598,6 +6624,32 @@ export declare const base: {
|
|
|
6598
6624
|
readonly bridge: "layer-zero";
|
|
6599
6625
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6600
6626
|
};
|
|
6627
|
+
readonly CHIP: {
|
|
6628
|
+
readonly name: "Chip";
|
|
6629
|
+
readonly symbol: "CHIP";
|
|
6630
|
+
readonly oracleId: "bCHIP";
|
|
6631
|
+
readonly address: "0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e";
|
|
6632
|
+
readonly chainId: 8453;
|
|
6633
|
+
readonly decimals: 18;
|
|
6634
|
+
readonly website: "https://usd.ai/";
|
|
6635
|
+
readonly description: "CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.";
|
|
6636
|
+
readonly documentation: "https://docs.usd.ai/";
|
|
6637
|
+
readonly bridge: "layer-zero";
|
|
6638
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6639
|
+
};
|
|
6640
|
+
readonly frxUSD: {
|
|
6641
|
+
readonly name: "Frax USD";
|
|
6642
|
+
readonly symbol: "frxUSD";
|
|
6643
|
+
readonly oracleId: "basefrxUSD";
|
|
6644
|
+
readonly address: "0xe5020A6d073a794B6E7f05678707dE47986Fb0b6";
|
|
6645
|
+
readonly chainId: 8453;
|
|
6646
|
+
readonly decimals: 18;
|
|
6647
|
+
readonly website: "https://frax.finance/";
|
|
6648
|
+
readonly description: "frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
6649
|
+
readonly bridge: "layer-zero";
|
|
6650
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
6651
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
6652
|
+
};
|
|
6601
6653
|
}>;
|
|
6602
6654
|
readonly native: {
|
|
6603
6655
|
readonly symbol: "ETH";
|
|
@@ -3296,4 +3296,30 @@ export declare const tokens: {
|
|
|
3296
3296
|
readonly bridge: "layer-zero";
|
|
3297
3297
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3298
3298
|
};
|
|
3299
|
+
readonly CHIP: {
|
|
3300
|
+
readonly name: "Chip";
|
|
3301
|
+
readonly symbol: "CHIP";
|
|
3302
|
+
readonly oracleId: "bCHIP";
|
|
3303
|
+
readonly address: "0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e";
|
|
3304
|
+
readonly chainId: 8453;
|
|
3305
|
+
readonly decimals: 18;
|
|
3306
|
+
readonly website: "https://usd.ai/";
|
|
3307
|
+
readonly description: "CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.";
|
|
3308
|
+
readonly documentation: "https://docs.usd.ai/";
|
|
3309
|
+
readonly bridge: "layer-zero";
|
|
3310
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3311
|
+
};
|
|
3312
|
+
readonly frxUSD: {
|
|
3313
|
+
readonly name: "Frax USD";
|
|
3314
|
+
readonly symbol: "frxUSD";
|
|
3315
|
+
readonly oracleId: "basefrxUSD";
|
|
3316
|
+
readonly address: "0xe5020A6d073a794B6E7f05678707dE47986Fb0b6";
|
|
3317
|
+
readonly chainId: 8453;
|
|
3318
|
+
readonly decimals: 18;
|
|
3319
|
+
readonly website: "https://frax.finance/";
|
|
3320
|
+
readonly description: "frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
3321
|
+
readonly bridge: "layer-zero";
|
|
3322
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
3323
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3324
|
+
};
|
|
3299
3325
|
};
|
|
@@ -3264,4 +3264,30 @@ exports.tokens = {
|
|
|
3264
3264
|
bridge: 'layer-zero',
|
|
3265
3265
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3266
3266
|
},
|
|
3267
|
+
CHIP: {
|
|
3268
|
+
name: 'Chip',
|
|
3269
|
+
symbol: 'CHIP',
|
|
3270
|
+
oracleId: 'bCHIP',
|
|
3271
|
+
address: '0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e',
|
|
3272
|
+
chainId: 8453,
|
|
3273
|
+
decimals: 18,
|
|
3274
|
+
website: 'https://usd.ai/',
|
|
3275
|
+
description: 'CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.',
|
|
3276
|
+
documentation: 'https://docs.usd.ai/',
|
|
3277
|
+
bridge: 'layer-zero',
|
|
3278
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3279
|
+
},
|
|
3280
|
+
frxUSD: {
|
|
3281
|
+
name: 'Frax USD',
|
|
3282
|
+
symbol: 'frxUSD',
|
|
3283
|
+
oracleId: 'basefrxUSD',
|
|
3284
|
+
address: '0xe5020A6d073a794B6E7f05678707dE47986Fb0b6',
|
|
3285
|
+
chainId: 8453,
|
|
3286
|
+
decimals: 18,
|
|
3287
|
+
website: 'https://frax.finance/',
|
|
3288
|
+
description: 'frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.',
|
|
3289
|
+
bridge: 'layer-zero',
|
|
3290
|
+
documentation: 'https://docs.frax.finance/',
|
|
3291
|
+
tags: ['STABLECOIN', 'SYNTHETIC'],
|
|
3292
|
+
},
|
|
3267
3293
|
};
|
|
@@ -2186,6 +2186,19 @@ export declare const arbitrum: {
|
|
|
2186
2186
|
readonly bridge: "layer-zero";
|
|
2187
2187
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
2188
2188
|
};
|
|
2189
|
+
readonly CHIP: {
|
|
2190
|
+
readonly name: "Chip";
|
|
2191
|
+
readonly symbol: "CHIP";
|
|
2192
|
+
readonly oracleId: "CHIP";
|
|
2193
|
+
readonly address: "0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e";
|
|
2194
|
+
readonly chainId: 42161;
|
|
2195
|
+
readonly decimals: 18;
|
|
2196
|
+
readonly website: "https://usd.ai/";
|
|
2197
|
+
readonly description: "CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.";
|
|
2198
|
+
readonly documentation: "https://docs.usd.ai/";
|
|
2199
|
+
readonly bridge: "native";
|
|
2200
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2201
|
+
};
|
|
2189
2202
|
};
|
|
2190
2203
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2191
2204
|
readonly WNATIVE: {
|
|
@@ -4372,6 +4385,19 @@ export declare const arbitrum: {
|
|
|
4372
4385
|
readonly bridge: "layer-zero";
|
|
4373
4386
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
4374
4387
|
};
|
|
4388
|
+
readonly CHIP: {
|
|
4389
|
+
readonly name: "Chip";
|
|
4390
|
+
readonly symbol: "CHIP";
|
|
4391
|
+
readonly oracleId: "CHIP";
|
|
4392
|
+
readonly address: "0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e";
|
|
4393
|
+
readonly chainId: 42161;
|
|
4394
|
+
readonly decimals: 18;
|
|
4395
|
+
readonly website: "https://usd.ai/";
|
|
4396
|
+
readonly description: "CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.";
|
|
4397
|
+
readonly documentation: "https://docs.usd.ai/";
|
|
4398
|
+
readonly bridge: "native";
|
|
4399
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
4400
|
+
};
|
|
4375
4401
|
}>;
|
|
4376
4402
|
readonly native: {
|
|
4377
4403
|
readonly symbol: "ETH";
|
|
@@ -2183,4 +2183,17 @@ export declare const tokens: {
|
|
|
2183
2183
|
readonly bridge: "layer-zero";
|
|
2184
2184
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
2185
2185
|
};
|
|
2186
|
+
readonly CHIP: {
|
|
2187
|
+
readonly name: "Chip";
|
|
2188
|
+
readonly symbol: "CHIP";
|
|
2189
|
+
readonly oracleId: "CHIP";
|
|
2190
|
+
readonly address: "0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e";
|
|
2191
|
+
readonly chainId: 42161;
|
|
2192
|
+
readonly decimals: 18;
|
|
2193
|
+
readonly website: "https://usd.ai/";
|
|
2194
|
+
readonly description: "CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.";
|
|
2195
|
+
readonly documentation: "https://docs.usd.ai/";
|
|
2196
|
+
readonly bridge: "native";
|
|
2197
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2198
|
+
};
|
|
2186
2199
|
};
|
|
@@ -2150,4 +2150,17 @@ export const tokens = {
|
|
|
2150
2150
|
bridge: 'layer-zero',
|
|
2151
2151
|
tags: ['NO_TIMELOCK'],
|
|
2152
2152
|
},
|
|
2153
|
+
CHIP: {
|
|
2154
|
+
name: 'Chip',
|
|
2155
|
+
symbol: 'CHIP',
|
|
2156
|
+
oracleId: 'CHIP',
|
|
2157
|
+
address: '0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e',
|
|
2158
|
+
chainId: 42161,
|
|
2159
|
+
decimals: 18,
|
|
2160
|
+
website: 'https://usd.ai/',
|
|
2161
|
+
description: 'CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.',
|
|
2162
|
+
documentation: 'https://docs.usd.ai/',
|
|
2163
|
+
bridge: 'native',
|
|
2164
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2165
|
+
},
|
|
2153
2166
|
};
|
|
@@ -3299,6 +3299,32 @@ export declare const base: {
|
|
|
3299
3299
|
readonly bridge: "layer-zero";
|
|
3300
3300
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3301
3301
|
};
|
|
3302
|
+
readonly CHIP: {
|
|
3303
|
+
readonly name: "Chip";
|
|
3304
|
+
readonly symbol: "CHIP";
|
|
3305
|
+
readonly oracleId: "bCHIP";
|
|
3306
|
+
readonly address: "0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e";
|
|
3307
|
+
readonly chainId: 8453;
|
|
3308
|
+
readonly decimals: 18;
|
|
3309
|
+
readonly website: "https://usd.ai/";
|
|
3310
|
+
readonly description: "CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.";
|
|
3311
|
+
readonly documentation: "https://docs.usd.ai/";
|
|
3312
|
+
readonly bridge: "layer-zero";
|
|
3313
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3314
|
+
};
|
|
3315
|
+
readonly frxUSD: {
|
|
3316
|
+
readonly name: "Frax USD";
|
|
3317
|
+
readonly symbol: "frxUSD";
|
|
3318
|
+
readonly oracleId: "basefrxUSD";
|
|
3319
|
+
readonly address: "0xe5020A6d073a794B6E7f05678707dE47986Fb0b6";
|
|
3320
|
+
readonly chainId: 8453;
|
|
3321
|
+
readonly decimals: 18;
|
|
3322
|
+
readonly website: "https://frax.finance/";
|
|
3323
|
+
readonly description: "frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
3324
|
+
readonly bridge: "layer-zero";
|
|
3325
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
3326
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3327
|
+
};
|
|
3302
3328
|
};
|
|
3303
3329
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3304
3330
|
readonly WNATIVE: {
|
|
@@ -6598,6 +6624,32 @@ export declare const base: {
|
|
|
6598
6624
|
readonly bridge: "layer-zero";
|
|
6599
6625
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6600
6626
|
};
|
|
6627
|
+
readonly CHIP: {
|
|
6628
|
+
readonly name: "Chip";
|
|
6629
|
+
readonly symbol: "CHIP";
|
|
6630
|
+
readonly oracleId: "bCHIP";
|
|
6631
|
+
readonly address: "0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e";
|
|
6632
|
+
readonly chainId: 8453;
|
|
6633
|
+
readonly decimals: 18;
|
|
6634
|
+
readonly website: "https://usd.ai/";
|
|
6635
|
+
readonly description: "CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.";
|
|
6636
|
+
readonly documentation: "https://docs.usd.ai/";
|
|
6637
|
+
readonly bridge: "layer-zero";
|
|
6638
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6639
|
+
};
|
|
6640
|
+
readonly frxUSD: {
|
|
6641
|
+
readonly name: "Frax USD";
|
|
6642
|
+
readonly symbol: "frxUSD";
|
|
6643
|
+
readonly oracleId: "basefrxUSD";
|
|
6644
|
+
readonly address: "0xe5020A6d073a794B6E7f05678707dE47986Fb0b6";
|
|
6645
|
+
readonly chainId: 8453;
|
|
6646
|
+
readonly decimals: 18;
|
|
6647
|
+
readonly website: "https://frax.finance/";
|
|
6648
|
+
readonly description: "frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
6649
|
+
readonly bridge: "layer-zero";
|
|
6650
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
6651
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
6652
|
+
};
|
|
6601
6653
|
}>;
|
|
6602
6654
|
readonly native: {
|
|
6603
6655
|
readonly symbol: "ETH";
|
|
@@ -3296,4 +3296,30 @@ export declare const tokens: {
|
|
|
3296
3296
|
readonly bridge: "layer-zero";
|
|
3297
3297
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3298
3298
|
};
|
|
3299
|
+
readonly CHIP: {
|
|
3300
|
+
readonly name: "Chip";
|
|
3301
|
+
readonly symbol: "CHIP";
|
|
3302
|
+
readonly oracleId: "bCHIP";
|
|
3303
|
+
readonly address: "0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e";
|
|
3304
|
+
readonly chainId: 8453;
|
|
3305
|
+
readonly decimals: 18;
|
|
3306
|
+
readonly website: "https://usd.ai/";
|
|
3307
|
+
readonly description: "CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.";
|
|
3308
|
+
readonly documentation: "https://docs.usd.ai/";
|
|
3309
|
+
readonly bridge: "layer-zero";
|
|
3310
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3311
|
+
};
|
|
3312
|
+
readonly frxUSD: {
|
|
3313
|
+
readonly name: "Frax USD";
|
|
3314
|
+
readonly symbol: "frxUSD";
|
|
3315
|
+
readonly oracleId: "basefrxUSD";
|
|
3316
|
+
readonly address: "0xe5020A6d073a794B6E7f05678707dE47986Fb0b6";
|
|
3317
|
+
readonly chainId: 8453;
|
|
3318
|
+
readonly decimals: 18;
|
|
3319
|
+
readonly website: "https://frax.finance/";
|
|
3320
|
+
readonly description: "frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.";
|
|
3321
|
+
readonly bridge: "layer-zero";
|
|
3322
|
+
readonly documentation: "https://docs.frax.finance/";
|
|
3323
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
3324
|
+
};
|
|
3299
3325
|
};
|
|
@@ -3261,4 +3261,30 @@ export const tokens = {
|
|
|
3261
3261
|
bridge: 'layer-zero',
|
|
3262
3262
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3263
3263
|
},
|
|
3264
|
+
CHIP: {
|
|
3265
|
+
name: 'Chip',
|
|
3266
|
+
symbol: 'CHIP',
|
|
3267
|
+
oracleId: 'bCHIP',
|
|
3268
|
+
address: '0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e',
|
|
3269
|
+
chainId: 8453,
|
|
3270
|
+
decimals: 18,
|
|
3271
|
+
website: 'https://usd.ai/',
|
|
3272
|
+
description: 'CHIP is the utility and governance token of USD.AI. It coordinates the standards, risk parameters, revenue fee streams, and market plumbing that enable the standardization of GPU-backed loans, which then become liquid and continuously priced.',
|
|
3273
|
+
documentation: 'https://docs.usd.ai/',
|
|
3274
|
+
bridge: 'layer-zero',
|
|
3275
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3276
|
+
},
|
|
3277
|
+
frxUSD: {
|
|
3278
|
+
name: 'Frax USD',
|
|
3279
|
+
symbol: 'frxUSD',
|
|
3280
|
+
oracleId: 'basefrxUSD',
|
|
3281
|
+
address: '0xe5020A6d073a794B6E7f05678707dE47986Fb0b6',
|
|
3282
|
+
chainId: 8453,
|
|
3283
|
+
decimals: 18,
|
|
3284
|
+
website: 'https://frax.finance/',
|
|
3285
|
+
description: 'frxUSD (previously FRAX) is a crypto collateralized stablecoin pegged to the US dollar.',
|
|
3286
|
+
bridge: 'layer-zero',
|
|
3287
|
+
documentation: 'https://docs.frax.finance/',
|
|
3288
|
+
tags: ['STABLECOIN', 'SYNTHETIC'],
|
|
3289
|
+
},
|
|
3264
3290
|
};
|
package/package.json
CHANGED