@eth-optimism/tokenlist 9.0.44 → 9.0.45
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 +14 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-6dcdccd5.d.ts → optimism.tokenlist-d3257bb5.d.ts} +14 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +14 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +14 -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-02-
|
|
44
|
+
var timestamp = "2024-02-22T19:50:41.724Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4180,6 +4180,18 @@ var tokens = [
|
|
|
4180
4180
|
opTokenId: "PLG"
|
|
4181
4181
|
}
|
|
4182
4182
|
},
|
|
4183
|
+
{
|
|
4184
|
+
chainId: 8453,
|
|
4185
|
+
address: "0xe0231bb166D09A3f0739F7AFAd68438C0fA142a5",
|
|
4186
|
+
name: "Ponder",
|
|
4187
|
+
symbol: "PNDR",
|
|
4188
|
+
decimals: 18,
|
|
4189
|
+
logoURI: "https://ethereum-optimism.github.io/data/PNDR/logo.png",
|
|
4190
|
+
extensions: {
|
|
4191
|
+
opListId: "extended",
|
|
4192
|
+
opTokenId: "PNDR"
|
|
4193
|
+
}
|
|
4194
|
+
},
|
|
4183
4195
|
{
|
|
4184
4196
|
chainId: 1,
|
|
4185
4197
|
address: "0x0cec1a9154ff802e7934fc916ed7ca50bde6844e",
|
|
@@ -7058,7 +7070,7 @@ var tokens = [
|
|
|
7058
7070
|
var version = {
|
|
7059
7071
|
major: 9,
|
|
7060
7072
|
minor: 0,
|
|
7061
|
-
patch:
|
|
7073
|
+
patch: 45
|
|
7062
7074
|
};
|
|
7063
7075
|
var optimism_tokenlist_default = {
|
|
7064
7076
|
name,
|