@eth-optimism/tokenlist 10.0.132 → 10.0.133
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-e8634021.d.ts → optimism.tokenlist-e8eedc6d.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-09-
|
|
25
|
+
var timestamp = "2024-09-24T15:11:04.055Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -8647,6 +8647,32 @@ var tokens = [
|
|
|
8647
8647
|
opTokenId: "WBTC"
|
|
8648
8648
|
}
|
|
8649
8649
|
},
|
|
8650
|
+
{
|
|
8651
|
+
chainId: 1,
|
|
8652
|
+
address: "0x61cc6aF18C351351148815c5F4813A16DEe7A7E4",
|
|
8653
|
+
name: "WalletConnect",
|
|
8654
|
+
symbol: "WCT",
|
|
8655
|
+
decimals: 18,
|
|
8656
|
+
logoURI: "https://ethereum-optimism.github.io/data/WCT/logo.svg",
|
|
8657
|
+
extensions: {
|
|
8658
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
8659
|
+
opListId: "extended",
|
|
8660
|
+
opTokenId: "WCT"
|
|
8661
|
+
}
|
|
8662
|
+
},
|
|
8663
|
+
{
|
|
8664
|
+
chainId: 10,
|
|
8665
|
+
address: "0x0b432610c50aB5794ED030708a811a7EA71df58f",
|
|
8666
|
+
name: "WalletConnect",
|
|
8667
|
+
symbol: "WCT",
|
|
8668
|
+
decimals: 18,
|
|
8669
|
+
logoURI: "https://ethereum-optimism.github.io/data/WCT/logo.svg",
|
|
8670
|
+
extensions: {
|
|
8671
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
8672
|
+
opListId: "extended",
|
|
8673
|
+
opTokenId: "WCT"
|
|
8674
|
+
}
|
|
8675
|
+
},
|
|
8650
8676
|
{
|
|
8651
8677
|
chainId: 1,
|
|
8652
8678
|
address: "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee",
|
|
@@ -9535,7 +9561,7 @@ var tokens = [
|
|
|
9535
9561
|
var version = {
|
|
9536
9562
|
major: 10,
|
|
9537
9563
|
minor: 0,
|
|
9538
|
-
patch:
|
|
9564
|
+
patch: 133
|
|
9539
9565
|
};
|
|
9540
9566
|
var optimism_tokenlist_default = {
|
|
9541
9567
|
name,
|