@eth-optimism/tokenlist 10.0.99 → 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/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-693f1b2e.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.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-07-
|
|
44
|
+
var timestamp = "2024-07-22T16:28:09.713Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4030,6 +4030,58 @@ var tokens = [
|
|
|
4030
4030
|
opTokenId: "LRC"
|
|
4031
4031
|
}
|
|
4032
4032
|
},
|
|
4033
|
+
{
|
|
4034
|
+
chainId: 1,
|
|
4035
|
+
address: "0x6033F7f88332B8db6ad452B7C6D5bB643990aE3f",
|
|
4036
|
+
name: "Lisk",
|
|
4037
|
+
symbol: "LSK",
|
|
4038
|
+
decimals: 18,
|
|
4039
|
+
logoURI: "https://ethereum-optimism.github.io/data/LSK/logo.svg",
|
|
4040
|
+
extensions: {
|
|
4041
|
+
liskBridgeAddress: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08",
|
|
4042
|
+
opListId: "extended",
|
|
4043
|
+
opTokenId: "LSK"
|
|
4044
|
+
}
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
chainId: 1135,
|
|
4048
|
+
address: "0xac485391EB2d7D88253a7F1eF18C37f4242D1A24",
|
|
4049
|
+
name: "Lisk",
|
|
4050
|
+
symbol: "LSK",
|
|
4051
|
+
decimals: 18,
|
|
4052
|
+
logoURI: "https://ethereum-optimism.github.io/data/LSK/logo.svg",
|
|
4053
|
+
extensions: {
|
|
4054
|
+
liskBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4055
|
+
opListId: "extended",
|
|
4056
|
+
opTokenId: "LSK"
|
|
4057
|
+
}
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
chainId: 11155111,
|
|
4061
|
+
address: "0x16B840bA01e2b05fc2268eAf6d18892a11EC29D6",
|
|
4062
|
+
name: "Lisk",
|
|
4063
|
+
symbol: "LSK",
|
|
4064
|
+
decimals: 18,
|
|
4065
|
+
logoURI: "https://ethereum-optimism.github.io/data/LSK/logo.svg",
|
|
4066
|
+
extensions: {
|
|
4067
|
+
liskBridgeAddress: "0x1Fb30e446eA791cd1f011675E5F3f5311b70faF5",
|
|
4068
|
+
opListId: "extended",
|
|
4069
|
+
opTokenId: "LSK"
|
|
4070
|
+
}
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
chainId: 4202,
|
|
4074
|
+
address: "0x8a21CF9Ba08Ae709D64Cb25AfAA951183EC9FF6D",
|
|
4075
|
+
name: "Lisk",
|
|
4076
|
+
symbol: "LSK",
|
|
4077
|
+
decimals: 18,
|
|
4078
|
+
logoURI: "https://ethereum-optimism.github.io/data/LSK/logo.svg",
|
|
4079
|
+
extensions: {
|
|
4080
|
+
liskBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4081
|
+
opListId: "extended",
|
|
4082
|
+
opTokenId: "LSK"
|
|
4083
|
+
}
|
|
4084
|
+
},
|
|
4033
4085
|
{
|
|
4034
4086
|
chainId: 1,
|
|
4035
4087
|
address: "0x5f98805a4e8be255a32880fdec7f6728c6568ba0",
|
|
@@ -8848,7 +8900,7 @@ var tokens = [
|
|
|
8848
8900
|
var version = {
|
|
8849
8901
|
major: 10,
|
|
8850
8902
|
minor: 0,
|
|
8851
|
-
patch:
|
|
8903
|
+
patch: 100
|
|
8852
8904
|
};
|
|
8853
8905
|
var optimism_tokenlist_default = {
|
|
8854
8906
|
name,
|