@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-11-29T08:
|
|
25
|
+
var timestamp = "2024-11-29T08:19:33.295Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -298,6 +298,32 @@ var tokens = [
|
|
|
298
298
|
opTokenId: "AJNA"
|
|
299
299
|
}
|
|
300
300
|
},
|
|
301
|
+
{
|
|
302
|
+
chainId: 1,
|
|
303
|
+
address: "0x0943a203d80d89D79Bf5EAa1780Fc72A016FB729",
|
|
304
|
+
name: "Akira Dog",
|
|
305
|
+
symbol: "AKIRA",
|
|
306
|
+
decimals: 18,
|
|
307
|
+
logoURI: "https://ethereum-optimism.github.io/data/AKIRA/logo.svg",
|
|
308
|
+
extensions: {
|
|
309
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
310
|
+
opListId: "extended",
|
|
311
|
+
opTokenId: "AKIRA"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
chainId: 8453,
|
|
316
|
+
address: "0xab387E8f0dF922dEDd9d5067e51816D08a938174",
|
|
317
|
+
name: "Akira Dog",
|
|
318
|
+
symbol: "AKIRA",
|
|
319
|
+
decimals: 18,
|
|
320
|
+
logoURI: "https://ethereum-optimism.github.io/data/AKIRA/logo.svg",
|
|
321
|
+
extensions: {
|
|
322
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
323
|
+
opListId: "extended",
|
|
324
|
+
opTokenId: "AKIRA"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
301
327
|
{
|
|
302
328
|
chainId: 1,
|
|
303
329
|
address: "0x0100546f2cd4c9d97f798ffc9755e47865ff7ee6",
|
|
@@ -10673,7 +10699,7 @@ var tokens = [
|
|
|
10673
10699
|
var version = {
|
|
10674
10700
|
major: 10,
|
|
10675
10701
|
minor: 0,
|
|
10676
|
-
patch:
|
|
10702
|
+
patch: 179
|
|
10677
10703
|
};
|
|
10678
10704
|
var optimism_tokenlist_default = {
|
|
10679
10705
|
name,
|