@eth-optimism/tokenlist 10.0.17 → 10.0.18
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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-9a315e98.d.ts → optimism.tokenlist-76bce629.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -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-02T19:
|
|
25
|
+
var timestamp = "2024-04-02T19:19:11.371Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3503,6 +3503,7 @@ var tokens = [
|
|
|
3503
3503
|
logoURI: "https://ethereum-optimism.github.io/data/PEPE/logo.svg",
|
|
3504
3504
|
extensions: {
|
|
3505
3505
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3506
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3506
3507
|
opListId: "extended",
|
|
3507
3508
|
opTokenId: "PEPE"
|
|
3508
3509
|
}
|
|
@@ -3520,6 +3521,19 @@ var tokens = [
|
|
|
3520
3521
|
opTokenId: "PEPE"
|
|
3521
3522
|
}
|
|
3522
3523
|
},
|
|
3524
|
+
{
|
|
3525
|
+
chainId: 8453,
|
|
3526
|
+
address: "0xb4fde59a779991bfb6a52253b51947828b982be3",
|
|
3527
|
+
name: "Pepe",
|
|
3528
|
+
symbol: "PEPE",
|
|
3529
|
+
decimals: 18,
|
|
3530
|
+
logoURI: "https://ethereum-optimism.github.io/data/PEPE/logo.svg",
|
|
3531
|
+
extensions: {
|
|
3532
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3533
|
+
opListId: "extended",
|
|
3534
|
+
opTokenId: "PEPE"
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3523
3537
|
{
|
|
3524
3538
|
chainId: 1,
|
|
3525
3539
|
address: "0xbC396689893D065F41bc2C6EcbeE5e0085233447",
|
|
@@ -6046,7 +6060,7 @@ var tokens = [
|
|
|
6046
6060
|
var version = {
|
|
6047
6061
|
major: 10,
|
|
6048
6062
|
minor: 0,
|
|
6049
|
-
patch:
|
|
6063
|
+
patch: 18
|
|
6050
6064
|
};
|
|
6051
6065
|
var optimism_tokenlist_default = {
|
|
6052
6066
|
name,
|