@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
@@ -6,7 +6,7 @@ var keywords = [
|
|
6
6
|
"layer2",
|
7
7
|
"infrastructure"
|
8
8
|
];
|
9
|
-
var timestamp = "2025-08-
|
9
|
+
var timestamp = "2025-08-29T16:03:06.239Z";
|
10
10
|
var tokens = [
|
11
11
|
{
|
12
12
|
chainId: 1,
|
@@ -13395,6 +13395,46 @@ var tokens = [
|
|
13395
13395
|
opTokenId: "wHOGE"
|
13396
13396
|
}
|
13397
13397
|
},
|
13398
|
+
{
|
13399
|
+
chainId: 11155111,
|
13400
|
+
address: "0xFabadaC5963bdE1bCcCd560EA60e9928DC5dF014",
|
13401
|
+
name: "Wrapped WIT",
|
13402
|
+
symbol: "WIT",
|
13403
|
+
decimals: 9,
|
13404
|
+
logoURI: "https://ethereum-optimism.github.io/data/WIT/logo.svg",
|
13405
|
+
extensions: {
|
13406
|
+
baseBridgeAddress: "0x4200000000000000000000000000000028",
|
13407
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000028",
|
13408
|
+
opListId: "extended",
|
13409
|
+
opTokenId: "WIT"
|
13410
|
+
}
|
13411
|
+
},
|
13412
|
+
{
|
13413
|
+
chainId: 84532,
|
13414
|
+
address: "0xFabadaC5963bdE1bCcCd560EA60e9928DC5dF014",
|
13415
|
+
name: "Wrapped WIT",
|
13416
|
+
symbol: "WIT",
|
13417
|
+
decimals: 9,
|
13418
|
+
logoURI: "https://ethereum-optimism.github.io/data/WIT/logo.svg",
|
13419
|
+
extensions: {
|
13420
|
+
baseBridgeAddress: "0x4200000000000000000000000000000028",
|
13421
|
+
opListId: "extended",
|
13422
|
+
opTokenId: "WIT"
|
13423
|
+
}
|
13424
|
+
},
|
13425
|
+
{
|
13426
|
+
chainId: 11155420,
|
13427
|
+
address: "0xFabadaC5963bdE1bCcCd560EA60e9928DC5dF014",
|
13428
|
+
name: "Wrapped WIT",
|
13429
|
+
symbol: "WIT",
|
13430
|
+
decimals: 9,
|
13431
|
+
logoURI: "https://ethereum-optimism.github.io/data/WIT/logo.svg",
|
13432
|
+
extensions: {
|
13433
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000028",
|
13434
|
+
opListId: "extended",
|
13435
|
+
opTokenId: "WIT"
|
13436
|
+
}
|
13437
|
+
},
|
13398
13438
|
{
|
13399
13439
|
chainId: 1,
|
13400
13440
|
address: "0x163f8C2467924be0ae7B5347228CABF260318753",
|
@@ -14425,7 +14465,7 @@ var tokens = [
|
|
14425
14465
|
var version = {
|
14426
14466
|
major: 10,
|
14427
14467
|
minor: 0,
|
14428
|
-
patch:
|
14468
|
+
patch: 1711
|
14429
14469
|
};
|
14430
14470
|
var optimism_tokenlist_default = {
|
14431
14471
|
name,
|