@eth-optimism/tokenlist 9.0.50 → 9.0.51
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-6231b1d0.d.ts → optimism.tokenlist-2c377e6f.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-03-
|
|
44
|
+
var timestamp = "2024-03-14T16:46:50.745Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -6628,6 +6628,7 @@ var tokens = [
|
|
|
6628
6628
|
logoURI: "https://ethereum-optimism.github.io/data/WBTC/logo.svg",
|
|
6629
6629
|
extensions: {
|
|
6630
6630
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
6631
|
+
modeBridgeAddress: "0x735aDBbE72226BD52e818E7181953f42E3b0FF21",
|
|
6631
6632
|
opListId: "default",
|
|
6632
6633
|
opTokenId: "WBTC"
|
|
6633
6634
|
}
|
|
@@ -6671,6 +6672,19 @@ var tokens = [
|
|
|
6671
6672
|
opTokenId: "WBTC"
|
|
6672
6673
|
}
|
|
6673
6674
|
},
|
|
6675
|
+
{
|
|
6676
|
+
chainId: 34443,
|
|
6677
|
+
address: "0xcDd475325D6F564d27247D1DddBb0DAc6fA0a5CF",
|
|
6678
|
+
name: "Wrapped BTC",
|
|
6679
|
+
symbol: "WBTC",
|
|
6680
|
+
decimals: 8,
|
|
6681
|
+
logoURI: "https://ethereum-optimism.github.io/data/WBTC/logo.svg",
|
|
6682
|
+
extensions: {
|
|
6683
|
+
modeBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6684
|
+
opListId: "default",
|
|
6685
|
+
opTokenId: "WBTC"
|
|
6686
|
+
}
|
|
6687
|
+
},
|
|
6674
6688
|
{
|
|
6675
6689
|
chainId: 1,
|
|
6676
6690
|
address: "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee",
|
|
@@ -7209,7 +7223,7 @@ var tokens = [
|
|
|
7209
7223
|
var version = {
|
|
7210
7224
|
major: 9,
|
|
7211
7225
|
minor: 0,
|
|
7212
|
-
patch:
|
|
7226
|
+
patch: 51
|
|
7213
7227
|
};
|
|
7214
7228
|
var optimism_tokenlist_default = {
|
|
7215
7229
|
name,
|