@eth-optimism/tokenlist 10.0.177 → 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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-645bb029.d.ts → optimism.tokenlist-6072d74f.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -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-
|
|
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",
|
|
@@ -2815,6 +2841,32 @@ var tokens = [
|
|
|
2815
2841
|
opTokenId: "EVERY"
|
|
2816
2842
|
}
|
|
2817
2843
|
},
|
|
2844
|
+
{
|
|
2845
|
+
chainId: 1,
|
|
2846
|
+
address: "0x6e15A54B5EcAc17e58daDedDbe8506a7560252F9",
|
|
2847
|
+
name: "SynFutures",
|
|
2848
|
+
symbol: "F",
|
|
2849
|
+
decimals: 18,
|
|
2850
|
+
logoURI: "https://ethereum-optimism.github.io/data/F/logo.svg",
|
|
2851
|
+
extensions: {
|
|
2852
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2853
|
+
opListId: "extended",
|
|
2854
|
+
opTokenId: "F"
|
|
2855
|
+
}
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
chainId: 8453,
|
|
2859
|
+
address: "0x2C24497D4086490e7EaD87CC12597fb50c2E6eD6",
|
|
2860
|
+
name: "SynFutures",
|
|
2861
|
+
symbol: "F",
|
|
2862
|
+
decimals: 18,
|
|
2863
|
+
logoURI: "https://ethereum-optimism.github.io/data/F/logo.svg",
|
|
2864
|
+
extensions: {
|
|
2865
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2866
|
+
opListId: "extended",
|
|
2867
|
+
opTokenId: "F"
|
|
2868
|
+
}
|
|
2869
|
+
},
|
|
2818
2870
|
{
|
|
2819
2871
|
chainId: 1,
|
|
2820
2872
|
address: "0xe0bCEEF36F3a6eFDd5EEBFACD591423f8549B9D5",
|
|
@@ -10647,7 +10699,7 @@ var tokens = [
|
|
|
10647
10699
|
var version = {
|
|
10648
10700
|
major: 10,
|
|
10649
10701
|
minor: 0,
|
|
10650
|
-
patch:
|
|
10702
|
+
patch: 179
|
|
10651
10703
|
};
|
|
10652
10704
|
var optimism_tokenlist_default = {
|
|
10653
10705
|
name,
|