@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2025-01-25T14:
|
|
9
|
+
var timestamp = "2025-01-25T14:06:38.239Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -6796,6 +6796,7 @@ var tokens = [
|
|
|
6796
6796
|
logoURI: "https://ethereum-optimism.github.io/data/PERP/logo.png",
|
|
6797
6797
|
extensions: {
|
|
6798
6798
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
6799
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6799
6800
|
opListId: "default",
|
|
6800
6801
|
opTokenId: "PERP"
|
|
6801
6802
|
}
|
|
@@ -6813,6 +6814,19 @@ var tokens = [
|
|
|
6813
6814
|
opTokenId: "PERP"
|
|
6814
6815
|
}
|
|
6815
6816
|
},
|
|
6817
|
+
{
|
|
6818
|
+
chainId: 8453,
|
|
6819
|
+
address: "0xCD6dDDa305955AcD6b94b934f057E8b0daaD58dE",
|
|
6820
|
+
name: "Perpetual",
|
|
6821
|
+
symbol: "PERP",
|
|
6822
|
+
decimals: 18,
|
|
6823
|
+
logoURI: "https://ethereum-optimism.github.io/data/PERP/logo.png",
|
|
6824
|
+
extensions: {
|
|
6825
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6826
|
+
opListId: "default",
|
|
6827
|
+
opTokenId: "PERP"
|
|
6828
|
+
}
|
|
6829
|
+
},
|
|
6816
6830
|
{
|
|
6817
6831
|
chainId: 1,
|
|
6818
6832
|
address: "0x1FEE5588cb1De19c70B6aD5399152D8C643FAe7b",
|
|
@@ -11469,7 +11483,7 @@ var tokens = [
|
|
|
11469
11483
|
var version = {
|
|
11470
11484
|
major: 10,
|
|
11471
11485
|
minor: 0,
|
|
11472
|
-
patch:
|
|
11486
|
+
patch: 212
|
|
11473
11487
|
};
|
|
11474
11488
|
var optimism_tokenlist_default = {
|
|
11475
11489
|
name,
|