@eth-optimism/tokenlist 10.0.1702 → 10.0.1703
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-06d03fa4.d.ts → optimism.tokenlist-78c918f2.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-07-
|
25
|
+
var timestamp = "2025-07-28T16:56:05.177Z";
|
26
26
|
var tokens = [
|
27
27
|
{
|
28
28
|
chainId: 1,
|
@@ -11489,6 +11489,32 @@ var tokens = [
|
|
11489
11489
|
opTokenId: "TOWER"
|
11490
11490
|
}
|
11491
11491
|
},
|
11492
|
+
{
|
11493
|
+
chainId: 1,
|
11494
|
+
address: "0x000000Fa00b200406de700041CFc6b19BbFB4d13",
|
11495
|
+
name: "Towns",
|
11496
|
+
symbol: "TOWNS",
|
11497
|
+
decimals: 18,
|
11498
|
+
logoURI: "https://ethereum-optimism.github.io/data/TOWNS/logo.svg",
|
11499
|
+
extensions: {
|
11500
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
11501
|
+
opListId: "extended",
|
11502
|
+
opTokenId: "TOWNS"
|
11503
|
+
}
|
11504
|
+
},
|
11505
|
+
{
|
11506
|
+
chainId: 8453,
|
11507
|
+
address: "0x00000000A22C618fd6b4D7E9A335C4B96B189a38",
|
11508
|
+
name: "Towns",
|
11509
|
+
symbol: "TOWNS",
|
11510
|
+
decimals: 18,
|
11511
|
+
logoURI: "https://ethereum-optimism.github.io/data/TOWNS/logo.svg",
|
11512
|
+
extensions: {
|
11513
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
11514
|
+
opListId: "extended",
|
11515
|
+
opTokenId: "TOWNS"
|
11516
|
+
}
|
11517
|
+
},
|
11492
11518
|
{
|
11493
11519
|
chainId: 1,
|
11494
11520
|
address: "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F",
|
@@ -14285,7 +14311,7 @@ var tokens = [
|
|
14285
14311
|
var version = {
|
14286
14312
|
major: 10,
|
14287
14313
|
minor: 0,
|
14288
|
-
patch:
|
14314
|
+
patch: 1702
|
14289
14315
|
};
|
14290
14316
|
var optimism_tokenlist_default = {
|
14291
14317
|
name,
|