@eth-optimism/tokenlist 10.0.138 → 10.0.139
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-62860a25.d.ts → optimism.tokenlist-90c86e13.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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-
|
|
25
|
+
var timestamp = "2024-10-02T00:50:58.150Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -8609,6 +8609,32 @@ var tokens = [
|
|
|
8609
8609
|
opTokenId: "VITA"
|
|
8610
8610
|
}
|
|
8611
8611
|
},
|
|
8612
|
+
{
|
|
8613
|
+
chainId: 1,
|
|
8614
|
+
address: "0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421",
|
|
8615
|
+
name: "VesperToken",
|
|
8616
|
+
symbol: "VSP",
|
|
8617
|
+
decimals: 18,
|
|
8618
|
+
logoURI: "https://ethereum-optimism.github.io/data/VSP/logo.svg",
|
|
8619
|
+
extensions: {
|
|
8620
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
8621
|
+
opListId: "extended",
|
|
8622
|
+
opTokenId: "VSP"
|
|
8623
|
+
}
|
|
8624
|
+
},
|
|
8625
|
+
{
|
|
8626
|
+
chainId: 8453,
|
|
8627
|
+
address: "0xc8a7B50498f7D3Da97249DE165908F0f588490ED",
|
|
8628
|
+
name: "VesperToken",
|
|
8629
|
+
symbol: "VSP",
|
|
8630
|
+
decimals: 18,
|
|
8631
|
+
logoURI: "https://ethereum-optimism.github.io/data/VSP/logo.svg",
|
|
8632
|
+
extensions: {
|
|
8633
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
8634
|
+
opListId: "extended",
|
|
8635
|
+
opTokenId: "VSP"
|
|
8636
|
+
}
|
|
8637
|
+
},
|
|
8612
8638
|
{
|
|
8613
8639
|
chainId: 1,
|
|
8614
8640
|
address: "0x0B6F3c17e1626a7cBfA4302CE4E3c45522d23A83",
|
|
@@ -9641,7 +9667,7 @@ var tokens = [
|
|
|
9641
9667
|
var version = {
|
|
9642
9668
|
major: 10,
|
|
9643
9669
|
minor: 0,
|
|
9644
|
-
patch:
|
|
9670
|
+
patch: 139
|
|
9645
9671
|
};
|
|
9646
9672
|
var optimism_tokenlist_default = {
|
|
9647
9673
|
name,
|