@eth-optimism/tokenlist 8.3.123 → 8.3.124
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-2bb2947e.d.ts → optimism.tokenlist-9ccfc83a.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 = "2023-08-
|
|
44
|
+
var timestamp = "2023-08-17T16:09:22.720Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -415,6 +415,18 @@ var tokens = [
|
|
|
415
415
|
opTokenId: "BITCOIN"
|
|
416
416
|
}
|
|
417
417
|
},
|
|
418
|
+
{
|
|
419
|
+
chainId: 8453,
|
|
420
|
+
address: "0x30136B90e532141FeD006c61105cff3668b5c774",
|
|
421
|
+
name: "BlueSwap",
|
|
422
|
+
symbol: "BLUE",
|
|
423
|
+
decimals: 18,
|
|
424
|
+
logoURI: "https://ethereum-optimism.github.io/data/BLUE/logo.svg",
|
|
425
|
+
extensions: {
|
|
426
|
+
opListId: "extended",
|
|
427
|
+
opTokenId: "BLUE"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
418
430
|
{
|
|
419
431
|
chainId: 1,
|
|
420
432
|
address: "0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B",
|
|
@@ -4667,7 +4679,7 @@ var tokens = [
|
|
|
4667
4679
|
var version = {
|
|
4668
4680
|
major: 8,
|
|
4669
4681
|
minor: 3,
|
|
4670
|
-
patch:
|
|
4682
|
+
patch: 124
|
|
4671
4683
|
};
|
|
4672
4684
|
var optimism_tokenlist_default = {
|
|
4673
4685
|
name,
|