@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-02-
|
|
9
|
+
var timestamp = "2024-02-22T19:50:41.724Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -4145,6 +4145,18 @@ var tokens = [
|
|
|
4145
4145
|
opTokenId: "PLG"
|
|
4146
4146
|
}
|
|
4147
4147
|
},
|
|
4148
|
+
{
|
|
4149
|
+
chainId: 8453,
|
|
4150
|
+
address: "0xe0231bb166D09A3f0739F7AFAd68438C0fA142a5",
|
|
4151
|
+
name: "Ponder",
|
|
4152
|
+
symbol: "PNDR",
|
|
4153
|
+
decimals: 18,
|
|
4154
|
+
logoURI: "https://ethereum-optimism.github.io/data/PNDR/logo.png",
|
|
4155
|
+
extensions: {
|
|
4156
|
+
opListId: "extended",
|
|
4157
|
+
opTokenId: "PNDR"
|
|
4158
|
+
}
|
|
4159
|
+
},
|
|
4148
4160
|
{
|
|
4149
4161
|
chainId: 1,
|
|
4150
4162
|
address: "0x0cec1a9154ff802e7934fc916ed7ca50bde6844e",
|
|
@@ -7023,7 +7035,7 @@ var tokens = [
|
|
|
7023
7035
|
var version = {
|
|
7024
7036
|
major: 9,
|
|
7025
7037
|
minor: 0,
|
|
7026
|
-
patch:
|
|
7038
|
+
patch: 45
|
|
7027
7039
|
};
|
|
7028
7040
|
var optimism_tokenlist_default = {
|
|
7029
7041
|
name,
|