@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.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-09-
|
|
44
|
+
var timestamp = "2024-09-18T02:40:49.427Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4358,6 +4358,58 @@ var tokens = [
|
|
|
4358
4358
|
opTokenId: "MASK"
|
|
4359
4359
|
}
|
|
4360
4360
|
},
|
|
4361
|
+
{
|
|
4362
|
+
chainId: 1,
|
|
4363
|
+
address: "0x06F3C323f0238c72BF35011071f2b5B7F43A054c",
|
|
4364
|
+
name: "MASQ",
|
|
4365
|
+
symbol: "MASQ",
|
|
4366
|
+
decimals: 18,
|
|
4367
|
+
logoURI: "https://ethereum-optimism.github.io/data/MASQ/logo.png",
|
|
4368
|
+
extensions: {
|
|
4369
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4370
|
+
opListId: "extended",
|
|
4371
|
+
opTokenId: "MASQ"
|
|
4372
|
+
}
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
chainId: 11155111,
|
|
4376
|
+
address: "0x574338FFb9471C7a260e338478409Ed0F8900ea5",
|
|
4377
|
+
name: "tMASQ",
|
|
4378
|
+
symbol: "tMASQ",
|
|
4379
|
+
decimals: 18,
|
|
4380
|
+
logoURI: "https://ethereum-optimism.github.io/data/MASQ/logo.png",
|
|
4381
|
+
extensions: {
|
|
4382
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
4383
|
+
opListId: "extended",
|
|
4384
|
+
opTokenId: "MASQ"
|
|
4385
|
+
}
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
chainId: 8453,
|
|
4389
|
+
address: "0x45D9C101a3870Ca5024582fd788F4E1e8F7971c3",
|
|
4390
|
+
name: "MASQ",
|
|
4391
|
+
symbol: "MASQ",
|
|
4392
|
+
decimals: 18,
|
|
4393
|
+
logoURI: "https://ethereum-optimism.github.io/data/MASQ/logo.png",
|
|
4394
|
+
extensions: {
|
|
4395
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4396
|
+
opListId: "extended",
|
|
4397
|
+
opTokenId: "MASQ"
|
|
4398
|
+
}
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
chainId: 84532,
|
|
4402
|
+
address: "0x898E1cE720084A902Bc37dD822eD6D6a5F027E10",
|
|
4403
|
+
name: "tMASQ",
|
|
4404
|
+
symbol: "tMASQ",
|
|
4405
|
+
decimals: 18,
|
|
4406
|
+
logoURI: "https://ethereum-optimism.github.io/data/MASQ/logo.png",
|
|
4407
|
+
extensions: {
|
|
4408
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4409
|
+
opListId: "extended",
|
|
4410
|
+
opTokenId: "MASQ"
|
|
4411
|
+
}
|
|
4412
|
+
},
|
|
4361
4413
|
{
|
|
4362
4414
|
chainId: 1,
|
|
4363
4415
|
address: "0x24fcFC492C1393274B6bcd568ac9e225BEc93584",
|
|
@@ -9384,7 +9436,7 @@ var tokens = [
|
|
|
9384
9436
|
var version = {
|
|
9385
9437
|
major: 10,
|
|
9386
9438
|
minor: 0,
|
|
9387
|
-
patch:
|
|
9439
|
+
patch: 126
|
|
9388
9440
|
};
|
|
9389
9441
|
var optimism_tokenlist_default = {
|
|
9390
9442
|
name,
|