@eth-optimism/tokenlist 9.0.1 → 9.0.2
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 +40 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +40 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-f2465d69.d.ts → optimism.tokenlist-f805e6d4.d.ts} +40 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +40 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +40 -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-
|
|
44
|
+
var timestamp = "2023-11-03T14:14:00.170Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -223,6 +223,44 @@ var tokens = [
|
|
|
223
223
|
opTokenId: "alETH"
|
|
224
224
|
}
|
|
225
225
|
},
|
|
226
|
+
{
|
|
227
|
+
chainId: 1,
|
|
228
|
+
address: "0x6B0b3a982b4634aC68dD83a4DBF02311cE324181",
|
|
229
|
+
name: "Artificial Liquid Intelligence Token",
|
|
230
|
+
symbol: "ALI",
|
|
231
|
+
decimals: 18,
|
|
232
|
+
logoURI: "https://ethereum-optimism.github.io/data/ALI/logo.png",
|
|
233
|
+
extensions: {
|
|
234
|
+
opListId: "extended",
|
|
235
|
+
opTokenId: "ALI"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
chainId: 5,
|
|
240
|
+
address: "0x3ACd26F0b5080C30c066a2055A4254A5BB05F22a",
|
|
241
|
+
name: "Artificial Liquid Intelligence Token",
|
|
242
|
+
symbol: "ALI",
|
|
243
|
+
decimals: 18,
|
|
244
|
+
logoURI: "https://ethereum-optimism.github.io/data/ALI/logo.png",
|
|
245
|
+
extensions: {
|
|
246
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
247
|
+
opListId: "extended",
|
|
248
|
+
opTokenId: "ALI"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
chainId: 84531,
|
|
253
|
+
address: "0xC6729C6cFc6B872acF641EB3EA628C9F038e5ABb",
|
|
254
|
+
name: "Artificial Liquid Intelligence Token",
|
|
255
|
+
symbol: "ALI",
|
|
256
|
+
decimals: 18,
|
|
257
|
+
logoURI: "https://ethereum-optimism.github.io/data/ALI/logo.png",
|
|
258
|
+
extensions: {
|
|
259
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
260
|
+
opListId: "extended",
|
|
261
|
+
opTokenId: "ALI"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
226
264
|
{
|
|
227
265
|
chainId: 1,
|
|
228
266
|
address: "0xF17A3fE536F8F7847F1385ec1bC967b2Ca9caE8D",
|
|
@@ -6070,7 +6108,7 @@ var tokens = [
|
|
|
6070
6108
|
var version = {
|
|
6071
6109
|
major: 9,
|
|
6072
6110
|
minor: 0,
|
|
6073
|
-
patch:
|
|
6111
|
+
patch: 2
|
|
6074
6112
|
};
|
|
6075
6113
|
var optimism_tokenlist_default = {
|
|
6076
6114
|
name,
|