@eth-optimism/tokenlist 10.0.166 → 10.0.167
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-ad782232.d.ts → optimism.tokenlist-662b6528.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-
|
|
44
|
+
var timestamp = "2024-11-20T04:00:52.195Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -355,6 +355,32 @@ var tokens = [
|
|
|
355
355
|
opTokenId: "AMKT"
|
|
356
356
|
}
|
|
357
357
|
},
|
|
358
|
+
{
|
|
359
|
+
chainId: 1,
|
|
360
|
+
address: "0xfF20817765cB7f73d4bde2e66e067E58D11095C2",
|
|
361
|
+
name: "Amp",
|
|
362
|
+
symbol: "AMP",
|
|
363
|
+
decimals: 18,
|
|
364
|
+
logoURI: "https://ethereum-optimism.github.io/data/AMP/logo.svg",
|
|
365
|
+
extensions: {
|
|
366
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
367
|
+
opListId: "extended",
|
|
368
|
+
opTokenId: "AMP"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
chainId: 8453,
|
|
373
|
+
address: "0xb358489D5d92641EdB4D8eE8063f8005964346Ba",
|
|
374
|
+
name: "Amp",
|
|
375
|
+
symbol: "AMP",
|
|
376
|
+
decimals: 18,
|
|
377
|
+
logoURI: "https://ethereum-optimism.github.io/data/AMP/logo.svg",
|
|
378
|
+
extensions: {
|
|
379
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
380
|
+
opListId: "extended",
|
|
381
|
+
opTokenId: "AMP"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
358
384
|
{
|
|
359
385
|
chainId: 1,
|
|
360
386
|
address: "0x8CDf7AF57E4c8B930e1B23c477c22f076530585e",
|
|
@@ -10354,7 +10380,7 @@ var tokens = [
|
|
|
10354
10380
|
var version = {
|
|
10355
10381
|
major: 10,
|
|
10356
10382
|
minor: 0,
|
|
10357
|
-
patch:
|
|
10383
|
+
patch: 167
|
|
10358
10384
|
};
|
|
10359
10385
|
var optimism_tokenlist_default = {
|
|
10360
10386
|
name,
|