@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-09-
|
|
9
|
+
var timestamp = "2024-09-24T15:11:04.055Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -8631,6 +8631,32 @@ var tokens = [
|
|
|
8631
8631
|
opTokenId: "WBTC"
|
|
8632
8632
|
}
|
|
8633
8633
|
},
|
|
8634
|
+
{
|
|
8635
|
+
chainId: 1,
|
|
8636
|
+
address: "0x61cc6aF18C351351148815c5F4813A16DEe7A7E4",
|
|
8637
|
+
name: "WalletConnect",
|
|
8638
|
+
symbol: "WCT",
|
|
8639
|
+
decimals: 18,
|
|
8640
|
+
logoURI: "https://ethereum-optimism.github.io/data/WCT/logo.svg",
|
|
8641
|
+
extensions: {
|
|
8642
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
8643
|
+
opListId: "extended",
|
|
8644
|
+
opTokenId: "WCT"
|
|
8645
|
+
}
|
|
8646
|
+
},
|
|
8647
|
+
{
|
|
8648
|
+
chainId: 10,
|
|
8649
|
+
address: "0x0b432610c50aB5794ED030708a811a7EA71df58f",
|
|
8650
|
+
name: "WalletConnect",
|
|
8651
|
+
symbol: "WCT",
|
|
8652
|
+
decimals: 18,
|
|
8653
|
+
logoURI: "https://ethereum-optimism.github.io/data/WCT/logo.svg",
|
|
8654
|
+
extensions: {
|
|
8655
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
8656
|
+
opListId: "extended",
|
|
8657
|
+
opTokenId: "WCT"
|
|
8658
|
+
}
|
|
8659
|
+
},
|
|
8634
8660
|
{
|
|
8635
8661
|
chainId: 1,
|
|
8636
8662
|
address: "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee",
|
|
@@ -9519,7 +9545,7 @@ var tokens = [
|
|
|
9519
9545
|
var version = {
|
|
9520
9546
|
major: 10,
|
|
9521
9547
|
minor: 0,
|
|
9522
|
-
patch:
|
|
9548
|
+
patch: 133
|
|
9523
9549
|
};
|
|
9524
9550
|
var optimism_tokenlist_default = {
|
|
9525
9551
|
name,
|