@eth-optimism/tokenlist 8.3.118 → 8.3.119
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-66829100.d.ts → optimism.tokenlist-fbb06b1a.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 = "2023-08-
|
|
9
|
+
var timestamp = "2023-08-14T23:42:12.255Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -715,6 +715,7 @@ var tokens = [
|
|
|
715
715
|
logoURI: "https://ethereum-optimism.github.io/data/CRV/logo.png",
|
|
716
716
|
extensions: {
|
|
717
717
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
718
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
718
719
|
opListId: "default",
|
|
719
720
|
opTokenId: "CRV"
|
|
720
721
|
}
|
|
@@ -732,6 +733,19 @@ var tokens = [
|
|
|
732
733
|
opTokenId: "CRV"
|
|
733
734
|
}
|
|
734
735
|
},
|
|
736
|
+
{
|
|
737
|
+
chainId: 8453,
|
|
738
|
+
address: "0x8Ee73c484A26e0A5df2Ee2a4960B789967dd0415",
|
|
739
|
+
name: "Curve DAO Token",
|
|
740
|
+
symbol: "CRV",
|
|
741
|
+
decimals: 18,
|
|
742
|
+
logoURI: "https://ethereum-optimism.github.io/data/CRV/logo.png",
|
|
743
|
+
extensions: {
|
|
744
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
745
|
+
opListId: "default",
|
|
746
|
+
opTokenId: "CRV"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
735
749
|
{
|
|
736
750
|
chainId: 1,
|
|
737
751
|
address: "0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D",
|
|
@@ -4564,7 +4578,7 @@ var tokens = [
|
|
|
4564
4578
|
var version = {
|
|
4565
4579
|
major: 8,
|
|
4566
4580
|
minor: 3,
|
|
4567
|
-
patch:
|
|
4581
|
+
patch: 119
|
|
4568
4582
|
};
|
|
4569
4583
|
var optimism_tokenlist_default = {
|
|
4570
4584
|
name,
|