@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.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-10-
|
|
44
|
+
var timestamp = "2024-10-08T18:02:08.806Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -8794,6 +8794,7 @@ var tokens = [
|
|
|
8794
8794
|
extensions: {
|
|
8795
8795
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
8796
8796
|
modeBridgeAddress: "0x735aDBbE72226BD52e818E7181953f42E3b0FF21",
|
|
8797
|
+
liskBridgeAddress: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08",
|
|
8797
8798
|
opListId: "default",
|
|
8798
8799
|
opTokenId: "WBTC"
|
|
8799
8800
|
}
|
|
@@ -8824,6 +8825,19 @@ var tokens = [
|
|
|
8824
8825
|
opTokenId: "WBTC"
|
|
8825
8826
|
}
|
|
8826
8827
|
},
|
|
8828
|
+
{
|
|
8829
|
+
chainId: 1135,
|
|
8830
|
+
address: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
|
|
8831
|
+
name: "Wrapped BTC",
|
|
8832
|
+
symbol: "WBTC",
|
|
8833
|
+
decimals: 8,
|
|
8834
|
+
logoURI: "https://ethereum-optimism.github.io/data/WBTC/logo.svg",
|
|
8835
|
+
extensions: {
|
|
8836
|
+
liskBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
8837
|
+
opListId: "default",
|
|
8838
|
+
opTokenId: "WBTC"
|
|
8839
|
+
}
|
|
8840
|
+
},
|
|
8827
8841
|
{
|
|
8828
8842
|
chainId: 1,
|
|
8829
8843
|
address: "0x61cc6aF18C351351148815c5F4813A16DEe7A7E4",
|
|
@@ -9764,7 +9778,7 @@ var tokens = [
|
|
|
9764
9778
|
var version = {
|
|
9765
9779
|
major: 10,
|
|
9766
9780
|
minor: 0,
|
|
9767
|
-
patch:
|
|
9781
|
+
patch: 144
|
|
9768
9782
|
};
|
|
9769
9783
|
var optimism_tokenlist_default = {
|
|
9770
9784
|
name,
|