@eth-optimism/tokenlist 10.0.81 → 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-a3c0b19f.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
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-06-17T17:
|
|
44
|
+
var timestamp = "2024-06-17T17:49:09.714Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4166,6 +4166,32 @@ var tokens = [
|
|
|
4166
4166
|
opTokenId: "MONKE"
|
|
4167
4167
|
}
|
|
4168
4168
|
},
|
|
4169
|
+
{
|
|
4170
|
+
chainId: 1,
|
|
4171
|
+
address: "0x4116f14b6d462B32a1C10F98049E4B1765e34FA9",
|
|
4172
|
+
name: "dotmoovs",
|
|
4173
|
+
symbol: "MOOV",
|
|
4174
|
+
decimals: 18,
|
|
4175
|
+
logoURI: "https://ethereum-optimism.github.io/data/MOOV/logo.svg",
|
|
4176
|
+
extensions: {
|
|
4177
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4178
|
+
opListId: "extended",
|
|
4179
|
+
opTokenId: "MOOV"
|
|
4180
|
+
}
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
chainId: 8453,
|
|
4184
|
+
address: "0x6b20e045cD881EeF5853EB6C148E1c88a20ab395",
|
|
4185
|
+
name: "dotmoovs",
|
|
4186
|
+
symbol: "MOOV",
|
|
4187
|
+
decimals: 18,
|
|
4188
|
+
logoURI: "https://ethereum-optimism.github.io/data/MOOV/logo.svg",
|
|
4189
|
+
extensions: {
|
|
4190
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4191
|
+
opListId: "extended",
|
|
4192
|
+
opTokenId: "MOOV"
|
|
4193
|
+
}
|
|
4194
|
+
},
|
|
4169
4195
|
{
|
|
4170
4196
|
chainId: 1,
|
|
4171
4197
|
address: "0x48afbbd342f64ef8a9ab1c143719b63c2ad81710",
|
|
@@ -8426,7 +8452,7 @@ var tokens = [
|
|
|
8426
8452
|
var version = {
|
|
8427
8453
|
major: 10,
|
|
8428
8454
|
minor: 0,
|
|
8429
|
-
patch:
|
|
8455
|
+
patch: 82
|
|
8430
8456
|
};
|
|
8431
8457
|
var optimism_tokenlist_default = {
|
|
8432
8458
|
name,
|