@eth-optimism/tokenlist 10.0.96 → 10.0.97
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-548caf69.d.ts → optimism.tokenlist-e97f72bf.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-07-
|
|
44
|
+
var timestamp = "2024-07-16T23:56:59.554Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -5150,6 +5150,18 @@ var tokens = [
|
|
|
5150
5150
|
opTokenId: "POP"
|
|
5151
5151
|
}
|
|
5152
5152
|
},
|
|
5153
|
+
{
|
|
5154
|
+
chainId: 8453,
|
|
5155
|
+
address: "0x7422f030958Edf9884cE9c46a211029E03eF6da7",
|
|
5156
|
+
name: "Pepe's Dog",
|
|
5157
|
+
symbol: "POPO",
|
|
5158
|
+
decimals: 18,
|
|
5159
|
+
logoURI: "https://ethereum-optimism.github.io/data/POPO/logo.svg",
|
|
5160
|
+
extensions: {
|
|
5161
|
+
opListId: "extended",
|
|
5162
|
+
opTokenId: "POPO"
|
|
5163
|
+
}
|
|
5164
|
+
},
|
|
5153
5165
|
{
|
|
5154
5166
|
chainId: 1,
|
|
5155
5167
|
address: "0xEC213F83defB583af3A000B1c0ada660b1902A0F",
|
|
@@ -8788,7 +8800,7 @@ var tokens = [
|
|
|
8788
8800
|
var version = {
|
|
8789
8801
|
major: 10,
|
|
8790
8802
|
minor: 0,
|
|
8791
|
-
patch:
|
|
8803
|
+
patch: 97
|
|
8792
8804
|
};
|
|
8793
8805
|
var optimism_tokenlist_default = {
|
|
8794
8806
|
name,
|