@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-04-29T18:
|
|
25
|
+
var timestamp = "2024-04-29T18:53:51.585Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -308,6 +308,32 @@ var tokens = [
|
|
|
308
308
|
opTokenId: "APT"
|
|
309
309
|
}
|
|
310
310
|
},
|
|
311
|
+
{
|
|
312
|
+
chainId: 1,
|
|
313
|
+
address: "0x594daad7d77592a2b97b725a7ad59d7e188b5bfa",
|
|
314
|
+
name: "Apu Apustaja",
|
|
315
|
+
symbol: "APU",
|
|
316
|
+
decimals: 18,
|
|
317
|
+
logoURI: "https://ethereum-optimism.github.io/data/APU/logo.svg",
|
|
318
|
+
extensions: {
|
|
319
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
320
|
+
opListId: "extended",
|
|
321
|
+
opTokenId: "APU"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
chainId: 8453,
|
|
326
|
+
address: "0x7a2c5e7788e55ec0a7ba4aeec5b3da322718fb5e",
|
|
327
|
+
name: "Apu Apustaja",
|
|
328
|
+
symbol: "APU",
|
|
329
|
+
decimals: 18,
|
|
330
|
+
logoURI: "https://ethereum-optimism.github.io/data/APU/logo.svg",
|
|
331
|
+
extensions: {
|
|
332
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
333
|
+
opListId: "extended",
|
|
334
|
+
opTokenId: "APU"
|
|
335
|
+
}
|
|
336
|
+
},
|
|
311
337
|
{
|
|
312
338
|
chainId: 1,
|
|
313
339
|
address: "0xeDF6568618A00C6F0908Bf7758A16F76B6E04aF9",
|
|
@@ -3432,6 +3458,32 @@ var tokens = [
|
|
|
3432
3458
|
opTokenId: "MOM"
|
|
3433
3459
|
}
|
|
3434
3460
|
},
|
|
3461
|
+
{
|
|
3462
|
+
chainId: 1,
|
|
3463
|
+
address: "0xc8168d5665f4418353728ac970713e09C0B7c20e",
|
|
3464
|
+
name: "MONKE",
|
|
3465
|
+
symbol: "MONKE",
|
|
3466
|
+
decimals: 18,
|
|
3467
|
+
logoURI: "https://ethereum-optimism.github.io/data/MONKE/logo.svg",
|
|
3468
|
+
extensions: {
|
|
3469
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3470
|
+
opListId: "extended",
|
|
3471
|
+
opTokenId: "MONKE"
|
|
3472
|
+
}
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
chainId: 8453,
|
|
3476
|
+
address: "0xe8740ff403060dae99c63a684e0dfe3eaa97e9bc",
|
|
3477
|
+
name: "MONKE",
|
|
3478
|
+
symbol: "MONKE",
|
|
3479
|
+
decimals: 18,
|
|
3480
|
+
logoURI: "https://ethereum-optimism.github.io/data/MONKE/logo.svg",
|
|
3481
|
+
extensions: {
|
|
3482
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3483
|
+
opListId: "extended",
|
|
3484
|
+
opTokenId: "MONKE"
|
|
3485
|
+
}
|
|
3486
|
+
},
|
|
3435
3487
|
{
|
|
3436
3488
|
chainId: 1,
|
|
3437
3489
|
address: "0x48afbbd342f64ef8a9ab1c143719b63c2ad81710",
|
|
@@ -6712,7 +6764,7 @@ var tokens = [
|
|
|
6712
6764
|
var version = {
|
|
6713
6765
|
major: 10,
|
|
6714
6766
|
minor: 0,
|
|
6715
|
-
patch:
|
|
6767
|
+
patch: 30
|
|
6716
6768
|
};
|
|
6717
6769
|
var optimism_tokenlist_default = {
|
|
6718
6770
|
name,
|