@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-09-07T19:
|
|
25
|
+
var timestamp = "2023-09-07T19:38:58.329Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2349,6 +2349,7 @@ var tokens = [
|
|
|
2349
2349
|
logoURI: "https://ethereum-optimism.github.io/data/KNC/logo.png",
|
|
2350
2350
|
extensions: {
|
|
2351
2351
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2352
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2352
2353
|
opListId: "default",
|
|
2353
2354
|
opTokenId: "KNC"
|
|
2354
2355
|
}
|
|
@@ -2366,6 +2367,19 @@ var tokens = [
|
|
|
2366
2367
|
opTokenId: "KNC"
|
|
2367
2368
|
}
|
|
2368
2369
|
},
|
|
2370
|
+
{
|
|
2371
|
+
chainId: 8453,
|
|
2372
|
+
address: "0x28fe69Ff6864C1C218878BDCA01482D36B9D57b1",
|
|
2373
|
+
name: "Kyber Network Crystal v2",
|
|
2374
|
+
symbol: "KNC",
|
|
2375
|
+
decimals: 18,
|
|
2376
|
+
logoURI: "https://ethereum-optimism.github.io/data/KNC/logo.png",
|
|
2377
|
+
extensions: {
|
|
2378
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2379
|
+
opListId: "default",
|
|
2380
|
+
opTokenId: "KNC"
|
|
2381
|
+
}
|
|
2382
|
+
},
|
|
2369
2383
|
{
|
|
2370
2384
|
chainId: 1,
|
|
2371
2385
|
address: "0x3af33bef05c2dcb3c7288b77fe1c8d2aeba4d789",
|
|
@@ -3254,6 +3268,7 @@ var tokens = [
|
|
|
3254
3268
|
decimals: 9,
|
|
3255
3269
|
logoURI: "https://ethereum-optimism.github.io/data/PIP/logo.svg",
|
|
3256
3270
|
extensions: {
|
|
3271
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3257
3272
|
opListId: "extended",
|
|
3258
3273
|
opTokenId: "PIP"
|
|
3259
3274
|
}
|
|
@@ -3298,6 +3313,19 @@ var tokens = [
|
|
|
3298
3313
|
opTokenId: "PIP"
|
|
3299
3314
|
}
|
|
3300
3315
|
},
|
|
3316
|
+
{
|
|
3317
|
+
chainId: 8453,
|
|
3318
|
+
address: "0x76ff2AB6b34142421F44A68cC8Dd08f45F9Ee2F2",
|
|
3319
|
+
name: "PIP",
|
|
3320
|
+
symbol: "PIP",
|
|
3321
|
+
decimals: 9,
|
|
3322
|
+
logoURI: "https://ethereum-optimism.github.io/data/PIP/logo.svg",
|
|
3323
|
+
extensions: {
|
|
3324
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3325
|
+
opListId: "extended",
|
|
3326
|
+
opTokenId: "PIP"
|
|
3327
|
+
}
|
|
3328
|
+
},
|
|
3301
3329
|
{
|
|
3302
3330
|
chainId: 8453,
|
|
3303
3331
|
address: "0x7C34073C56285944F9A5384137186abFAe1C3bf0",
|
|
@@ -5534,7 +5562,7 @@ var tokens = [
|
|
|
5534
5562
|
var version = {
|
|
5535
5563
|
major: 8,
|
|
5536
5564
|
minor: 3,
|
|
5537
|
-
patch:
|
|
5565
|
+
patch: 159
|
|
5538
5566
|
};
|
|
5539
5567
|
var optimism_tokenlist_default = {
|
|
5540
5568
|
name,
|