@eth-optimism/tokenlist 10.0.137 → 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-d7ac3687.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.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-
|
|
44
|
+
var timestamp = "2024-10-02T00:50:58.150Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -8628,6 +8628,32 @@ var tokens = [
|
|
|
8628
8628
|
opTokenId: "VITA"
|
|
8629
8629
|
}
|
|
8630
8630
|
},
|
|
8631
|
+
{
|
|
8632
|
+
chainId: 1,
|
|
8633
|
+
address: "0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421",
|
|
8634
|
+
name: "VesperToken",
|
|
8635
|
+
symbol: "VSP",
|
|
8636
|
+
decimals: 18,
|
|
8637
|
+
logoURI: "https://ethereum-optimism.github.io/data/VSP/logo.svg",
|
|
8638
|
+
extensions: {
|
|
8639
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
8640
|
+
opListId: "extended",
|
|
8641
|
+
opTokenId: "VSP"
|
|
8642
|
+
}
|
|
8643
|
+
},
|
|
8644
|
+
{
|
|
8645
|
+
chainId: 8453,
|
|
8646
|
+
address: "0xc8a7B50498f7D3Da97249DE165908F0f588490ED",
|
|
8647
|
+
name: "VesperToken",
|
|
8648
|
+
symbol: "VSP",
|
|
8649
|
+
decimals: 18,
|
|
8650
|
+
logoURI: "https://ethereum-optimism.github.io/data/VSP/logo.svg",
|
|
8651
|
+
extensions: {
|
|
8652
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
8653
|
+
opListId: "extended",
|
|
8654
|
+
opTokenId: "VSP"
|
|
8655
|
+
}
|
|
8656
|
+
},
|
|
8631
8657
|
{
|
|
8632
8658
|
chainId: 1,
|
|
8633
8659
|
address: "0x0B6F3c17e1626a7cBfA4302CE4E3c45522d23A83",
|
|
@@ -9660,7 +9686,7 @@ var tokens = [
|
|
|
9660
9686
|
var version = {
|
|
9661
9687
|
major: 10,
|
|
9662
9688
|
minor: 0,
|
|
9663
|
-
patch:
|
|
9689
|
+
patch: 139
|
|
9664
9690
|
};
|
|
9665
9691
|
var optimism_tokenlist_default = {
|
|
9666
9692
|
name,
|