@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.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 = "2023-07-
|
|
44
|
+
var timestamp = "2023-07-17T18:41:36.440Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -375,6 +375,32 @@ var tokens = [
|
|
|
375
375
|
opTokenId: "BitBTC"
|
|
376
376
|
}
|
|
377
377
|
},
|
|
378
|
+
{
|
|
379
|
+
chainId: 1,
|
|
380
|
+
address: "0x72e4f9F808C49A2a61dE9C5896298920Dc4EEEa9",
|
|
381
|
+
name: "HarryPotterObamaSonic10Inu",
|
|
382
|
+
symbol: "BITCOIN",
|
|
383
|
+
decimals: 8,
|
|
384
|
+
logoURI: "https://ethereum-optimism.github.io/data/BITCOIN/logo.svg",
|
|
385
|
+
extensions: {
|
|
386
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
387
|
+
opListId: "extended",
|
|
388
|
+
opTokenId: "BITCOIN"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
chainId: 10,
|
|
393
|
+
address: "0x8a6039fc7a479928b1d73f88040362e9c50db275",
|
|
394
|
+
name: "HarryPotterObamaSonic10Inu",
|
|
395
|
+
symbol: "BITCOIN",
|
|
396
|
+
decimals: 8,
|
|
397
|
+
logoURI: "https://ethereum-optimism.github.io/data/BITCOIN/logo.svg",
|
|
398
|
+
extensions: {
|
|
399
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
400
|
+
opListId: "extended",
|
|
401
|
+
opTokenId: "BITCOIN"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
378
404
|
{
|
|
379
405
|
chainId: 1,
|
|
380
406
|
address: "0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B",
|
|
@@ -4015,7 +4041,7 @@ var tokens = [
|
|
|
4015
4041
|
var version = {
|
|
4016
4042
|
major: 8,
|
|
4017
4043
|
minor: 3,
|
|
4018
|
-
patch:
|
|
4044
|
+
patch: 89
|
|
4019
4045
|
};
|
|
4020
4046
|
var optimism_tokenlist_default = {
|
|
4021
4047
|
name,
|