@eth-optimism/tokenlist 10.0.143 → 10.0.144
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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-2e3327b0.d.ts → optimism.tokenlist-84f442d0.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -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-10-
|
|
25
|
+
var timestamp = "2024-10-08T18:02:08.806Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -8775,6 +8775,7 @@ var tokens = [
|
|
|
8775
8775
|
extensions: {
|
|
8776
8776
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
8777
8777
|
modeBridgeAddress: "0x735aDBbE72226BD52e818E7181953f42E3b0FF21",
|
|
8778
|
+
liskBridgeAddress: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08",
|
|
8778
8779
|
opListId: "default",
|
|
8779
8780
|
opTokenId: "WBTC"
|
|
8780
8781
|
}
|
|
@@ -8805,6 +8806,19 @@ var tokens = [
|
|
|
8805
8806
|
opTokenId: "WBTC"
|
|
8806
8807
|
}
|
|
8807
8808
|
},
|
|
8809
|
+
{
|
|
8810
|
+
chainId: 1135,
|
|
8811
|
+
address: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
|
|
8812
|
+
name: "Wrapped BTC",
|
|
8813
|
+
symbol: "WBTC",
|
|
8814
|
+
decimals: 8,
|
|
8815
|
+
logoURI: "https://ethereum-optimism.github.io/data/WBTC/logo.svg",
|
|
8816
|
+
extensions: {
|
|
8817
|
+
liskBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
8818
|
+
opListId: "default",
|
|
8819
|
+
opTokenId: "WBTC"
|
|
8820
|
+
}
|
|
8821
|
+
},
|
|
8808
8822
|
{
|
|
8809
8823
|
chainId: 1,
|
|
8810
8824
|
address: "0x61cc6aF18C351351148815c5F4813A16DEe7A7E4",
|
|
@@ -9745,7 +9759,7 @@ var tokens = [
|
|
|
9745
9759
|
var version = {
|
|
9746
9760
|
major: 10,
|
|
9747
9761
|
minor: 0,
|
|
9748
|
-
patch:
|
|
9762
|
+
patch: 144
|
|
9749
9763
|
};
|
|
9750
9764
|
var optimism_tokenlist_default = {
|
|
9751
9765
|
name,
|