@eth-optimism/tokenlist 10.0.1722 → 10.0.1724
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-e23f9236.d.ts → optimism.tokenlist-83657bcc.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 +2 -2
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2025-
|
|
25
|
+
var timestamp = "2025-10-08T03:33:10.424Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -7980,6 +7980,32 @@ var tokens = [
|
|
|
7980
7980
|
opTokenId: "MVL"
|
|
7981
7981
|
}
|
|
7982
7982
|
},
|
|
7983
|
+
{
|
|
7984
|
+
chainId: 1,
|
|
7985
|
+
address: "0x88888888a98Cb1525A98c354F17EFc8d73EF07A6",
|
|
7986
|
+
name: "MVP Token V2",
|
|
7987
|
+
symbol: "MVP",
|
|
7988
|
+
decimals: 18,
|
|
7989
|
+
logoURI: "https://ethereum-optimism.github.io/data/MVP/logo.png",
|
|
7990
|
+
extensions: {
|
|
7991
|
+
worldchainBridgeAddress: "0x470458C91978D2d929704489Ad730DC3E3001113",
|
|
7992
|
+
opListId: "extended",
|
|
7993
|
+
opTokenId: "MVP"
|
|
7994
|
+
}
|
|
7995
|
+
},
|
|
7996
|
+
{
|
|
7997
|
+
chainId: 480,
|
|
7998
|
+
address: "0x9A60565f305F8863BA48fe642fB55c81F0b3680d",
|
|
7999
|
+
name: "MVP Token V2",
|
|
8000
|
+
symbol: "MVP",
|
|
8001
|
+
decimals: 18,
|
|
8002
|
+
logoURI: "https://ethereum-optimism.github.io/data/MVP/logo.png",
|
|
8003
|
+
extensions: {
|
|
8004
|
+
worldchainBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
8005
|
+
opListId: "extended",
|
|
8006
|
+
opTokenId: "MVP"
|
|
8007
|
+
}
|
|
8008
|
+
},
|
|
7983
8009
|
{
|
|
7984
8010
|
chainId: 1,
|
|
7985
8011
|
address: "0x9E46A38F5DaaBe8683E10793b06749EEF7D733d1",
|
|
@@ -14887,7 +14913,7 @@ var tokens = [
|
|
|
14887
14913
|
var version = {
|
|
14888
14914
|
major: 10,
|
|
14889
14915
|
minor: 0,
|
|
14890
|
-
patch:
|
|
14916
|
+
patch: 1723
|
|
14891
14917
|
};
|
|
14892
14918
|
var optimism_tokenlist_default = {
|
|
14893
14919
|
name,
|