@eth-optimism/tokenlist 8.3.83 → 8.3.84
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 +38 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +38 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-9b5f900a.d.ts → optimism.tokenlist-dd932fcd.d.ts} +38 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +38 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +38 -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 = "2023-07-
|
|
25
|
+
var timestamp = "2023-07-13T18:41:34.812Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3608,6 +3608,18 @@ var tokens = [
|
|
|
3608
3608
|
opTokenId: "WBTC"
|
|
3609
3609
|
}
|
|
3610
3610
|
},
|
|
3611
|
+
{
|
|
3612
|
+
chainId: 1,
|
|
3613
|
+
address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
3614
|
+
name: "Wrapped Ether",
|
|
3615
|
+
symbol: "WETH",
|
|
3616
|
+
decimals: 18,
|
|
3617
|
+
logoURI: "https://ethereum-optimism.github.io/data/WETH/logo.png",
|
|
3618
|
+
extensions: {
|
|
3619
|
+
opListId: "default",
|
|
3620
|
+
opTokenId: "WETH"
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3611
3623
|
{
|
|
3612
3624
|
chainId: 10,
|
|
3613
3625
|
address: "0x4200000000000000000000000000000000000006",
|
|
@@ -3620,6 +3632,30 @@ var tokens = [
|
|
|
3620
3632
|
opTokenId: "WETH"
|
|
3621
3633
|
}
|
|
3622
3634
|
},
|
|
3635
|
+
{
|
|
3636
|
+
chainId: 420,
|
|
3637
|
+
address: "0x4200000000000000000000000000000000000006",
|
|
3638
|
+
name: "Wrapped Ether",
|
|
3639
|
+
symbol: "WETH",
|
|
3640
|
+
decimals: 18,
|
|
3641
|
+
logoURI: "https://ethereum-optimism.github.io/data/WETH/logo.png",
|
|
3642
|
+
extensions: {
|
|
3643
|
+
opListId: "default",
|
|
3644
|
+
opTokenId: "WETH"
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
chainId: 8543,
|
|
3649
|
+
address: "0x4200000000000000000000000000000000000006",
|
|
3650
|
+
name: "Wrapped Ether",
|
|
3651
|
+
symbol: "WETH",
|
|
3652
|
+
decimals: 18,
|
|
3653
|
+
logoURI: "https://ethereum-optimism.github.io/data/WETH/logo.png",
|
|
3654
|
+
extensions: {
|
|
3655
|
+
opListId: "default",
|
|
3656
|
+
opTokenId: "WETH"
|
|
3657
|
+
}
|
|
3658
|
+
},
|
|
3623
3659
|
{
|
|
3624
3660
|
chainId: 84531,
|
|
3625
3661
|
address: "0x4200000000000000000000000000000000000006",
|
|
@@ -3844,7 +3880,7 @@ var tokens = [
|
|
|
3844
3880
|
var version = {
|
|
3845
3881
|
major: 8,
|
|
3846
3882
|
minor: 3,
|
|
3847
|
-
patch:
|
|
3883
|
+
patch: 84
|
|
3848
3884
|
};
|
|
3849
3885
|
var optimism_tokenlist_default = {
|
|
3850
3886
|
name,
|