@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.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-09-
|
|
44
|
+
var timestamp = "2024-09-24T15:11:04.055Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -8666,6 +8666,32 @@ var tokens = [
|
|
|
8666
8666
|
opTokenId: "WBTC"
|
|
8667
8667
|
}
|
|
8668
8668
|
},
|
|
8669
|
+
{
|
|
8670
|
+
chainId: 1,
|
|
8671
|
+
address: "0x61cc6aF18C351351148815c5F4813A16DEe7A7E4",
|
|
8672
|
+
name: "WalletConnect",
|
|
8673
|
+
symbol: "WCT",
|
|
8674
|
+
decimals: 18,
|
|
8675
|
+
logoURI: "https://ethereum-optimism.github.io/data/WCT/logo.svg",
|
|
8676
|
+
extensions: {
|
|
8677
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
8678
|
+
opListId: "extended",
|
|
8679
|
+
opTokenId: "WCT"
|
|
8680
|
+
}
|
|
8681
|
+
},
|
|
8682
|
+
{
|
|
8683
|
+
chainId: 10,
|
|
8684
|
+
address: "0x0b432610c50aB5794ED030708a811a7EA71df58f",
|
|
8685
|
+
name: "WalletConnect",
|
|
8686
|
+
symbol: "WCT",
|
|
8687
|
+
decimals: 18,
|
|
8688
|
+
logoURI: "https://ethereum-optimism.github.io/data/WCT/logo.svg",
|
|
8689
|
+
extensions: {
|
|
8690
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
8691
|
+
opListId: "extended",
|
|
8692
|
+
opTokenId: "WCT"
|
|
8693
|
+
}
|
|
8694
|
+
},
|
|
8669
8695
|
{
|
|
8670
8696
|
chainId: 1,
|
|
8671
8697
|
address: "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee",
|
|
@@ -9554,7 +9580,7 @@ var tokens = [
|
|
|
9554
9580
|
var version = {
|
|
9555
9581
|
major: 10,
|
|
9556
9582
|
minor: 0,
|
|
9557
|
-
patch:
|
|
9583
|
+
patch: 133
|
|
9558
9584
|
};
|
|
9559
9585
|
var optimism_tokenlist_default = {
|
|
9560
9586
|
name,
|