@beefyfinance/blockchain-addressbook 0.54.202 → 0.54.203
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 +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/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 +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
|
@@ -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,19 @@ 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
|
+
};
|
|
3302
3315
|
};
|
|
3303
3316
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3304
3317
|
readonly WNATIVE: {
|
|
@@ -6598,6 +6611,19 @@ export declare const base: {
|
|
|
6598
6611
|
readonly bridge: "layer-zero";
|
|
6599
6612
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6600
6613
|
};
|
|
6614
|
+
readonly CHIP: {
|
|
6615
|
+
readonly name: "Chip";
|
|
6616
|
+
readonly symbol: "CHIP";
|
|
6617
|
+
readonly oracleId: "bCHIP";
|
|
6618
|
+
readonly address: "0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e";
|
|
6619
|
+
readonly chainId: 8453;
|
|
6620
|
+
readonly decimals: 18;
|
|
6621
|
+
readonly website: "https://usd.ai/";
|
|
6622
|
+
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.";
|
|
6623
|
+
readonly documentation: "https://docs.usd.ai/";
|
|
6624
|
+
readonly bridge: "layer-zero";
|
|
6625
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6626
|
+
};
|
|
6601
6627
|
}>;
|
|
6602
6628
|
readonly native: {
|
|
6603
6629
|
readonly symbol: "ETH";
|
|
@@ -3296,4 +3296,17 @@ 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
|
+
};
|
|
3299
3312
|
};
|
|
@@ -3264,4 +3264,17 @@ 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
|
+
},
|
|
3267
3280
|
};
|
|
@@ -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,19 @@ 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
|
+
};
|
|
3302
3315
|
};
|
|
3303
3316
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3304
3317
|
readonly WNATIVE: {
|
|
@@ -6598,6 +6611,19 @@ export declare const base: {
|
|
|
6598
6611
|
readonly bridge: "layer-zero";
|
|
6599
6612
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6600
6613
|
};
|
|
6614
|
+
readonly CHIP: {
|
|
6615
|
+
readonly name: "Chip";
|
|
6616
|
+
readonly symbol: "CHIP";
|
|
6617
|
+
readonly oracleId: "bCHIP";
|
|
6618
|
+
readonly address: "0x0C1c1C109FE34733fca54b82d7B46B75CFb71F6e";
|
|
6619
|
+
readonly chainId: 8453;
|
|
6620
|
+
readonly decimals: 18;
|
|
6621
|
+
readonly website: "https://usd.ai/";
|
|
6622
|
+
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.";
|
|
6623
|
+
readonly documentation: "https://docs.usd.ai/";
|
|
6624
|
+
readonly bridge: "layer-zero";
|
|
6625
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6626
|
+
};
|
|
6601
6627
|
}>;
|
|
6602
6628
|
readonly native: {
|
|
6603
6629
|
readonly symbol: "ETH";
|
|
@@ -3296,4 +3296,17 @@ 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
|
+
};
|
|
3299
3312
|
};
|
|
@@ -3261,4 +3261,17 @@ 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
|
+
},
|
|
3264
3277
|
};
|
package/package.json
CHANGED