@eth-optimism/tokenlist 10.0.210 → 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 +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-0ee0c87b.d.ts → optimism.tokenlist-2fabf954.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-
|
|
44
|
+
var timestamp = "2025-01-25T14:06:38.239Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4102,6 +4102,32 @@ var tokens = [
|
|
|
4102
4102
|
opTokenId: "HEU"
|
|
4103
4103
|
}
|
|
4104
4104
|
},
|
|
4105
|
+
{
|
|
4106
|
+
chainId: 1,
|
|
4107
|
+
address: "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39",
|
|
4108
|
+
name: "HEX",
|
|
4109
|
+
symbol: "HEX",
|
|
4110
|
+
decimals: 8,
|
|
4111
|
+
logoURI: "https://ethereum-optimism.github.io/data/HEX/logo.svg",
|
|
4112
|
+
extensions: {
|
|
4113
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4114
|
+
opListId: "extended",
|
|
4115
|
+
opTokenId: "HEX"
|
|
4116
|
+
}
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
chainId: 8453,
|
|
4120
|
+
address: "0x60B407479ef0ddF6Cc146ceD609aa07d4296F204",
|
|
4121
|
+
name: "HEX",
|
|
4122
|
+
symbol: "HEX",
|
|
4123
|
+
decimals: 8,
|
|
4124
|
+
logoURI: "https://ethereum-optimism.github.io/data/HEX/logo.svg",
|
|
4125
|
+
extensions: {
|
|
4126
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4127
|
+
opListId: "extended",
|
|
4128
|
+
opTokenId: "HEX"
|
|
4129
|
+
}
|
|
4130
|
+
},
|
|
4105
4131
|
{
|
|
4106
4132
|
chainId: 1,
|
|
4107
4133
|
address: "0x25cbb21a9da7c3c63bb77ccca5b2e2482aedb710",
|
|
@@ -6805,6 +6831,7 @@ var tokens = [
|
|
|
6805
6831
|
logoURI: "https://ethereum-optimism.github.io/data/PERP/logo.png",
|
|
6806
6832
|
extensions: {
|
|
6807
6833
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
6834
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6808
6835
|
opListId: "default",
|
|
6809
6836
|
opTokenId: "PERP"
|
|
6810
6837
|
}
|
|
@@ -6822,6 +6849,19 @@ var tokens = [
|
|
|
6822
6849
|
opTokenId: "PERP"
|
|
6823
6850
|
}
|
|
6824
6851
|
},
|
|
6852
|
+
{
|
|
6853
|
+
chainId: 8453,
|
|
6854
|
+
address: "0xCD6dDDa305955AcD6b94b934f057E8b0daaD58dE",
|
|
6855
|
+
name: "Perpetual",
|
|
6856
|
+
symbol: "PERP",
|
|
6857
|
+
decimals: 18,
|
|
6858
|
+
logoURI: "https://ethereum-optimism.github.io/data/PERP/logo.png",
|
|
6859
|
+
extensions: {
|
|
6860
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6861
|
+
opListId: "default",
|
|
6862
|
+
opTokenId: "PERP"
|
|
6863
|
+
}
|
|
6864
|
+
},
|
|
6825
6865
|
{
|
|
6826
6866
|
chainId: 1,
|
|
6827
6867
|
address: "0x1FEE5588cb1De19c70B6aD5399152D8C643FAe7b",
|
|
@@ -11478,7 +11518,7 @@ var tokens = [
|
|
|
11478
11518
|
var version = {
|
|
11479
11519
|
major: 10,
|
|
11480
11520
|
minor: 0,
|
|
11481
|
-
patch:
|
|
11521
|
+
patch: 212
|
|
11482
11522
|
};
|
|
11483
11523
|
var optimism_tokenlist_default = {
|
|
11484
11524
|
name,
|