@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.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-08-
|
|
44
|
+
var timestamp = "2023-08-14T23:42:12.255Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -750,6 +750,7 @@ var tokens = [
|
|
|
750
750
|
logoURI: "https://ethereum-optimism.github.io/data/CRV/logo.png",
|
|
751
751
|
extensions: {
|
|
752
752
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
753
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
753
754
|
opListId: "default",
|
|
754
755
|
opTokenId: "CRV"
|
|
755
756
|
}
|
|
@@ -767,6 +768,19 @@ var tokens = [
|
|
|
767
768
|
opTokenId: "CRV"
|
|
768
769
|
}
|
|
769
770
|
},
|
|
771
|
+
{
|
|
772
|
+
chainId: 8453,
|
|
773
|
+
address: "0x8Ee73c484A26e0A5df2Ee2a4960B789967dd0415",
|
|
774
|
+
name: "Curve DAO Token",
|
|
775
|
+
symbol: "CRV",
|
|
776
|
+
decimals: 18,
|
|
777
|
+
logoURI: "https://ethereum-optimism.github.io/data/CRV/logo.png",
|
|
778
|
+
extensions: {
|
|
779
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
780
|
+
opListId: "default",
|
|
781
|
+
opTokenId: "CRV"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
770
784
|
{
|
|
771
785
|
chainId: 1,
|
|
772
786
|
address: "0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D",
|
|
@@ -4599,7 +4613,7 @@ var tokens = [
|
|
|
4599
4613
|
var version = {
|
|
4600
4614
|
major: 8,
|
|
4601
4615
|
minor: 3,
|
|
4602
|
-
patch:
|
|
4616
|
+
patch: 119
|
|
4603
4617
|
};
|
|
4604
4618
|
var optimism_tokenlist_default = {
|
|
4605
4619
|
name,
|