@eth-optimism/tokenlist 10.0.211 → 10.0.212
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-b260f83c.d.ts → optimism.tokenlist-2fabf954.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 = "2025-01-25T14:
|
|
25
|
+
var timestamp = "2025-01-25T14:06:38.239Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -6812,6 +6812,7 @@ var tokens = [
|
|
|
6812
6812
|
logoURI: "https://ethereum-optimism.github.io/data/PERP/logo.png",
|
|
6813
6813
|
extensions: {
|
|
6814
6814
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
6815
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6815
6816
|
opListId: "default",
|
|
6816
6817
|
opTokenId: "PERP"
|
|
6817
6818
|
}
|
|
@@ -6829,6 +6830,19 @@ var tokens = [
|
|
|
6829
6830
|
opTokenId: "PERP"
|
|
6830
6831
|
}
|
|
6831
6832
|
},
|
|
6833
|
+
{
|
|
6834
|
+
chainId: 8453,
|
|
6835
|
+
address: "0xCD6dDDa305955AcD6b94b934f057E8b0daaD58dE",
|
|
6836
|
+
name: "Perpetual",
|
|
6837
|
+
symbol: "PERP",
|
|
6838
|
+
decimals: 18,
|
|
6839
|
+
logoURI: "https://ethereum-optimism.github.io/data/PERP/logo.png",
|
|
6840
|
+
extensions: {
|
|
6841
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6842
|
+
opListId: "default",
|
|
6843
|
+
opTokenId: "PERP"
|
|
6844
|
+
}
|
|
6845
|
+
},
|
|
6832
6846
|
{
|
|
6833
6847
|
chainId: 1,
|
|
6834
6848
|
address: "0x1FEE5588cb1De19c70B6aD5399152D8C643FAe7b",
|
|
@@ -11485,7 +11499,7 @@ var tokens = [
|
|
|
11485
11499
|
var version = {
|
|
11486
11500
|
major: 10,
|
|
11487
11501
|
minor: 0,
|
|
11488
|
-
patch:
|
|
11502
|
+
patch: 212
|
|
11489
11503
|
};
|
|
11490
11504
|
var optimism_tokenlist_default = {
|
|
11491
11505
|
name,
|