@eth-optimism/tokenlist 10.0.1707 → 10.0.1708
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-9ca5f2d7.d.ts → optimism.tokenlist-c1eac2d9.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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 = "2025-08-
|
44
|
+
var timestamp = "2025-08-25T04:26:02.101Z";
|
45
45
|
var tokens = [
|
46
46
|
{
|
47
47
|
chainId: 1,
|
@@ -8491,6 +8491,32 @@ var tokens = [
|
|
8491
8491
|
opTokenId: "PEPE"
|
8492
8492
|
}
|
8493
8493
|
},
|
8494
|
+
{
|
8495
|
+
chainId: 1,
|
8496
|
+
address: "0xbe042e9d09CB588331Ff911c2B46FD833A3E5bd6",
|
8497
|
+
name: "Pepe Community",
|
8498
|
+
symbol: "PEPE",
|
8499
|
+
decimals: 18,
|
8500
|
+
logoURI: "https://ethereum-optimism.github.io/data/pepe_community/logo.svg",
|
8501
|
+
extensions: {
|
8502
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
8503
|
+
opListId: "extended",
|
8504
|
+
opTokenId: "pepe_community"
|
8505
|
+
}
|
8506
|
+
},
|
8507
|
+
{
|
8508
|
+
chainId: 8453,
|
8509
|
+
address: "0xB5068Ad7E4AD8f7fE2FcF5abe2c043ab8866569c",
|
8510
|
+
name: "Pepe Community",
|
8511
|
+
symbol: "PEPE",
|
8512
|
+
decimals: 18,
|
8513
|
+
logoURI: "https://ethereum-optimism.github.io/data/pepe_community/logo.svg",
|
8514
|
+
extensions: {
|
8515
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
8516
|
+
opListId: "extended",
|
8517
|
+
opTokenId: "pepe_community"
|
8518
|
+
}
|
8519
|
+
},
|
8494
8520
|
{
|
8495
8521
|
chainId: 1,
|
8496
8522
|
address: "0xbC396689893D065F41bc2C6EcbeE5e0085233447",
|
@@ -14394,7 +14420,7 @@ var tokens = [
|
|
14394
14420
|
var version = {
|
14395
14421
|
major: 10,
|
14396
14422
|
minor: 0,
|
14397
|
-
patch:
|
14423
|
+
patch: 1707
|
14398
14424
|
};
|
14399
14425
|
var optimism_tokenlist_default = {
|
14400
14426
|
name,
|