@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
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-08-
|
|
25
|
+
var timestamp = "2023-08-14T23:42:12.255Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -731,6 +731,7 @@ var tokens = [
|
|
|
731
731
|
logoURI: "https://ethereum-optimism.github.io/data/CRV/logo.png",
|
|
732
732
|
extensions: {
|
|
733
733
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
734
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
734
735
|
opListId: "default",
|
|
735
736
|
opTokenId: "CRV"
|
|
736
737
|
}
|
|
@@ -748,6 +749,19 @@ var tokens = [
|
|
|
748
749
|
opTokenId: "CRV"
|
|
749
750
|
}
|
|
750
751
|
},
|
|
752
|
+
{
|
|
753
|
+
chainId: 8453,
|
|
754
|
+
address: "0x8Ee73c484A26e0A5df2Ee2a4960B789967dd0415",
|
|
755
|
+
name: "Curve DAO Token",
|
|
756
|
+
symbol: "CRV",
|
|
757
|
+
decimals: 18,
|
|
758
|
+
logoURI: "https://ethereum-optimism.github.io/data/CRV/logo.png",
|
|
759
|
+
extensions: {
|
|
760
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
761
|
+
opListId: "default",
|
|
762
|
+
opTokenId: "CRV"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
751
765
|
{
|
|
752
766
|
chainId: 1,
|
|
753
767
|
address: "0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D",
|
|
@@ -4580,7 +4594,7 @@ var tokens = [
|
|
|
4580
4594
|
var version = {
|
|
4581
4595
|
major: 8,
|
|
4582
4596
|
minor: 3,
|
|
4583
|
-
patch:
|
|
4597
|
+
patch: 119
|
|
4584
4598
|
};
|
|
4585
4599
|
var optimism_tokenlist_default = {
|
|
4586
4600
|
name,
|