@eth-optimism/tokenlist 10.0.80 → 10.0.82
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-56172d17.d.ts → optimism.tokenlist-d8fab5fb.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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-06-
|
|
9
|
+
var timestamp = "2024-06-17T17:49:09.714Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -4131,6 +4131,32 @@ var tokens = [
|
|
|
4131
4131
|
opTokenId: "MONKE"
|
|
4132
4132
|
}
|
|
4133
4133
|
},
|
|
4134
|
+
{
|
|
4135
|
+
chainId: 1,
|
|
4136
|
+
address: "0x4116f14b6d462B32a1C10F98049E4B1765e34FA9",
|
|
4137
|
+
name: "dotmoovs",
|
|
4138
|
+
symbol: "MOOV",
|
|
4139
|
+
decimals: 18,
|
|
4140
|
+
logoURI: "https://ethereum-optimism.github.io/data/MOOV/logo.svg",
|
|
4141
|
+
extensions: {
|
|
4142
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4143
|
+
opListId: "extended",
|
|
4144
|
+
opTokenId: "MOOV"
|
|
4145
|
+
}
|
|
4146
|
+
},
|
|
4147
|
+
{
|
|
4148
|
+
chainId: 8453,
|
|
4149
|
+
address: "0x6b20e045cD881EeF5853EB6C148E1c88a20ab395",
|
|
4150
|
+
name: "dotmoovs",
|
|
4151
|
+
symbol: "MOOV",
|
|
4152
|
+
decimals: 18,
|
|
4153
|
+
logoURI: "https://ethereum-optimism.github.io/data/MOOV/logo.svg",
|
|
4154
|
+
extensions: {
|
|
4155
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4156
|
+
opListId: "extended",
|
|
4157
|
+
opTokenId: "MOOV"
|
|
4158
|
+
}
|
|
4159
|
+
},
|
|
4134
4160
|
{
|
|
4135
4161
|
chainId: 1,
|
|
4136
4162
|
address: "0x48afbbd342f64ef8a9ab1c143719b63c2ad81710",
|
|
@@ -8391,7 +8417,7 @@ var tokens = [
|
|
|
8391
8417
|
var version = {
|
|
8392
8418
|
major: 10,
|
|
8393
8419
|
minor: 0,
|
|
8394
|
-
patch:
|
|
8420
|
+
patch: 82
|
|
8395
8421
|
};
|
|
8396
8422
|
var optimism_tokenlist_default = {
|
|
8397
8423
|
name,
|