@eth-optimism/tokenlist 10.0.98 → 10.0.100
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/README.md +3 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-a16999c5.d.ts → optimism.tokenlist-3af1a409.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -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 = "2024-07-
|
|
25
|
+
var timestamp = "2024-07-22T16:28:09.713Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4011,6 +4011,58 @@ var tokens = [
|
|
|
4011
4011
|
opTokenId: "LRC"
|
|
4012
4012
|
}
|
|
4013
4013
|
},
|
|
4014
|
+
{
|
|
4015
|
+
chainId: 1,
|
|
4016
|
+
address: "0x6033F7f88332B8db6ad452B7C6D5bB643990aE3f",
|
|
4017
|
+
name: "Lisk",
|
|
4018
|
+
symbol: "LSK",
|
|
4019
|
+
decimals: 18,
|
|
4020
|
+
logoURI: "https://ethereum-optimism.github.io/data/LSK/logo.svg",
|
|
4021
|
+
extensions: {
|
|
4022
|
+
liskBridgeAddress: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08",
|
|
4023
|
+
opListId: "extended",
|
|
4024
|
+
opTokenId: "LSK"
|
|
4025
|
+
}
|
|
4026
|
+
},
|
|
4027
|
+
{
|
|
4028
|
+
chainId: 1135,
|
|
4029
|
+
address: "0xac485391EB2d7D88253a7F1eF18C37f4242D1A24",
|
|
4030
|
+
name: "Lisk",
|
|
4031
|
+
symbol: "LSK",
|
|
4032
|
+
decimals: 18,
|
|
4033
|
+
logoURI: "https://ethereum-optimism.github.io/data/LSK/logo.svg",
|
|
4034
|
+
extensions: {
|
|
4035
|
+
liskBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4036
|
+
opListId: "extended",
|
|
4037
|
+
opTokenId: "LSK"
|
|
4038
|
+
}
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
chainId: 11155111,
|
|
4042
|
+
address: "0x16B840bA01e2b05fc2268eAf6d18892a11EC29D6",
|
|
4043
|
+
name: "Lisk",
|
|
4044
|
+
symbol: "LSK",
|
|
4045
|
+
decimals: 18,
|
|
4046
|
+
logoURI: "https://ethereum-optimism.github.io/data/LSK/logo.svg",
|
|
4047
|
+
extensions: {
|
|
4048
|
+
liskBridgeAddress: "0x1Fb30e446eA791cd1f011675E5F3f5311b70faF5",
|
|
4049
|
+
opListId: "extended",
|
|
4050
|
+
opTokenId: "LSK"
|
|
4051
|
+
}
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
chainId: 4202,
|
|
4055
|
+
address: "0x8a21CF9Ba08Ae709D64Cb25AfAA951183EC9FF6D",
|
|
4056
|
+
name: "Lisk",
|
|
4057
|
+
symbol: "LSK",
|
|
4058
|
+
decimals: 18,
|
|
4059
|
+
logoURI: "https://ethereum-optimism.github.io/data/LSK/logo.svg",
|
|
4060
|
+
extensions: {
|
|
4061
|
+
liskBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4062
|
+
opListId: "extended",
|
|
4063
|
+
opTokenId: "LSK"
|
|
4064
|
+
}
|
|
4065
|
+
},
|
|
4014
4066
|
{
|
|
4015
4067
|
chainId: 1,
|
|
4016
4068
|
address: "0x5f98805a4e8be255a32880fdec7f6728c6568ba0",
|
|
@@ -8829,7 +8881,7 @@ var tokens = [
|
|
|
8829
8881
|
var version = {
|
|
8830
8882
|
major: 10,
|
|
8831
8883
|
minor: 0,
|
|
8832
|
-
patch:
|
|
8884
|
+
patch: 100
|
|
8833
8885
|
};
|
|
8834
8886
|
var optimism_tokenlist_default = {
|
|
8835
8887
|
name,
|