@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.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",
|
|
@@ -5844,6 +5870,32 @@ var tokens = [
|
|
|
5844
5870
|
opTokenId: "OUTb"
|
|
5845
5871
|
}
|
|
5846
5872
|
},
|
|
5873
|
+
{
|
|
5874
|
+
chainId: 1,
|
|
5875
|
+
address: "0x21BfBDa47A0B4B5b1248c767Ee49F7caA9B23697",
|
|
5876
|
+
name: "OVR",
|
|
5877
|
+
symbol: "OVR",
|
|
5878
|
+
decimals: 18,
|
|
5879
|
+
logoURI: "https://ethereum-optimism.github.io/data/OVR/logo.svg",
|
|
5880
|
+
extensions: {
|
|
5881
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5882
|
+
opListId: "extended",
|
|
5883
|
+
opTokenId: "OVR"
|
|
5884
|
+
}
|
|
5885
|
+
},
|
|
5886
|
+
{
|
|
5887
|
+
chainId: 8453,
|
|
5888
|
+
address: "0x27E3Bc3a66E24CaD043aC3d93A12A8070E3897ba",
|
|
5889
|
+
name: "OVR",
|
|
5890
|
+
symbol: "OVR",
|
|
5891
|
+
decimals: 18,
|
|
5892
|
+
logoURI: "https://ethereum-optimism.github.io/data/OVR/logo.svg",
|
|
5893
|
+
extensions: {
|
|
5894
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5895
|
+
opListId: "extended",
|
|
5896
|
+
opTokenId: "OVR"
|
|
5897
|
+
}
|
|
5898
|
+
},
|
|
5847
5899
|
{
|
|
5848
5900
|
chainId: 1,
|
|
5849
5901
|
address: "0xAB846Fb6C81370327e784Ae7CbB6d6a6af6Ff4BF",
|
|
@@ -10328,7 +10380,7 @@ var tokens = [
|
|
|
10328
10380
|
var version = {
|
|
10329
10381
|
major: 10,
|
|
10330
10382
|
minor: 0,
|
|
10331
|
-
patch:
|
|
10383
|
+
patch: 167
|
|
10332
10384
|
};
|
|
10333
10385
|
var optimism_tokenlist_default = {
|
|
10334
10386
|
name,
|