@eth-optimism/tokenlist 8.3.69 → 8.3.70
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 +31 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +31 -5
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-d6d2b861.d.ts → optimism.tokenlist-d6af68b6.d.ts} +31 -5
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +31 -5
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +31 -5
- 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-06-
|
|
25
|
+
var timestamp = "2023-06-19T22:07:13.443Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -826,6 +826,32 @@ var tokens = [
|
|
|
826
826
|
opTokenId: "DUCK"
|
|
827
827
|
}
|
|
828
828
|
},
|
|
829
|
+
{
|
|
830
|
+
chainId: 1,
|
|
831
|
+
address: "0x8dBF9A4c99580fC7Fd4024ee08f3994420035727",
|
|
832
|
+
name: "Eco",
|
|
833
|
+
symbol: "ECO",
|
|
834
|
+
decimals: 18,
|
|
835
|
+
logoURI: "https://ethereum-optimism.github.io/data/ECO/logo.svg",
|
|
836
|
+
extensions: {
|
|
837
|
+
optimismBridgeAddress: "0xAa029BbdC947F5205fBa0F3C11b592420B58f824",
|
|
838
|
+
opListId: "extended",
|
|
839
|
+
opTokenId: "ECO"
|
|
840
|
+
}
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
chainId: 10,
|
|
844
|
+
address: "0xe7BC9b3A936F122f08AAC3b1fac3C3eC29A78874",
|
|
845
|
+
name: "Eco",
|
|
846
|
+
symbol: "ECO",
|
|
847
|
+
decimals: 18,
|
|
848
|
+
logoURI: "https://ethereum-optimism.github.io/data/ECO/logo.svg",
|
|
849
|
+
extensions: {
|
|
850
|
+
optimismBridgeAddress: "0xAa029BbdC947F5205fBa0F3C11b592420B58f824",
|
|
851
|
+
opListId: "extended",
|
|
852
|
+
opTokenId: "ECO"
|
|
853
|
+
}
|
|
854
|
+
},
|
|
829
855
|
{
|
|
830
856
|
chainId: 5,
|
|
831
857
|
address: "0x3E87d4d9E69163E7590f9b39a70853cf25e5ABE3",
|
|
@@ -834,20 +860,20 @@ var tokens = [
|
|
|
834
860
|
decimals: 18,
|
|
835
861
|
logoURI: "https://ethereum-optimism.github.io/data/ECO/logo.svg",
|
|
836
862
|
extensions: {
|
|
837
|
-
optimismBridgeAddress: "
|
|
863
|
+
optimismBridgeAddress: "0x9A4464D6bFE006715382D39D183AAf66c952a3e0",
|
|
838
864
|
opListId: "extended",
|
|
839
865
|
opTokenId: "ECO"
|
|
840
866
|
}
|
|
841
867
|
},
|
|
842
868
|
{
|
|
843
869
|
chainId: 420,
|
|
844
|
-
address: "
|
|
870
|
+
address: "0xD2f598c826429EEe7c071C02735549aCd88F2c09",
|
|
845
871
|
name: "Eco",
|
|
846
872
|
symbol: "ECO",
|
|
847
873
|
decimals: 18,
|
|
848
874
|
logoURI: "https://ethereum-optimism.github.io/data/ECO/logo.svg",
|
|
849
875
|
extensions: {
|
|
850
|
-
optimismBridgeAddress: "
|
|
876
|
+
optimismBridgeAddress: "0x6aA809bAeA2e4C057b3994127cB165119c6fc3B2",
|
|
851
877
|
opListId: "extended",
|
|
852
878
|
opTokenId: "ECO"
|
|
853
879
|
}
|
|
@@ -3696,7 +3722,7 @@ var tokens = [
|
|
|
3696
3722
|
var version = {
|
|
3697
3723
|
major: 8,
|
|
3698
3724
|
minor: 3,
|
|
3699
|
-
patch:
|
|
3725
|
+
patch: 70
|
|
3700
3726
|
};
|
|
3701
3727
|
var optimism_tokenlist_default = {
|
|
3702
3728
|
name,
|