@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.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-02T19:
|
|
44
|
+
var timestamp = "2024-04-02T19:19:11.371Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3522,6 +3522,7 @@ var tokens = [
|
|
|
3522
3522
|
logoURI: "https://ethereum-optimism.github.io/data/PEPE/logo.svg",
|
|
3523
3523
|
extensions: {
|
|
3524
3524
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3525
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3525
3526
|
opListId: "extended",
|
|
3526
3527
|
opTokenId: "PEPE"
|
|
3527
3528
|
}
|
|
@@ -3539,6 +3540,19 @@ var tokens = [
|
|
|
3539
3540
|
opTokenId: "PEPE"
|
|
3540
3541
|
}
|
|
3541
3542
|
},
|
|
3543
|
+
{
|
|
3544
|
+
chainId: 8453,
|
|
3545
|
+
address: "0xb4fde59a779991bfb6a52253b51947828b982be3",
|
|
3546
|
+
name: "Pepe",
|
|
3547
|
+
symbol: "PEPE",
|
|
3548
|
+
decimals: 18,
|
|
3549
|
+
logoURI: "https://ethereum-optimism.github.io/data/PEPE/logo.svg",
|
|
3550
|
+
extensions: {
|
|
3551
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3552
|
+
opListId: "extended",
|
|
3553
|
+
opTokenId: "PEPE"
|
|
3554
|
+
}
|
|
3555
|
+
},
|
|
3542
3556
|
{
|
|
3543
3557
|
chainId: 1,
|
|
3544
3558
|
address: "0xbC396689893D065F41bc2C6EcbeE5e0085233447",
|
|
@@ -6065,7 +6079,7 @@ var tokens = [
|
|
|
6065
6079
|
var version = {
|
|
6066
6080
|
major: 10,
|
|
6067
6081
|
minor: 0,
|
|
6068
|
-
patch:
|
|
6082
|
+
patch: 18
|
|
6069
6083
|
};
|
|
6070
6084
|
var optimism_tokenlist_default = {
|
|
6071
6085
|
name,
|