@eth-optimism/tokenlist 10.0.178 → 10.0.179
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-300f2c94.d.ts → optimism.tokenlist-6072d74f.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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-11-29T08:
|
|
44
|
+
var timestamp = "2024-11-29T08:19:33.295Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -317,6 +317,32 @@ var tokens = [
|
|
|
317
317
|
opTokenId: "AJNA"
|
|
318
318
|
}
|
|
319
319
|
},
|
|
320
|
+
{
|
|
321
|
+
chainId: 1,
|
|
322
|
+
address: "0x0943a203d80d89D79Bf5EAa1780Fc72A016FB729",
|
|
323
|
+
name: "Akira Dog",
|
|
324
|
+
symbol: "AKIRA",
|
|
325
|
+
decimals: 18,
|
|
326
|
+
logoURI: "https://ethereum-optimism.github.io/data/AKIRA/logo.svg",
|
|
327
|
+
extensions: {
|
|
328
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
329
|
+
opListId: "extended",
|
|
330
|
+
opTokenId: "AKIRA"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
chainId: 8453,
|
|
335
|
+
address: "0xab387E8f0dF922dEDd9d5067e51816D08a938174",
|
|
336
|
+
name: "Akira Dog",
|
|
337
|
+
symbol: "AKIRA",
|
|
338
|
+
decimals: 18,
|
|
339
|
+
logoURI: "https://ethereum-optimism.github.io/data/AKIRA/logo.svg",
|
|
340
|
+
extensions: {
|
|
341
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
342
|
+
opListId: "extended",
|
|
343
|
+
opTokenId: "AKIRA"
|
|
344
|
+
}
|
|
345
|
+
},
|
|
320
346
|
{
|
|
321
347
|
chainId: 1,
|
|
322
348
|
address: "0x0100546f2cd4c9d97f798ffc9755e47865ff7ee6",
|
|
@@ -10692,7 +10718,7 @@ var tokens = [
|
|
|
10692
10718
|
var version = {
|
|
10693
10719
|
major: 10,
|
|
10694
10720
|
minor: 0,
|
|
10695
|
-
patch:
|
|
10721
|
+
patch: 179
|
|
10696
10722
|
};
|
|
10697
10723
|
var optimism_tokenlist_default = {
|
|
10698
10724
|
name,
|