@eth-optimism/tokenlist 10.0.1710 → 10.0.1712
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-b9b83c85.d.ts → optimism.tokenlist-e28a8a4a.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.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-08-
|
44
|
+
var timestamp = "2025-08-29T16:03:06.239Z";
|
45
45
|
var tokens = [
|
46
46
|
{
|
47
47
|
chainId: 1,
|
@@ -13430,6 +13430,46 @@ var tokens = [
|
|
13430
13430
|
opTokenId: "wHOGE"
|
13431
13431
|
}
|
13432
13432
|
},
|
13433
|
+
{
|
13434
|
+
chainId: 11155111,
|
13435
|
+
address: "0xFabadaC5963bdE1bCcCd560EA60e9928DC5dF014",
|
13436
|
+
name: "Wrapped WIT",
|
13437
|
+
symbol: "WIT",
|
13438
|
+
decimals: 9,
|
13439
|
+
logoURI: "https://ethereum-optimism.github.io/data/WIT/logo.svg",
|
13440
|
+
extensions: {
|
13441
|
+
baseBridgeAddress: "0x4200000000000000000000000000000028",
|
13442
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000028",
|
13443
|
+
opListId: "extended",
|
13444
|
+
opTokenId: "WIT"
|
13445
|
+
}
|
13446
|
+
},
|
13447
|
+
{
|
13448
|
+
chainId: 84532,
|
13449
|
+
address: "0xFabadaC5963bdE1bCcCd560EA60e9928DC5dF014",
|
13450
|
+
name: "Wrapped WIT",
|
13451
|
+
symbol: "WIT",
|
13452
|
+
decimals: 9,
|
13453
|
+
logoURI: "https://ethereum-optimism.github.io/data/WIT/logo.svg",
|
13454
|
+
extensions: {
|
13455
|
+
baseBridgeAddress: "0x4200000000000000000000000000000028",
|
13456
|
+
opListId: "extended",
|
13457
|
+
opTokenId: "WIT"
|
13458
|
+
}
|
13459
|
+
},
|
13460
|
+
{
|
13461
|
+
chainId: 11155420,
|
13462
|
+
address: "0xFabadaC5963bdE1bCcCd560EA60e9928DC5dF014",
|
13463
|
+
name: "Wrapped WIT",
|
13464
|
+
symbol: "WIT",
|
13465
|
+
decimals: 9,
|
13466
|
+
logoURI: "https://ethereum-optimism.github.io/data/WIT/logo.svg",
|
13467
|
+
extensions: {
|
13468
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000028",
|
13469
|
+
opListId: "extended",
|
13470
|
+
opTokenId: "WIT"
|
13471
|
+
}
|
13472
|
+
},
|
13433
13473
|
{
|
13434
13474
|
chainId: 1,
|
13435
13475
|
address: "0x163f8C2467924be0ae7B5347228CABF260318753",
|
@@ -14460,7 +14500,7 @@ var tokens = [
|
|
14460
14500
|
var version = {
|
14461
14501
|
major: 10,
|
14462
14502
|
minor: 0,
|
14463
|
-
patch:
|
14503
|
+
patch: 1711
|
14464
14504
|
};
|
14465
14505
|
var optimism_tokenlist_default = {
|
14466
14506
|
name,
|