@eth-optimism/tokenlist 10.0.113 → 10.0.114
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 +26 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +26 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-16cf0c75.d.ts → optimism.tokenlist-f2194e9e.d.ts} +26 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +26 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +26 -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 = "2024-08-
|
|
44
|
+
var timestamp = "2024-08-28T18:32:24.350Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -8622,6 +8622,30 @@ var tokens = [
|
|
|
8622
8622
|
opTokenId: "wOpenX"
|
|
8623
8623
|
}
|
|
8624
8624
|
},
|
|
8625
|
+
{
|
|
8626
|
+
chainId: 1,
|
|
8627
|
+
address: "0xc11158c5da9db1d553ed28f0c2ba1cbedd42cfcb",
|
|
8628
|
+
name: "Wrapped PAW",
|
|
8629
|
+
symbol: "wPAW",
|
|
8630
|
+
decimals: 18,
|
|
8631
|
+
logoURI: "https://ethereum-optimism.github.io/data/WPAW/logo.svg",
|
|
8632
|
+
extensions: {
|
|
8633
|
+
opListId: "extended",
|
|
8634
|
+
opTokenId: "WPAW"
|
|
8635
|
+
}
|
|
8636
|
+
},
|
|
8637
|
+
{
|
|
8638
|
+
chainId: 8453,
|
|
8639
|
+
address: "0xc11158c5da9db1d553ed28f0c2ba1cbedd42cfcb",
|
|
8640
|
+
name: "Wrapped PAW",
|
|
8641
|
+
symbol: "wPAW",
|
|
8642
|
+
decimals: 18,
|
|
8643
|
+
logoURI: "https://ethereum-optimism.github.io/data/WPAW/logo.svg",
|
|
8644
|
+
extensions: {
|
|
8645
|
+
opListId: "extended",
|
|
8646
|
+
opTokenId: "WPAW"
|
|
8647
|
+
}
|
|
8648
|
+
},
|
|
8625
8649
|
{
|
|
8626
8650
|
chainId: 1,
|
|
8627
8651
|
address: "0x67f4c72a50f8df6487720261e188f2abe83f57d7",
|
|
@@ -9202,7 +9226,7 @@ var tokens = [
|
|
|
9202
9226
|
var version = {
|
|
9203
9227
|
major: 10,
|
|
9204
9228
|
minor: 0,
|
|
9205
|
-
patch:
|
|
9229
|
+
patch: 114
|
|
9206
9230
|
};
|
|
9207
9231
|
var optimism_tokenlist_default = {
|
|
9208
9232
|
name,
|