@eth-optimism/tokenlist 10.0.29 → 10.0.30
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-54e546cc.d.ts → optimism.tokenlist-710757e9.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -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 = "2024-04-29T18:
|
|
44
|
+
var timestamp = "2024-04-29T18:53:51.585Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -327,6 +327,32 @@ var tokens = [
|
|
|
327
327
|
opTokenId: "APT"
|
|
328
328
|
}
|
|
329
329
|
},
|
|
330
|
+
{
|
|
331
|
+
chainId: 1,
|
|
332
|
+
address: "0x594daad7d77592a2b97b725a7ad59d7e188b5bfa",
|
|
333
|
+
name: "Apu Apustaja",
|
|
334
|
+
symbol: "APU",
|
|
335
|
+
decimals: 18,
|
|
336
|
+
logoURI: "https://ethereum-optimism.github.io/data/APU/logo.svg",
|
|
337
|
+
extensions: {
|
|
338
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
339
|
+
opListId: "extended",
|
|
340
|
+
opTokenId: "APU"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
chainId: 8453,
|
|
345
|
+
address: "0x7a2c5e7788e55ec0a7ba4aeec5b3da322718fb5e",
|
|
346
|
+
name: "Apu Apustaja",
|
|
347
|
+
symbol: "APU",
|
|
348
|
+
decimals: 18,
|
|
349
|
+
logoURI: "https://ethereum-optimism.github.io/data/APU/logo.svg",
|
|
350
|
+
extensions: {
|
|
351
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
352
|
+
opListId: "extended",
|
|
353
|
+
opTokenId: "APU"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
330
356
|
{
|
|
331
357
|
chainId: 1,
|
|
332
358
|
address: "0xeDF6568618A00C6F0908Bf7758A16F76B6E04aF9",
|
|
@@ -3451,6 +3477,32 @@ var tokens = [
|
|
|
3451
3477
|
opTokenId: "MOM"
|
|
3452
3478
|
}
|
|
3453
3479
|
},
|
|
3480
|
+
{
|
|
3481
|
+
chainId: 1,
|
|
3482
|
+
address: "0xc8168d5665f4418353728ac970713e09C0B7c20e",
|
|
3483
|
+
name: "MONKE",
|
|
3484
|
+
symbol: "MONKE",
|
|
3485
|
+
decimals: 18,
|
|
3486
|
+
logoURI: "https://ethereum-optimism.github.io/data/MONKE/logo.svg",
|
|
3487
|
+
extensions: {
|
|
3488
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3489
|
+
opListId: "extended",
|
|
3490
|
+
opTokenId: "MONKE"
|
|
3491
|
+
}
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
chainId: 8453,
|
|
3495
|
+
address: "0xe8740ff403060dae99c63a684e0dfe3eaa97e9bc",
|
|
3496
|
+
name: "MONKE",
|
|
3497
|
+
symbol: "MONKE",
|
|
3498
|
+
decimals: 18,
|
|
3499
|
+
logoURI: "https://ethereum-optimism.github.io/data/MONKE/logo.svg",
|
|
3500
|
+
extensions: {
|
|
3501
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3502
|
+
opListId: "extended",
|
|
3503
|
+
opTokenId: "MONKE"
|
|
3504
|
+
}
|
|
3505
|
+
},
|
|
3454
3506
|
{
|
|
3455
3507
|
chainId: 1,
|
|
3456
3508
|
address: "0x48afbbd342f64ef8a9ab1c143719b63c2ad81710",
|
|
@@ -6731,7 +6783,7 @@ var tokens = [
|
|
|
6731
6783
|
var version = {
|
|
6732
6784
|
major: 10,
|
|
6733
6785
|
minor: 0,
|
|
6734
|
-
patch:
|
|
6786
|
+
patch: 30
|
|
6735
6787
|
};
|
|
6736
6788
|
var optimism_tokenlist_default = {
|
|
6737
6789
|
name,
|