@beefyfinance/blockchain-addressbook 0.54.201 → 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/address-book/polygon/index.d.ts +2 -2
- package/build/address-book/polygon/tokens/tokens.d.ts +1 -1
- package/build/address-book/polygon/tokens/tokens.js +1 -1
- 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/build-esm/address-book/polygon/index.d.ts +2 -2
- package/build-esm/address-book/polygon/tokens/tokens.d.ts +1 -1
- package/build-esm/address-book/polygon/tokens/tokens.js +1 -1
- 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
|
};
|
|
@@ -997,7 +997,7 @@ export declare const polygon: {
|
|
|
997
997
|
readonly name: "ChainLink Token";
|
|
998
998
|
readonly address: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39";
|
|
999
999
|
readonly symbol: "LINK";
|
|
1000
|
-
readonly oracleId: "
|
|
1000
|
+
readonly oracleId: "LINK";
|
|
1001
1001
|
readonly decimals: 18;
|
|
1002
1002
|
readonly website: "https://chain.link/";
|
|
1003
1003
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
@@ -3092,7 +3092,7 @@ export declare const polygon: {
|
|
|
3092
3092
|
readonly name: "ChainLink Token";
|
|
3093
3093
|
readonly address: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39";
|
|
3094
3094
|
readonly symbol: "LINK";
|
|
3095
|
-
readonly oracleId: "
|
|
3095
|
+
readonly oracleId: "LINK";
|
|
3096
3096
|
readonly decimals: 18;
|
|
3097
3097
|
readonly website: "https://chain.link/";
|
|
3098
3098
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
@@ -994,7 +994,7 @@ export declare const tokens: {
|
|
|
994
994
|
readonly name: "ChainLink Token";
|
|
995
995
|
readonly address: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39";
|
|
996
996
|
readonly symbol: "LINK";
|
|
997
|
-
readonly oracleId: "
|
|
997
|
+
readonly oracleId: "LINK";
|
|
998
998
|
readonly decimals: 18;
|
|
999
999
|
readonly website: "https://chain.link/";
|
|
1000
1000
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
@@ -950,7 +950,7 @@ exports.tokens = {
|
|
|
950
950
|
name: 'ChainLink Token',
|
|
951
951
|
address: '0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39',
|
|
952
952
|
symbol: 'LINK',
|
|
953
|
-
oracleId: '
|
|
953
|
+
oracleId: 'LINK',
|
|
954
954
|
decimals: 18,
|
|
955
955
|
website: 'https://chain.link/',
|
|
956
956
|
description: 'Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.',
|
|
@@ -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
|
};
|
|
@@ -997,7 +997,7 @@ export declare const polygon: {
|
|
|
997
997
|
readonly name: "ChainLink Token";
|
|
998
998
|
readonly address: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39";
|
|
999
999
|
readonly symbol: "LINK";
|
|
1000
|
-
readonly oracleId: "
|
|
1000
|
+
readonly oracleId: "LINK";
|
|
1001
1001
|
readonly decimals: 18;
|
|
1002
1002
|
readonly website: "https://chain.link/";
|
|
1003
1003
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
@@ -3092,7 +3092,7 @@ export declare const polygon: {
|
|
|
3092
3092
|
readonly name: "ChainLink Token";
|
|
3093
3093
|
readonly address: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39";
|
|
3094
3094
|
readonly symbol: "LINK";
|
|
3095
|
-
readonly oracleId: "
|
|
3095
|
+
readonly oracleId: "LINK";
|
|
3096
3096
|
readonly decimals: 18;
|
|
3097
3097
|
readonly website: "https://chain.link/";
|
|
3098
3098
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
@@ -994,7 +994,7 @@ export declare const tokens: {
|
|
|
994
994
|
readonly name: "ChainLink Token";
|
|
995
995
|
readonly address: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39";
|
|
996
996
|
readonly symbol: "LINK";
|
|
997
|
-
readonly oracleId: "
|
|
997
|
+
readonly oracleId: "LINK";
|
|
998
998
|
readonly decimals: 18;
|
|
999
999
|
readonly website: "https://chain.link/";
|
|
1000
1000
|
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
@@ -947,7 +947,7 @@ export const tokens = {
|
|
|
947
947
|
name: 'ChainLink Token',
|
|
948
948
|
address: '0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39',
|
|
949
949
|
symbol: 'LINK',
|
|
950
|
-
oracleId: '
|
|
950
|
+
oracleId: 'LINK',
|
|
951
951
|
decimals: 18,
|
|
952
952
|
website: 'https://chain.link/',
|
|
953
953
|
description: 'Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.',
|
package/package.json
CHANGED