@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.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-07-
|
44
|
+
var timestamp = "2025-07-28T16:56:05.177Z";
|
45
45
|
var tokens = [
|
46
46
|
{
|
47
47
|
chainId: 1,
|
@@ -11508,6 +11508,32 @@ var tokens = [
|
|
11508
11508
|
opTokenId: "TOWER"
|
11509
11509
|
}
|
11510
11510
|
},
|
11511
|
+
{
|
11512
|
+
chainId: 1,
|
11513
|
+
address: "0x000000Fa00b200406de700041CFc6b19BbFB4d13",
|
11514
|
+
name: "Towns",
|
11515
|
+
symbol: "TOWNS",
|
11516
|
+
decimals: 18,
|
11517
|
+
logoURI: "https://ethereum-optimism.github.io/data/TOWNS/logo.svg",
|
11518
|
+
extensions: {
|
11519
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
11520
|
+
opListId: "extended",
|
11521
|
+
opTokenId: "TOWNS"
|
11522
|
+
}
|
11523
|
+
},
|
11524
|
+
{
|
11525
|
+
chainId: 8453,
|
11526
|
+
address: "0x00000000A22C618fd6b4D7E9A335C4B96B189a38",
|
11527
|
+
name: "Towns",
|
11528
|
+
symbol: "TOWNS",
|
11529
|
+
decimals: 18,
|
11530
|
+
logoURI: "https://ethereum-optimism.github.io/data/TOWNS/logo.svg",
|
11531
|
+
extensions: {
|
11532
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
11533
|
+
opListId: "extended",
|
11534
|
+
opTokenId: "TOWNS"
|
11535
|
+
}
|
11536
|
+
},
|
11511
11537
|
{
|
11512
11538
|
chainId: 1,
|
11513
11539
|
address: "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F",
|
@@ -14304,7 +14330,7 @@ var tokens = [
|
|
14304
14330
|
var version = {
|
14305
14331
|
major: 10,
|
14306
14332
|
minor: 0,
|
14307
|
-
patch:
|
14333
|
+
patch: 1702
|
14308
14334
|
};
|
14309
14335
|
var optimism_tokenlist_default = {
|
14310
14336
|
name,
|