@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-02-
|
|
25
|
+
var timestamp = "2024-02-22T19:50:41.724Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4161,6 +4161,18 @@ var tokens = [
|
|
|
4161
4161
|
opTokenId: "PLG"
|
|
4162
4162
|
}
|
|
4163
4163
|
},
|
|
4164
|
+
{
|
|
4165
|
+
chainId: 8453,
|
|
4166
|
+
address: "0xe0231bb166D09A3f0739F7AFAd68438C0fA142a5",
|
|
4167
|
+
name: "Ponder",
|
|
4168
|
+
symbol: "PNDR",
|
|
4169
|
+
decimals: 18,
|
|
4170
|
+
logoURI: "https://ethereum-optimism.github.io/data/PNDR/logo.png",
|
|
4171
|
+
extensions: {
|
|
4172
|
+
opListId: "extended",
|
|
4173
|
+
opTokenId: "PNDR"
|
|
4174
|
+
}
|
|
4175
|
+
},
|
|
4164
4176
|
{
|
|
4165
4177
|
chainId: 1,
|
|
4166
4178
|
address: "0x0cec1a9154ff802e7934fc916ed7ca50bde6844e",
|
|
@@ -7039,7 +7051,7 @@ var tokens = [
|
|
|
7039
7051
|
var version = {
|
|
7040
7052
|
major: 9,
|
|
7041
7053
|
minor: 0,
|
|
7042
|
-
patch:
|
|
7054
|
+
patch: 45
|
|
7043
7055
|
};
|
|
7044
7056
|
var optimism_tokenlist_default = {
|
|
7045
7057
|
name,
|