@eth-optimism/tokenlist 10.0.213 → 10.0.215
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-fd85c4d3.d.ts → optimism.tokenlist-1a51cde2.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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2025-01-
|
|
25
|
+
var timestamp = "2025-01-27T17:01:44.662Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2424,6 +2424,7 @@ var tokens = [
|
|
|
2424
2424
|
logoURI: "https://ethereum-optimism.github.io/data/DIMO/logo.svg",
|
|
2425
2425
|
extensions: {
|
|
2426
2426
|
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2427
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2427
2428
|
opListId: "extended",
|
|
2428
2429
|
opTokenId: "DIMO"
|
|
2429
2430
|
}
|
|
@@ -2441,6 +2442,19 @@ var tokens = [
|
|
|
2441
2442
|
opTokenId: "DIMO"
|
|
2442
2443
|
}
|
|
2443
2444
|
},
|
|
2445
|
+
{
|
|
2446
|
+
chainId: 10,
|
|
2447
|
+
address: "0x5eAA326fB2fc97fAcCe6A79A304876daD0F2e96c",
|
|
2448
|
+
name: "Dimo",
|
|
2449
|
+
symbol: "DIMO",
|
|
2450
|
+
decimals: 18,
|
|
2451
|
+
logoURI: "https://ethereum-optimism.github.io/data/DIMO/logo.svg",
|
|
2452
|
+
extensions: {
|
|
2453
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2454
|
+
opListId: "extended",
|
|
2455
|
+
opTokenId: "DIMO"
|
|
2456
|
+
}
|
|
2457
|
+
},
|
|
2444
2458
|
{
|
|
2445
2459
|
chainId: 1,
|
|
2446
2460
|
address: "0xbaac2b4491727d78d2b78815144570b9f2fe8899",
|
|
@@ -9037,6 +9051,32 @@ var tokens = [
|
|
|
9037
9051
|
opTokenId: "tBTC"
|
|
9038
9052
|
}
|
|
9039
9053
|
},
|
|
9054
|
+
{
|
|
9055
|
+
chainId: 1,
|
|
9056
|
+
address: "0x467Bccd9d29f223BcE8043b84E8C8B282827790F",
|
|
9057
|
+
name: "Telcoin",
|
|
9058
|
+
symbol: "TEL",
|
|
9059
|
+
decimals: 2,
|
|
9060
|
+
logoURI: "https://ethereum-optimism.github.io/data/TEL/logo.svg",
|
|
9061
|
+
extensions: {
|
|
9062
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
9063
|
+
opListId: "extended",
|
|
9064
|
+
opTokenId: "TEL"
|
|
9065
|
+
}
|
|
9066
|
+
},
|
|
9067
|
+
{
|
|
9068
|
+
chainId: 8453,
|
|
9069
|
+
address: "0x09bE1692ca16e06f536F0038fF11D1dA8524aDB1",
|
|
9070
|
+
name: "Telcoin",
|
|
9071
|
+
symbol: "TEL",
|
|
9072
|
+
decimals: 2,
|
|
9073
|
+
logoURI: "https://ethereum-optimism.github.io/data/TEL/logo.svg",
|
|
9074
|
+
extensions: {
|
|
9075
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
9076
|
+
opListId: "extended",
|
|
9077
|
+
opTokenId: "TEL"
|
|
9078
|
+
}
|
|
9079
|
+
},
|
|
9040
9080
|
{
|
|
9041
9081
|
chainId: 1,
|
|
9042
9082
|
address: "0xdd16ec0f66e54d453e6756713e533355989040e4",
|
|
@@ -11525,7 +11565,7 @@ var tokens = [
|
|
|
11525
11565
|
var version = {
|
|
11526
11566
|
major: 10,
|
|
11527
11567
|
minor: 0,
|
|
11528
|
-
patch:
|
|
11568
|
+
patch: 215
|
|
11529
11569
|
};
|
|
11530
11570
|
var optimism_tokenlist_default = {
|
|
11531
11571
|
name,
|