@eth-optimism/tokenlist 10.0.117 → 10.0.118
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-12e82389.d.ts → optimism.tokenlist-5c09247f.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 = "2024-
|
|
25
|
+
var timestamp = "2024-09-02T16:25:53.896Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4729,6 +4729,32 @@ var tokens = [
|
|
|
4729
4729
|
opTokenId: "MTA"
|
|
4730
4730
|
}
|
|
4731
4731
|
},
|
|
4732
|
+
{
|
|
4733
|
+
chainId: 1,
|
|
4734
|
+
address: "0x8e3c68a9c10d3bf2aaf14f2e569a8223f21bf2b6",
|
|
4735
|
+
name: "Mugloo",
|
|
4736
|
+
symbol: "MUGLOO",
|
|
4737
|
+
decimals: 4,
|
|
4738
|
+
logoURI: "https://ethereum-optimism.github.io/data/MUGLOO/logo.svg",
|
|
4739
|
+
extensions: {
|
|
4740
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
4741
|
+
opListId: "extended",
|
|
4742
|
+
opTokenId: "MUGLOO"
|
|
4743
|
+
}
|
|
4744
|
+
},
|
|
4745
|
+
{
|
|
4746
|
+
chainId: 10,
|
|
4747
|
+
address: "0x1164b451624E0D53bD8Be84d3fF7f9591bA8922e",
|
|
4748
|
+
name: "Mugloo",
|
|
4749
|
+
symbol: "MUGLOO",
|
|
4750
|
+
decimals: 4,
|
|
4751
|
+
logoURI: "https://ethereum-optimism.github.io/data/MUGLOO/logo.svg",
|
|
4752
|
+
extensions: {
|
|
4753
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4754
|
+
opListId: "extended",
|
|
4755
|
+
opTokenId: "MUGLOO"
|
|
4756
|
+
}
|
|
4757
|
+
},
|
|
4732
4758
|
{
|
|
4733
4759
|
chainId: 1,
|
|
4734
4760
|
address: "0xab814ce69E15F6B9660A3B184c0B0C97B9394A6b",
|
|
@@ -9259,7 +9285,7 @@ var tokens = [
|
|
|
9259
9285
|
var version = {
|
|
9260
9286
|
major: 10,
|
|
9261
9287
|
minor: 0,
|
|
9262
|
-
patch:
|
|
9288
|
+
patch: 118
|
|
9263
9289
|
};
|
|
9264
9290
|
var optimism_tokenlist_default = {
|
|
9265
9291
|
name,
|