@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-07-
|
|
9
|
+
var timestamp = "2023-07-13T18:41:34.812Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -3592,6 +3592,18 @@ var tokens = [
|
|
|
3592
3592
|
opTokenId: "WBTC"
|
|
3593
3593
|
}
|
|
3594
3594
|
},
|
|
3595
|
+
{
|
|
3596
|
+
chainId: 1,
|
|
3597
|
+
address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
3598
|
+
name: "Wrapped Ether",
|
|
3599
|
+
symbol: "WETH",
|
|
3600
|
+
decimals: 18,
|
|
3601
|
+
logoURI: "https://ethereum-optimism.github.io/data/WETH/logo.png",
|
|
3602
|
+
extensions: {
|
|
3603
|
+
opListId: "default",
|
|
3604
|
+
opTokenId: "WETH"
|
|
3605
|
+
}
|
|
3606
|
+
},
|
|
3595
3607
|
{
|
|
3596
3608
|
chainId: 10,
|
|
3597
3609
|
address: "0x4200000000000000000000000000000000000006",
|
|
@@ -3604,6 +3616,30 @@ var tokens = [
|
|
|
3604
3616
|
opTokenId: "WETH"
|
|
3605
3617
|
}
|
|
3606
3618
|
},
|
|
3619
|
+
{
|
|
3620
|
+
chainId: 420,
|
|
3621
|
+
address: "0x4200000000000000000000000000000000000006",
|
|
3622
|
+
name: "Wrapped Ether",
|
|
3623
|
+
symbol: "WETH",
|
|
3624
|
+
decimals: 18,
|
|
3625
|
+
logoURI: "https://ethereum-optimism.github.io/data/WETH/logo.png",
|
|
3626
|
+
extensions: {
|
|
3627
|
+
opListId: "default",
|
|
3628
|
+
opTokenId: "WETH"
|
|
3629
|
+
}
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
chainId: 8543,
|
|
3633
|
+
address: "0x4200000000000000000000000000000000000006",
|
|
3634
|
+
name: "Wrapped Ether",
|
|
3635
|
+
symbol: "WETH",
|
|
3636
|
+
decimals: 18,
|
|
3637
|
+
logoURI: "https://ethereum-optimism.github.io/data/WETH/logo.png",
|
|
3638
|
+
extensions: {
|
|
3639
|
+
opListId: "default",
|
|
3640
|
+
opTokenId: "WETH"
|
|
3641
|
+
}
|
|
3642
|
+
},
|
|
3607
3643
|
{
|
|
3608
3644
|
chainId: 84531,
|
|
3609
3645
|
address: "0x4200000000000000000000000000000000000006",
|
|
@@ -3828,7 +3864,7 @@ var tokens = [
|
|
|
3828
3864
|
var version = {
|
|
3829
3865
|
major: 8,
|
|
3830
3866
|
minor: 3,
|
|
3831
|
-
patch:
|
|
3867
|
+
patch: 84
|
|
3832
3868
|
};
|
|
3833
3869
|
var optimism_tokenlist_default = {
|
|
3834
3870
|
name,
|