@eth-optimism/tokenlist 9.0.22 → 9.0.23
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-0fa3cfc4.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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-01-
|
|
9
|
+
var timestamp = "2024-01-05T23:21:29.538Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -196,6 +196,7 @@ var tokens = [
|
|
|
196
196
|
decimals: 18,
|
|
197
197
|
logoURI: "https://ethereum-optimism.github.io/data/ALI/logo.png",
|
|
198
198
|
extensions: {
|
|
199
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
199
200
|
opListId: "extended",
|
|
200
201
|
opTokenId: "ALI"
|
|
201
202
|
}
|
|
@@ -213,6 +214,19 @@ var tokens = [
|
|
|
213
214
|
opTokenId: "ALI"
|
|
214
215
|
}
|
|
215
216
|
},
|
|
217
|
+
{
|
|
218
|
+
chainId: 8453,
|
|
219
|
+
address: "0x97c806e7665d3AFd84A8Fe1837921403D59F3Dcc",
|
|
220
|
+
name: "Artificial Liquid Intelligence Token",
|
|
221
|
+
symbol: "ALI",
|
|
222
|
+
decimals: 18,
|
|
223
|
+
logoURI: "https://ethereum-optimism.github.io/data/ALI/logo.png",
|
|
224
|
+
extensions: {
|
|
225
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
226
|
+
opListId: "extended",
|
|
227
|
+
opTokenId: "ALI"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
216
230
|
{
|
|
217
231
|
chainId: 84531,
|
|
218
232
|
address: "0xC6729C6cFc6B872acF641EB3EA628C9F038e5ABb",
|
|
@@ -6531,7 +6545,7 @@ var tokens = [
|
|
|
6531
6545
|
var version = {
|
|
6532
6546
|
major: 9,
|
|
6533
6547
|
minor: 0,
|
|
6534
|
-
patch:
|
|
6548
|
+
patch: 23
|
|
6535
6549
|
};
|
|
6536
6550
|
var optimism_tokenlist_default = {
|
|
6537
6551
|
name,
|