@eth-optimism/tokenlist 9.0.47 → 9.0.48
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-54eca668.d.ts → optimism.tokenlist-638162ef.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-03-07T06:
|
|
44
|
+
var timestamp = "2024-03-07T06:33:12.688Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -5486,6 +5486,58 @@ var tokens = [
|
|
|
5486
5486
|
opTokenId: "SPOT"
|
|
5487
5487
|
}
|
|
5488
5488
|
},
|
|
5489
|
+
{
|
|
5490
|
+
chainId: 1,
|
|
5491
|
+
address: "0x09395a2A58DB45db0da254c7EAa5AC469D8bDc85",
|
|
5492
|
+
name: "SubQueryToken",
|
|
5493
|
+
symbol: "SQT",
|
|
5494
|
+
decimals: 18,
|
|
5495
|
+
logoURI: "https://ethereum-optimism.github.io/data/SQT/logo.svg",
|
|
5496
|
+
extensions: {
|
|
5497
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5498
|
+
opListId: "extended",
|
|
5499
|
+
opTokenId: "SQT"
|
|
5500
|
+
}
|
|
5501
|
+
},
|
|
5502
|
+
{
|
|
5503
|
+
chainId: 8453,
|
|
5504
|
+
address: "0x858c50C3AF1913b0E849aFDB74617388a1a5340d",
|
|
5505
|
+
name: "SubQueryToken",
|
|
5506
|
+
symbol: "SQT",
|
|
5507
|
+
decimals: 18,
|
|
5508
|
+
logoURI: "https://ethereum-optimism.github.io/data/SQT/logo.svg",
|
|
5509
|
+
extensions: {
|
|
5510
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5511
|
+
opListId: "extended",
|
|
5512
|
+
opTokenId: "SQT"
|
|
5513
|
+
}
|
|
5514
|
+
},
|
|
5515
|
+
{
|
|
5516
|
+
chainId: 11155111,
|
|
5517
|
+
address: "0xE6E15Ffc71AbDAe8D34D65bB695959fbd6c15435",
|
|
5518
|
+
name: "SubQueryToken",
|
|
5519
|
+
symbol: "SQT",
|
|
5520
|
+
decimals: 18,
|
|
5521
|
+
logoURI: "https://ethereum-optimism.github.io/data/SQT/logo.svg",
|
|
5522
|
+
extensions: {
|
|
5523
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
5524
|
+
opListId: "extended",
|
|
5525
|
+
opTokenId: "SQT"
|
|
5526
|
+
}
|
|
5527
|
+
},
|
|
5528
|
+
{
|
|
5529
|
+
chainId: 84532,
|
|
5530
|
+
address: "0x37B797EBE14B4490FE64c67390AeCfE20D650953",
|
|
5531
|
+
name: "SubQueryToken",
|
|
5532
|
+
symbol: "SQT",
|
|
5533
|
+
decimals: 18,
|
|
5534
|
+
logoURI: "https://ethereum-optimism.github.io/data/SQT/logo.svg",
|
|
5535
|
+
extensions: {
|
|
5536
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5537
|
+
opListId: "extended",
|
|
5538
|
+
opTokenId: "SQT"
|
|
5539
|
+
}
|
|
5540
|
+
},
|
|
5489
5541
|
{
|
|
5490
5542
|
chainId: 1,
|
|
5491
5543
|
address: "0xcb9f85730f57732fc899fb158164b9ed60c77d49",
|
|
@@ -7155,7 +7207,7 @@ var tokens = [
|
|
|
7155
7207
|
var version = {
|
|
7156
7208
|
major: 9,
|
|
7157
7209
|
minor: 0,
|
|
7158
|
-
patch:
|
|
7210
|
+
patch: 48
|
|
7159
7211
|
};
|
|
7160
7212
|
var optimism_tokenlist_default = {
|
|
7161
7213
|
name,
|