@eth-optimism/tokenlist 8.3.135 → 8.3.137
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 +43 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +43 -3
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-006bdd88.d.ts → optimism.tokenlist-e82c9a45.d.ts} +43 -3
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +43 -3
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +43 -3
- 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-18T18:58:43.365Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -584,7 +584,7 @@ var tokens = [
|
|
|
584
584
|
},
|
|
585
585
|
{
|
|
586
586
|
chainId: 84531,
|
|
587
|
-
address: "
|
|
587
|
+
address: "0x0c79e0E0284a631b72946b27d8F61EA6d9bF45c6",
|
|
588
588
|
name: "Chain Games",
|
|
589
589
|
symbol: "CHAIN",
|
|
590
590
|
decimals: 18,
|
|
@@ -793,6 +793,46 @@ var tokens = [
|
|
|
793
793
|
opTokenId: "CRV"
|
|
794
794
|
}
|
|
795
795
|
},
|
|
796
|
+
{
|
|
797
|
+
chainId: 1,
|
|
798
|
+
address: "0xf939E0A03FB07F59A73314E73794Be0E57ac1b4E",
|
|
799
|
+
name: "Curve.Fi USD Stablecoin",
|
|
800
|
+
symbol: "crvUSD",
|
|
801
|
+
decimals: 18,
|
|
802
|
+
logoURI: "https://ethereum-optimism.github.io/data/crvUSD/logo.svg",
|
|
803
|
+
extensions: {
|
|
804
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
805
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
806
|
+
opListId: "extended",
|
|
807
|
+
opTokenId: "crvUSD"
|
|
808
|
+
}
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
chainId: 10,
|
|
812
|
+
address: "0xC52D7F23a2e460248Db6eE192Cb23dD12bDDCbf6",
|
|
813
|
+
name: "Curve.Fi USD Stablecoin",
|
|
814
|
+
symbol: "crvUSD",
|
|
815
|
+
decimals: 18,
|
|
816
|
+
logoURI: "https://ethereum-optimism.github.io/data/crvUSD/logo.svg",
|
|
817
|
+
extensions: {
|
|
818
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
819
|
+
opListId: "extended",
|
|
820
|
+
opTokenId: "crvUSD"
|
|
821
|
+
}
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
chainId: 8453,
|
|
825
|
+
address: "0x417Ac0e078398C154EdFadD9Ef675d30Be60Af93",
|
|
826
|
+
name: "Curve.Fi USD Stablecoin",
|
|
827
|
+
symbol: "crvUSD",
|
|
828
|
+
decimals: 18,
|
|
829
|
+
logoURI: "https://ethereum-optimism.github.io/data/crvUSD/logo.svg",
|
|
830
|
+
extensions: {
|
|
831
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
832
|
+
opListId: "extended",
|
|
833
|
+
opTokenId: "crvUSD"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
796
836
|
{
|
|
797
837
|
chainId: 1,
|
|
798
838
|
address: "0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D",
|
|
@@ -4871,7 +4911,7 @@ var tokens = [
|
|
|
4871
4911
|
var version = {
|
|
4872
4912
|
major: 8,
|
|
4873
4913
|
minor: 3,
|
|
4874
|
-
patch:
|
|
4914
|
+
patch: 137
|
|
4875
4915
|
};
|
|
4876
4916
|
var optimism_tokenlist_default = {
|
|
4877
4917
|
name,
|