@eth-optimism/tokenlist 8.3.88 → 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-9111b76a.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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-07-
|
|
9
|
+
var timestamp = "2023-07-17T18:41:36.440Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -340,6 +340,32 @@ var tokens = [
|
|
|
340
340
|
opTokenId: "BitBTC"
|
|
341
341
|
}
|
|
342
342
|
},
|
|
343
|
+
{
|
|
344
|
+
chainId: 1,
|
|
345
|
+
address: "0x72e4f9F808C49A2a61dE9C5896298920Dc4EEEa9",
|
|
346
|
+
name: "HarryPotterObamaSonic10Inu",
|
|
347
|
+
symbol: "BITCOIN",
|
|
348
|
+
decimals: 8,
|
|
349
|
+
logoURI: "https://ethereum-optimism.github.io/data/BITCOIN/logo.svg",
|
|
350
|
+
extensions: {
|
|
351
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
352
|
+
opListId: "extended",
|
|
353
|
+
opTokenId: "BITCOIN"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
chainId: 10,
|
|
358
|
+
address: "0x8a6039fc7a479928b1d73f88040362e9c50db275",
|
|
359
|
+
name: "HarryPotterObamaSonic10Inu",
|
|
360
|
+
symbol: "BITCOIN",
|
|
361
|
+
decimals: 8,
|
|
362
|
+
logoURI: "https://ethereum-optimism.github.io/data/BITCOIN/logo.svg",
|
|
363
|
+
extensions: {
|
|
364
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
365
|
+
opListId: "extended",
|
|
366
|
+
opTokenId: "BITCOIN"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
343
369
|
{
|
|
344
370
|
chainId: 1,
|
|
345
371
|
address: "0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B",
|
|
@@ -3980,7 +4006,7 @@ var tokens = [
|
|
|
3980
4006
|
var version = {
|
|
3981
4007
|
major: 8,
|
|
3982
4008
|
minor: 3,
|
|
3983
|
-
patch:
|
|
4009
|
+
patch: 89
|
|
3984
4010
|
};
|
|
3985
4011
|
var optimism_tokenlist_default = {
|
|
3986
4012
|
name,
|