@eth-optimism/tokenlist 7.3.38 → 7.3.39
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-fb9224ce.d.ts → optimism.tokenlist-6419f4ca.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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-04-
|
|
25
|
+
var timestamp = "2023-04-25T21:22:57.139Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -760,6 +760,32 @@ var tokens = [
|
|
|
760
760
|
opTokenId: "DUCK"
|
|
761
761
|
}
|
|
762
762
|
},
|
|
763
|
+
{
|
|
764
|
+
chainId: 5,
|
|
765
|
+
address: "0x3E87d4d9E69163E7590f9b39a70853cf25e5ABE3",
|
|
766
|
+
name: "Eco",
|
|
767
|
+
symbol: "ECO",
|
|
768
|
+
decimals: 18,
|
|
769
|
+
logoURI: "https://ethereum-optimism.github.io/data/ECO/logo.svg",
|
|
770
|
+
extensions: {
|
|
771
|
+
optimismBridgeAddress: "0x61EC48a41cC1E589c935975b37039c9784C3c87d",
|
|
772
|
+
opListId: "extended",
|
|
773
|
+
opTokenId: "ECO"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
chainId: 420,
|
|
778
|
+
address: "0x5b1FBa1430959583593689DA8df4DAec5f9b234B",
|
|
779
|
+
name: "Eco",
|
|
780
|
+
symbol: "ECO",
|
|
781
|
+
decimals: 18,
|
|
782
|
+
logoURI: "https://ethereum-optimism.github.io/data/ECO/logo.svg",
|
|
783
|
+
extensions: {
|
|
784
|
+
optimismBridgeAddress: "0x41EB809380b8f009f302b7D3Ab147E8CA473Cc60",
|
|
785
|
+
opListId: "extended",
|
|
786
|
+
opTokenId: "ECO"
|
|
787
|
+
}
|
|
788
|
+
},
|
|
763
789
|
{
|
|
764
790
|
chainId: 1,
|
|
765
791
|
address: "0xc18360217d8f7ab5e7c516566761ea12ce7f9d72",
|
|
@@ -3293,7 +3319,7 @@ var tokens = [
|
|
|
3293
3319
|
var version = {
|
|
3294
3320
|
major: 7,
|
|
3295
3321
|
minor: 3,
|
|
3296
|
-
patch:
|
|
3322
|
+
patch: 39
|
|
3297
3323
|
};
|
|
3298
3324
|
var optimism_tokenlist_default = {
|
|
3299
3325
|
name,
|