@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.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 = "2023-07-
|
|
44
|
+
var timestamp = "2023-07-13T18:41:34.812Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3627,6 +3627,18 @@ var tokens = [
|
|
|
3627
3627
|
opTokenId: "WBTC"
|
|
3628
3628
|
}
|
|
3629
3629
|
},
|
|
3630
|
+
{
|
|
3631
|
+
chainId: 1,
|
|
3632
|
+
address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
3633
|
+
name: "Wrapped Ether",
|
|
3634
|
+
symbol: "WETH",
|
|
3635
|
+
decimals: 18,
|
|
3636
|
+
logoURI: "https://ethereum-optimism.github.io/data/WETH/logo.png",
|
|
3637
|
+
extensions: {
|
|
3638
|
+
opListId: "default",
|
|
3639
|
+
opTokenId: "WETH"
|
|
3640
|
+
}
|
|
3641
|
+
},
|
|
3630
3642
|
{
|
|
3631
3643
|
chainId: 10,
|
|
3632
3644
|
address: "0x4200000000000000000000000000000000000006",
|
|
@@ -3639,6 +3651,30 @@ var tokens = [
|
|
|
3639
3651
|
opTokenId: "WETH"
|
|
3640
3652
|
}
|
|
3641
3653
|
},
|
|
3654
|
+
{
|
|
3655
|
+
chainId: 420,
|
|
3656
|
+
address: "0x4200000000000000000000000000000000000006",
|
|
3657
|
+
name: "Wrapped Ether",
|
|
3658
|
+
symbol: "WETH",
|
|
3659
|
+
decimals: 18,
|
|
3660
|
+
logoURI: "https://ethereum-optimism.github.io/data/WETH/logo.png",
|
|
3661
|
+
extensions: {
|
|
3662
|
+
opListId: "default",
|
|
3663
|
+
opTokenId: "WETH"
|
|
3664
|
+
}
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
chainId: 8543,
|
|
3668
|
+
address: "0x4200000000000000000000000000000000000006",
|
|
3669
|
+
name: "Wrapped Ether",
|
|
3670
|
+
symbol: "WETH",
|
|
3671
|
+
decimals: 18,
|
|
3672
|
+
logoURI: "https://ethereum-optimism.github.io/data/WETH/logo.png",
|
|
3673
|
+
extensions: {
|
|
3674
|
+
opListId: "default",
|
|
3675
|
+
opTokenId: "WETH"
|
|
3676
|
+
}
|
|
3677
|
+
},
|
|
3642
3678
|
{
|
|
3643
3679
|
chainId: 84531,
|
|
3644
3680
|
address: "0x4200000000000000000000000000000000000006",
|
|
@@ -3863,7 +3899,7 @@ var tokens = [
|
|
|
3863
3899
|
var version = {
|
|
3864
3900
|
major: 8,
|
|
3865
3901
|
minor: 3,
|
|
3866
|
-
patch:
|
|
3902
|
+
patch: 84
|
|
3867
3903
|
};
|
|
3868
3904
|
var optimism_tokenlist_default = {
|
|
3869
3905
|
name,
|