@eth-optimism/tokenlist 10.0.187 → 10.0.188
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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-2cbca603.d.ts → optimism.tokenlist-6009fdc7.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -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 = "2024-12-
|
|
44
|
+
var timestamp = "2024-12-17T23:04:08.565Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4746,6 +4746,20 @@ var tokens = [
|
|
|
4746
4746
|
decimals: 18,
|
|
4747
4747
|
logoURI: "https://ethereum-optimism.github.io/data/LIZCOIN/logo.png",
|
|
4748
4748
|
extensions: {
|
|
4749
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4750
|
+
opListId: "extended",
|
|
4751
|
+
opTokenId: "LIZCOIN"
|
|
4752
|
+
}
|
|
4753
|
+
},
|
|
4754
|
+
{
|
|
4755
|
+
chainId: 8453,
|
|
4756
|
+
address: "0xAF4144cd943ed5362Fed2BaE6573184659CBe6FF",
|
|
4757
|
+
name: "Lizcoin",
|
|
4758
|
+
symbol: "LIZ",
|
|
4759
|
+
decimals: 18,
|
|
4760
|
+
logoURI: "https://ethereum-optimism.github.io/data/LIZCOIN/logo.png",
|
|
4761
|
+
extensions: {
|
|
4762
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4749
4763
|
opListId: "extended",
|
|
4750
4764
|
opTokenId: "LIZCOIN"
|
|
4751
4765
|
}
|
|
@@ -10966,7 +10980,7 @@ var tokens = [
|
|
|
10966
10980
|
var version = {
|
|
10967
10981
|
major: 10,
|
|
10968
10982
|
minor: 0,
|
|
10969
|
-
patch:
|
|
10983
|
+
patch: 188
|
|
10970
10984
|
};
|
|
10971
10985
|
var optimism_tokenlist_default = {
|
|
10972
10986
|
name,
|