@eth-optimism/tokenlist 10.0.211 → 10.0.213
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 +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-b260f83c.d.ts → optimism.tokenlist-fd85c4d3.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -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-01-25T14:
|
|
44
|
+
var timestamp = "2025-01-25T14:11:51.788Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -5442,6 +5442,32 @@ var tokens = [
|
|
|
5442
5442
|
opTokenId: "MAVIA"
|
|
5443
5443
|
}
|
|
5444
5444
|
},
|
|
5445
|
+
{
|
|
5446
|
+
chainId: 1,
|
|
5447
|
+
address: "0xb7109df1a93f8fe2B8162c6207C9B846C1C68090",
|
|
5448
|
+
name: "Matr1x",
|
|
5449
|
+
symbol: "MAX",
|
|
5450
|
+
decimals: 18,
|
|
5451
|
+
logoURI: "https://ethereum-optimism.github.io/data/MAX/logo.png",
|
|
5452
|
+
extensions: {
|
|
5453
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5454
|
+
opListId: "extended",
|
|
5455
|
+
opTokenId: "MAX"
|
|
5456
|
+
}
|
|
5457
|
+
},
|
|
5458
|
+
{
|
|
5459
|
+
chainId: 8453,
|
|
5460
|
+
address: "0xA866d0ffa4e9e52eAde4770Af11496E8d237086C",
|
|
5461
|
+
name: "Matr1x",
|
|
5462
|
+
symbol: "MAX",
|
|
5463
|
+
decimals: 18,
|
|
5464
|
+
logoURI: "https://ethereum-optimism.github.io/data/MAX/logo.png",
|
|
5465
|
+
extensions: {
|
|
5466
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5467
|
+
opListId: "extended",
|
|
5468
|
+
opTokenId: "MAX"
|
|
5469
|
+
}
|
|
5470
|
+
},
|
|
5445
5471
|
{
|
|
5446
5472
|
chainId: 1,
|
|
5447
5473
|
address: "0x4Bbf46E7c31eDc1F33aF4d57F0C4a0f13398427c",
|
|
@@ -6831,6 +6857,7 @@ var tokens = [
|
|
|
6831
6857
|
logoURI: "https://ethereum-optimism.github.io/data/PERP/logo.png",
|
|
6832
6858
|
extensions: {
|
|
6833
6859
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
6860
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6834
6861
|
opListId: "default",
|
|
6835
6862
|
opTokenId: "PERP"
|
|
6836
6863
|
}
|
|
@@ -6848,6 +6875,19 @@ var tokens = [
|
|
|
6848
6875
|
opTokenId: "PERP"
|
|
6849
6876
|
}
|
|
6850
6877
|
},
|
|
6878
|
+
{
|
|
6879
|
+
chainId: 8453,
|
|
6880
|
+
address: "0xCD6dDDa305955AcD6b94b934f057E8b0daaD58dE",
|
|
6881
|
+
name: "Perpetual",
|
|
6882
|
+
symbol: "PERP",
|
|
6883
|
+
decimals: 18,
|
|
6884
|
+
logoURI: "https://ethereum-optimism.github.io/data/PERP/logo.png",
|
|
6885
|
+
extensions: {
|
|
6886
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6887
|
+
opListId: "default",
|
|
6888
|
+
opTokenId: "PERP"
|
|
6889
|
+
}
|
|
6890
|
+
},
|
|
6851
6891
|
{
|
|
6852
6892
|
chainId: 1,
|
|
6853
6893
|
address: "0x1FEE5588cb1De19c70B6aD5399152D8C643FAe7b",
|
|
@@ -11504,7 +11544,7 @@ var tokens = [
|
|
|
11504
11544
|
var version = {
|
|
11505
11545
|
major: 10,
|
|
11506
11546
|
minor: 0,
|
|
11507
|
-
patch:
|
|
11547
|
+
patch: 213
|
|
11508
11548
|
};
|
|
11509
11549
|
var optimism_tokenlist_default = {
|
|
11510
11550
|
name,
|