@eth-optimism/tokenlist 10.0.214 → 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 +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-4fba9227.d.ts → optimism.tokenlist-1a51cde2.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
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-27T17:01:44.662Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2443,6 +2443,7 @@ var tokens = [
|
|
|
2443
2443
|
logoURI: "https://ethereum-optimism.github.io/data/DIMO/logo.svg",
|
|
2444
2444
|
extensions: {
|
|
2445
2445
|
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2446
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2446
2447
|
opListId: "extended",
|
|
2447
2448
|
opTokenId: "DIMO"
|
|
2448
2449
|
}
|
|
@@ -2460,6 +2461,19 @@ var tokens = [
|
|
|
2460
2461
|
opTokenId: "DIMO"
|
|
2461
2462
|
}
|
|
2462
2463
|
},
|
|
2464
|
+
{
|
|
2465
|
+
chainId: 10,
|
|
2466
|
+
address: "0x5eAA326fB2fc97fAcCe6A79A304876daD0F2e96c",
|
|
2467
|
+
name: "Dimo",
|
|
2468
|
+
symbol: "DIMO",
|
|
2469
|
+
decimals: 18,
|
|
2470
|
+
logoURI: "https://ethereum-optimism.github.io/data/DIMO/logo.svg",
|
|
2471
|
+
extensions: {
|
|
2472
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2473
|
+
opListId: "extended",
|
|
2474
|
+
opTokenId: "DIMO"
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2463
2477
|
{
|
|
2464
2478
|
chainId: 1,
|
|
2465
2479
|
address: "0xbaac2b4491727d78d2b78815144570b9f2fe8899",
|
|
@@ -11570,7 +11584,7 @@ var tokens = [
|
|
|
11570
11584
|
var version = {
|
|
11571
11585
|
major: 10,
|
|
11572
11586
|
minor: 0,
|
|
11573
|
-
patch:
|
|
11587
|
+
patch: 215
|
|
11574
11588
|
};
|
|
11575
11589
|
var optimism_tokenlist_default = {
|
|
11576
11590
|
name,
|