@eth-optimism/tokenlist 10.0.165 → 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 +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-134fb5d0.d.ts → optimism.tokenlist-662b6528.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-20T04:00:52.195Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -336,6 +336,32 @@ var tokens = [
|
|
|
336
336
|
opTokenId: "AMKT"
|
|
337
337
|
}
|
|
338
338
|
},
|
|
339
|
+
{
|
|
340
|
+
chainId: 1,
|
|
341
|
+
address: "0xfF20817765cB7f73d4bde2e66e067E58D11095C2",
|
|
342
|
+
name: "Amp",
|
|
343
|
+
symbol: "AMP",
|
|
344
|
+
decimals: 18,
|
|
345
|
+
logoURI: "https://ethereum-optimism.github.io/data/AMP/logo.svg",
|
|
346
|
+
extensions: {
|
|
347
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
348
|
+
opListId: "extended",
|
|
349
|
+
opTokenId: "AMP"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
chainId: 8453,
|
|
354
|
+
address: "0xb358489D5d92641EdB4D8eE8063f8005964346Ba",
|
|
355
|
+
name: "Amp",
|
|
356
|
+
symbol: "AMP",
|
|
357
|
+
decimals: 18,
|
|
358
|
+
logoURI: "https://ethereum-optimism.github.io/data/AMP/logo.svg",
|
|
359
|
+
extensions: {
|
|
360
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
361
|
+
opListId: "extended",
|
|
362
|
+
opTokenId: "AMP"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
339
365
|
{
|
|
340
366
|
chainId: 1,
|
|
341
367
|
address: "0x8CDf7AF57E4c8B930e1B23c477c22f076530585e",
|
|
@@ -5825,6 +5851,32 @@ var tokens = [
|
|
|
5825
5851
|
opTokenId: "OUTb"
|
|
5826
5852
|
}
|
|
5827
5853
|
},
|
|
5854
|
+
{
|
|
5855
|
+
chainId: 1,
|
|
5856
|
+
address: "0x21BfBDa47A0B4B5b1248c767Ee49F7caA9B23697",
|
|
5857
|
+
name: "OVR",
|
|
5858
|
+
symbol: "OVR",
|
|
5859
|
+
decimals: 18,
|
|
5860
|
+
logoURI: "https://ethereum-optimism.github.io/data/OVR/logo.svg",
|
|
5861
|
+
extensions: {
|
|
5862
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5863
|
+
opListId: "extended",
|
|
5864
|
+
opTokenId: "OVR"
|
|
5865
|
+
}
|
|
5866
|
+
},
|
|
5867
|
+
{
|
|
5868
|
+
chainId: 8453,
|
|
5869
|
+
address: "0x27E3Bc3a66E24CaD043aC3d93A12A8070E3897ba",
|
|
5870
|
+
name: "OVR",
|
|
5871
|
+
symbol: "OVR",
|
|
5872
|
+
decimals: 18,
|
|
5873
|
+
logoURI: "https://ethereum-optimism.github.io/data/OVR/logo.svg",
|
|
5874
|
+
extensions: {
|
|
5875
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5876
|
+
opListId: "extended",
|
|
5877
|
+
opTokenId: "OVR"
|
|
5878
|
+
}
|
|
5879
|
+
},
|
|
5828
5880
|
{
|
|
5829
5881
|
chainId: 1,
|
|
5830
5882
|
address: "0xAB846Fb6C81370327e784Ae7CbB6d6a6af6Ff4BF",
|
|
@@ -10309,7 +10361,7 @@ var tokens = [
|
|
|
10309
10361
|
var version = {
|
|
10310
10362
|
major: 10,
|
|
10311
10363
|
minor: 0,
|
|
10312
|
-
patch:
|
|
10364
|
+
patch: 167
|
|
10313
10365
|
};
|
|
10314
10366
|
var optimism_tokenlist_default = {
|
|
10315
10367
|
name,
|