@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-09-07T19:
|
|
9
|
+
var timestamp = "2023-09-07T19:38:58.329Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -2333,6 +2333,7 @@ var tokens = [
|
|
|
2333
2333
|
logoURI: "https://ethereum-optimism.github.io/data/KNC/logo.png",
|
|
2334
2334
|
extensions: {
|
|
2335
2335
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2336
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2336
2337
|
opListId: "default",
|
|
2337
2338
|
opTokenId: "KNC"
|
|
2338
2339
|
}
|
|
@@ -2350,6 +2351,19 @@ var tokens = [
|
|
|
2350
2351
|
opTokenId: "KNC"
|
|
2351
2352
|
}
|
|
2352
2353
|
},
|
|
2354
|
+
{
|
|
2355
|
+
chainId: 8453,
|
|
2356
|
+
address: "0x28fe69Ff6864C1C218878BDCA01482D36B9D57b1",
|
|
2357
|
+
name: "Kyber Network Crystal v2",
|
|
2358
|
+
symbol: "KNC",
|
|
2359
|
+
decimals: 18,
|
|
2360
|
+
logoURI: "https://ethereum-optimism.github.io/data/KNC/logo.png",
|
|
2361
|
+
extensions: {
|
|
2362
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2363
|
+
opListId: "default",
|
|
2364
|
+
opTokenId: "KNC"
|
|
2365
|
+
}
|
|
2366
|
+
},
|
|
2353
2367
|
{
|
|
2354
2368
|
chainId: 1,
|
|
2355
2369
|
address: "0x3af33bef05c2dcb3c7288b77fe1c8d2aeba4d789",
|
|
@@ -3238,6 +3252,7 @@ var tokens = [
|
|
|
3238
3252
|
decimals: 9,
|
|
3239
3253
|
logoURI: "https://ethereum-optimism.github.io/data/PIP/logo.svg",
|
|
3240
3254
|
extensions: {
|
|
3255
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3241
3256
|
opListId: "extended",
|
|
3242
3257
|
opTokenId: "PIP"
|
|
3243
3258
|
}
|
|
@@ -3282,6 +3297,19 @@ var tokens = [
|
|
|
3282
3297
|
opTokenId: "PIP"
|
|
3283
3298
|
}
|
|
3284
3299
|
},
|
|
3300
|
+
{
|
|
3301
|
+
chainId: 8453,
|
|
3302
|
+
address: "0x76ff2AB6b34142421F44A68cC8Dd08f45F9Ee2F2",
|
|
3303
|
+
name: "PIP",
|
|
3304
|
+
symbol: "PIP",
|
|
3305
|
+
decimals: 9,
|
|
3306
|
+
logoURI: "https://ethereum-optimism.github.io/data/PIP/logo.svg",
|
|
3307
|
+
extensions: {
|
|
3308
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3309
|
+
opListId: "extended",
|
|
3310
|
+
opTokenId: "PIP"
|
|
3311
|
+
}
|
|
3312
|
+
},
|
|
3285
3313
|
{
|
|
3286
3314
|
chainId: 8453,
|
|
3287
3315
|
address: "0x7C34073C56285944F9A5384137186abFAe1C3bf0",
|
|
@@ -5518,7 +5546,7 @@ var tokens = [
|
|
|
5518
5546
|
var version = {
|
|
5519
5547
|
major: 8,
|
|
5520
5548
|
minor: 3,
|
|
5521
|
-
patch:
|
|
5549
|
+
patch: 159
|
|
5522
5550
|
};
|
|
5523
5551
|
var optimism_tokenlist_default = {
|
|
5524
5552
|
name,
|