@eth-optimism/tokenlist 9.0.22 → 9.0.24
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-38b67d2d.d.ts → optimism.tokenlist-935b4467.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-01-
|
|
44
|
+
var timestamp = "2024-01-08T17:15:01.914Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -231,6 +231,7 @@ var tokens = [
|
|
|
231
231
|
decimals: 18,
|
|
232
232
|
logoURI: "https://ethereum-optimism.github.io/data/ALI/logo.png",
|
|
233
233
|
extensions: {
|
|
234
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
234
235
|
opListId: "extended",
|
|
235
236
|
opTokenId: "ALI"
|
|
236
237
|
}
|
|
@@ -248,6 +249,19 @@ var tokens = [
|
|
|
248
249
|
opTokenId: "ALI"
|
|
249
250
|
}
|
|
250
251
|
},
|
|
252
|
+
{
|
|
253
|
+
chainId: 8453,
|
|
254
|
+
address: "0x97c806e7665d3AFd84A8Fe1837921403D59F3Dcc",
|
|
255
|
+
name: "Artificial Liquid Intelligence Token",
|
|
256
|
+
symbol: "ALI",
|
|
257
|
+
decimals: 18,
|
|
258
|
+
logoURI: "https://ethereum-optimism.github.io/data/ALI/logo.png",
|
|
259
|
+
extensions: {
|
|
260
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
261
|
+
opListId: "extended",
|
|
262
|
+
opTokenId: "ALI"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
251
265
|
{
|
|
252
266
|
chainId: 84531,
|
|
253
267
|
address: "0xC6729C6cFc6B872acF641EB3EA628C9F038e5ABb",
|
|
@@ -6566,7 +6580,7 @@ var tokens = [
|
|
|
6566
6580
|
var version = {
|
|
6567
6581
|
major: 9,
|
|
6568
6582
|
minor: 0,
|
|
6569
|
-
patch:
|
|
6583
|
+
patch: 24
|
|
6570
6584
|
};
|
|
6571
6585
|
var optimism_tokenlist_default = {
|
|
6572
6586
|
name,
|