@eth-optimism/tokenlist 10.0.1723 → 10.0.1725
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-5e2adfd4.d.ts → optimism.tokenlist-8d8846ad.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 = "2025-
|
|
25
|
+
var timestamp = "2025-10-16T15:51:41.789Z";
|
|
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",
|
|
@@ -9900,6 +9926,32 @@ var tokens = [
|
|
|
9900
9926
|
opTokenId: "RICE"
|
|
9901
9927
|
}
|
|
9902
9928
|
},
|
|
9929
|
+
{
|
|
9930
|
+
chainId: 1,
|
|
9931
|
+
address: "0x94a8b4EE5CD64C79D0Ee816f467EA73009f51aA0",
|
|
9932
|
+
name: "Realio Network",
|
|
9933
|
+
symbol: "RIO",
|
|
9934
|
+
decimals: 18,
|
|
9935
|
+
logoURI: "https://ethereum-optimism.github.io/data/RIO/logo.svg",
|
|
9936
|
+
extensions: {
|
|
9937
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
9938
|
+
opListId: "extended",
|
|
9939
|
+
opTokenId: "RIO"
|
|
9940
|
+
}
|
|
9941
|
+
},
|
|
9942
|
+
{
|
|
9943
|
+
chainId: 8453,
|
|
9944
|
+
address: "0x5e64c9049455b3bB6E9fbDC33565fa313BAe9B53",
|
|
9945
|
+
name: "Realio Network",
|
|
9946
|
+
symbol: "RIO",
|
|
9947
|
+
decimals: 18,
|
|
9948
|
+
logoURI: "https://ethereum-optimism.github.io/data/RIO/logo.svg",
|
|
9949
|
+
extensions: {
|
|
9950
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
9951
|
+
opListId: "extended",
|
|
9952
|
+
opTokenId: "RIO"
|
|
9953
|
+
}
|
|
9954
|
+
},
|
|
9903
9955
|
{
|
|
9904
9956
|
chainId: 1,
|
|
9905
9957
|
address: "0xFc169284da39e8d337D01AB011C3e5d92f7DDBa6",
|
|
@@ -14887,7 +14939,7 @@ var tokens = [
|
|
|
14887
14939
|
var version = {
|
|
14888
14940
|
major: 10,
|
|
14889
14941
|
minor: 0,
|
|
14890
|
-
patch:
|
|
14942
|
+
patch: 1724
|
|
14891
14943
|
};
|
|
14892
14944
|
var optimism_tokenlist_default = {
|
|
14893
14945
|
name,
|