@eth-optimism/tokenlist 10.0.125 → 10.0.126
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-b357b25c.d.ts → optimism.tokenlist-2da4b6f5.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 = "2024-09-
|
|
25
|
+
var timestamp = "2024-09-18T02:40:49.427Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4339,6 +4339,58 @@ var tokens = [
|
|
|
4339
4339
|
opTokenId: "MASK"
|
|
4340
4340
|
}
|
|
4341
4341
|
},
|
|
4342
|
+
{
|
|
4343
|
+
chainId: 1,
|
|
4344
|
+
address: "0x06F3C323f0238c72BF35011071f2b5B7F43A054c",
|
|
4345
|
+
name: "MASQ",
|
|
4346
|
+
symbol: "MASQ",
|
|
4347
|
+
decimals: 18,
|
|
4348
|
+
logoURI: "https://ethereum-optimism.github.io/data/MASQ/logo.png",
|
|
4349
|
+
extensions: {
|
|
4350
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4351
|
+
opListId: "extended",
|
|
4352
|
+
opTokenId: "MASQ"
|
|
4353
|
+
}
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
chainId: 11155111,
|
|
4357
|
+
address: "0x574338FFb9471C7a260e338478409Ed0F8900ea5",
|
|
4358
|
+
name: "tMASQ",
|
|
4359
|
+
symbol: "tMASQ",
|
|
4360
|
+
decimals: 18,
|
|
4361
|
+
logoURI: "https://ethereum-optimism.github.io/data/MASQ/logo.png",
|
|
4362
|
+
extensions: {
|
|
4363
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
4364
|
+
opListId: "extended",
|
|
4365
|
+
opTokenId: "MASQ"
|
|
4366
|
+
}
|
|
4367
|
+
},
|
|
4368
|
+
{
|
|
4369
|
+
chainId: 8453,
|
|
4370
|
+
address: "0x45D9C101a3870Ca5024582fd788F4E1e8F7971c3",
|
|
4371
|
+
name: "MASQ",
|
|
4372
|
+
symbol: "MASQ",
|
|
4373
|
+
decimals: 18,
|
|
4374
|
+
logoURI: "https://ethereum-optimism.github.io/data/MASQ/logo.png",
|
|
4375
|
+
extensions: {
|
|
4376
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4377
|
+
opListId: "extended",
|
|
4378
|
+
opTokenId: "MASQ"
|
|
4379
|
+
}
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
chainId: 84532,
|
|
4383
|
+
address: "0x898E1cE720084A902Bc37dD822eD6D6a5F027E10",
|
|
4384
|
+
name: "tMASQ",
|
|
4385
|
+
symbol: "tMASQ",
|
|
4386
|
+
decimals: 18,
|
|
4387
|
+
logoURI: "https://ethereum-optimism.github.io/data/MASQ/logo.png",
|
|
4388
|
+
extensions: {
|
|
4389
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4390
|
+
opListId: "extended",
|
|
4391
|
+
opTokenId: "MASQ"
|
|
4392
|
+
}
|
|
4393
|
+
},
|
|
4342
4394
|
{
|
|
4343
4395
|
chainId: 1,
|
|
4344
4396
|
address: "0x24fcFC492C1393274B6bcd568ac9e225BEc93584",
|
|
@@ -9365,7 +9417,7 @@ var tokens = [
|
|
|
9365
9417
|
var version = {
|
|
9366
9418
|
major: 10,
|
|
9367
9419
|
minor: 0,
|
|
9368
|
-
patch:
|
|
9420
|
+
patch: 126
|
|
9369
9421
|
};
|
|
9370
9422
|
var optimism_tokenlist_default = {
|
|
9371
9423
|
name,
|