@eth-optimism/tokenlist 8.3.85 → 8.3.86
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-2405c2ab.d.ts → optimism.tokenlist-b50d1e6e.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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 = "2023-07-13T18:
|
|
25
|
+
var timestamp = "2023-07-13T18:45:07.507Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2240,6 +2240,32 @@ var tokens = [
|
|
|
2240
2240
|
opTokenId: "PAPER"
|
|
2241
2241
|
}
|
|
2242
2242
|
},
|
|
2243
|
+
{
|
|
2244
|
+
chainId: 1,
|
|
2245
|
+
address: "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
|
2246
|
+
name: "Pepe",
|
|
2247
|
+
symbol: "PEPE",
|
|
2248
|
+
decimals: 18,
|
|
2249
|
+
logoURI: "https://ethereum-optimism.github.io/data/PEPE/logo.svg",
|
|
2250
|
+
extensions: {
|
|
2251
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2252
|
+
opListId: "extended",
|
|
2253
|
+
opTokenId: "PEPE"
|
|
2254
|
+
}
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
chainId: 10,
|
|
2258
|
+
address: "0xc1c167cc44f7923cd0062c4370df962f9ddb16f5",
|
|
2259
|
+
name: "Pepe",
|
|
2260
|
+
symbol: "PEPE",
|
|
2261
|
+
decimals: 18,
|
|
2262
|
+
logoURI: "https://ethereum-optimism.github.io/data/PEPE/logo.svg",
|
|
2263
|
+
extensions: {
|
|
2264
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2265
|
+
opListId: "extended",
|
|
2266
|
+
opTokenId: "PEPE"
|
|
2267
|
+
}
|
|
2268
|
+
},
|
|
2243
2269
|
{
|
|
2244
2270
|
chainId: 1,
|
|
2245
2271
|
address: "0xbC396689893D065F41bc2C6EcbeE5e0085233447",
|
|
@@ -3932,7 +3958,7 @@ var tokens = [
|
|
|
3932
3958
|
var version = {
|
|
3933
3959
|
major: 8,
|
|
3934
3960
|
minor: 3,
|
|
3935
|
-
patch:
|
|
3961
|
+
patch: 86
|
|
3936
3962
|
};
|
|
3937
3963
|
var optimism_tokenlist_default = {
|
|
3938
3964
|
name,
|