@eth-optimism/tokenlist 8.3.87 → 8.3.89
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-e80371c9.d.ts → optimism.tokenlist-157d37f7.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-
|
|
25
|
+
var timestamp = "2023-07-17T18:41:36.440Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -356,6 +356,32 @@ var tokens = [
|
|
|
356
356
|
opTokenId: "BitBTC"
|
|
357
357
|
}
|
|
358
358
|
},
|
|
359
|
+
{
|
|
360
|
+
chainId: 1,
|
|
361
|
+
address: "0x72e4f9F808C49A2a61dE9C5896298920Dc4EEEa9",
|
|
362
|
+
name: "HarryPotterObamaSonic10Inu",
|
|
363
|
+
symbol: "BITCOIN",
|
|
364
|
+
decimals: 8,
|
|
365
|
+
logoURI: "https://ethereum-optimism.github.io/data/BITCOIN/logo.svg",
|
|
366
|
+
extensions: {
|
|
367
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
368
|
+
opListId: "extended",
|
|
369
|
+
opTokenId: "BITCOIN"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
chainId: 10,
|
|
374
|
+
address: "0x8a6039fc7a479928b1d73f88040362e9c50db275",
|
|
375
|
+
name: "HarryPotterObamaSonic10Inu",
|
|
376
|
+
symbol: "BITCOIN",
|
|
377
|
+
decimals: 8,
|
|
378
|
+
logoURI: "https://ethereum-optimism.github.io/data/BITCOIN/logo.svg",
|
|
379
|
+
extensions: {
|
|
380
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
381
|
+
opListId: "extended",
|
|
382
|
+
opTokenId: "BITCOIN"
|
|
383
|
+
}
|
|
384
|
+
},
|
|
359
385
|
{
|
|
360
386
|
chainId: 1,
|
|
361
387
|
address: "0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B",
|
|
@@ -3996,7 +4022,7 @@ var tokens = [
|
|
|
3996
4022
|
var version = {
|
|
3997
4023
|
major: 8,
|
|
3998
4024
|
minor: 3,
|
|
3999
|
-
patch:
|
|
4025
|
+
patch: 89
|
|
4000
4026
|
};
|
|
4001
4027
|
var optimism_tokenlist_default = {
|
|
4002
4028
|
name,
|