@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-10-
|
|
9
|
+
var timestamp = "2024-10-08T18:02:08.806Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -8759,6 +8759,7 @@ var tokens = [
|
|
|
8759
8759
|
extensions: {
|
|
8760
8760
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
8761
8761
|
modeBridgeAddress: "0x735aDBbE72226BD52e818E7181953f42E3b0FF21",
|
|
8762
|
+
liskBridgeAddress: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08",
|
|
8762
8763
|
opListId: "default",
|
|
8763
8764
|
opTokenId: "WBTC"
|
|
8764
8765
|
}
|
|
@@ -8789,6 +8790,19 @@ var tokens = [
|
|
|
8789
8790
|
opTokenId: "WBTC"
|
|
8790
8791
|
}
|
|
8791
8792
|
},
|
|
8793
|
+
{
|
|
8794
|
+
chainId: 1135,
|
|
8795
|
+
address: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
|
|
8796
|
+
name: "Wrapped BTC",
|
|
8797
|
+
symbol: "WBTC",
|
|
8798
|
+
decimals: 8,
|
|
8799
|
+
logoURI: "https://ethereum-optimism.github.io/data/WBTC/logo.svg",
|
|
8800
|
+
extensions: {
|
|
8801
|
+
liskBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
8802
|
+
opListId: "default",
|
|
8803
|
+
opTokenId: "WBTC"
|
|
8804
|
+
}
|
|
8805
|
+
},
|
|
8792
8806
|
{
|
|
8793
8807
|
chainId: 1,
|
|
8794
8808
|
address: "0x61cc6aF18C351351148815c5F4813A16DEe7A7E4",
|
|
@@ -9729,7 +9743,7 @@ var tokens = [
|
|
|
9729
9743
|
var version = {
|
|
9730
9744
|
major: 10,
|
|
9731
9745
|
minor: 0,
|
|
9732
|
-
patch:
|
|
9746
|
+
patch: 144
|
|
9733
9747
|
};
|
|
9734
9748
|
var optimism_tokenlist_default = {
|
|
9735
9749
|
name,
|