@eth-optimism/tokenlist 8.3.158 → 8.3.159
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/dist/index.d.ts +1 -1
- package/dist/index.js +30 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +30 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-12c37fca.d.ts → optimism.tokenlist-291191bb.d.ts} +30 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +30 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +30 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2023-09-07T19:
|
|
44
|
+
var timestamp = "2023-09-07T19:38:58.329Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2368,6 +2368,7 @@ var tokens = [
|
|
|
2368
2368
|
logoURI: "https://ethereum-optimism.github.io/data/KNC/logo.png",
|
|
2369
2369
|
extensions: {
|
|
2370
2370
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2371
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2371
2372
|
opListId: "default",
|
|
2372
2373
|
opTokenId: "KNC"
|
|
2373
2374
|
}
|
|
@@ -2385,6 +2386,19 @@ var tokens = [
|
|
|
2385
2386
|
opTokenId: "KNC"
|
|
2386
2387
|
}
|
|
2387
2388
|
},
|
|
2389
|
+
{
|
|
2390
|
+
chainId: 8453,
|
|
2391
|
+
address: "0x28fe69Ff6864C1C218878BDCA01482D36B9D57b1",
|
|
2392
|
+
name: "Kyber Network Crystal v2",
|
|
2393
|
+
symbol: "KNC",
|
|
2394
|
+
decimals: 18,
|
|
2395
|
+
logoURI: "https://ethereum-optimism.github.io/data/KNC/logo.png",
|
|
2396
|
+
extensions: {
|
|
2397
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2398
|
+
opListId: "default",
|
|
2399
|
+
opTokenId: "KNC"
|
|
2400
|
+
}
|
|
2401
|
+
},
|
|
2388
2402
|
{
|
|
2389
2403
|
chainId: 1,
|
|
2390
2404
|
address: "0x3af33bef05c2dcb3c7288b77fe1c8d2aeba4d789",
|
|
@@ -3273,6 +3287,7 @@ var tokens = [
|
|
|
3273
3287
|
decimals: 9,
|
|
3274
3288
|
logoURI: "https://ethereum-optimism.github.io/data/PIP/logo.svg",
|
|
3275
3289
|
extensions: {
|
|
3290
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3276
3291
|
opListId: "extended",
|
|
3277
3292
|
opTokenId: "PIP"
|
|
3278
3293
|
}
|
|
@@ -3317,6 +3332,19 @@ var tokens = [
|
|
|
3317
3332
|
opTokenId: "PIP"
|
|
3318
3333
|
}
|
|
3319
3334
|
},
|
|
3335
|
+
{
|
|
3336
|
+
chainId: 8453,
|
|
3337
|
+
address: "0x76ff2AB6b34142421F44A68cC8Dd08f45F9Ee2F2",
|
|
3338
|
+
name: "PIP",
|
|
3339
|
+
symbol: "PIP",
|
|
3340
|
+
decimals: 9,
|
|
3341
|
+
logoURI: "https://ethereum-optimism.github.io/data/PIP/logo.svg",
|
|
3342
|
+
extensions: {
|
|
3343
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3344
|
+
opListId: "extended",
|
|
3345
|
+
opTokenId: "PIP"
|
|
3346
|
+
}
|
|
3347
|
+
},
|
|
3320
3348
|
{
|
|
3321
3349
|
chainId: 8453,
|
|
3322
3350
|
address: "0x7C34073C56285944F9A5384137186abFAe1C3bf0",
|
|
@@ -5553,7 +5581,7 @@ var tokens = [
|
|
|
5553
5581
|
var version = {
|
|
5554
5582
|
major: 8,
|
|
5555
5583
|
minor: 3,
|
|
5556
|
-
patch:
|
|
5584
|
+
patch: 159
|
|
5557
5585
|
};
|
|
5558
5586
|
var optimism_tokenlist_default = {
|
|
5559
5587
|
name,
|