@eth-optimism/tokenlist 10.0.213 → 10.0.214
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-fd85c4d3.d.ts → optimism.tokenlist-4fba9227.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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:14:22.526Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -9037,6 +9037,32 @@ var tokens = [
|
|
|
9037
9037
|
opTokenId: "tBTC"
|
|
9038
9038
|
}
|
|
9039
9039
|
},
|
|
9040
|
+
{
|
|
9041
|
+
chainId: 1,
|
|
9042
|
+
address: "0x467Bccd9d29f223BcE8043b84E8C8B282827790F",
|
|
9043
|
+
name: "Telcoin",
|
|
9044
|
+
symbol: "TEL",
|
|
9045
|
+
decimals: 2,
|
|
9046
|
+
logoURI: "https://ethereum-optimism.github.io/data/TEL/logo.svg",
|
|
9047
|
+
extensions: {
|
|
9048
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
9049
|
+
opListId: "extended",
|
|
9050
|
+
opTokenId: "TEL"
|
|
9051
|
+
}
|
|
9052
|
+
},
|
|
9053
|
+
{
|
|
9054
|
+
chainId: 8453,
|
|
9055
|
+
address: "0x09bE1692ca16e06f536F0038fF11D1dA8524aDB1",
|
|
9056
|
+
name: "Telcoin",
|
|
9057
|
+
symbol: "TEL",
|
|
9058
|
+
decimals: 2,
|
|
9059
|
+
logoURI: "https://ethereum-optimism.github.io/data/TEL/logo.svg",
|
|
9060
|
+
extensions: {
|
|
9061
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
9062
|
+
opListId: "extended",
|
|
9063
|
+
opTokenId: "TEL"
|
|
9064
|
+
}
|
|
9065
|
+
},
|
|
9040
9066
|
{
|
|
9041
9067
|
chainId: 1,
|
|
9042
9068
|
address: "0xdd16ec0f66e54d453e6756713e533355989040e4",
|
|
@@ -11525,7 +11551,7 @@ var tokens = [
|
|
|
11525
11551
|
var version = {
|
|
11526
11552
|
major: 10,
|
|
11527
11553
|
minor: 0,
|
|
11528
|
-
patch:
|
|
11554
|
+
patch: 214
|
|
11529
11555
|
};
|
|
11530
11556
|
var optimism_tokenlist_default = {
|
|
11531
11557
|
name,
|