@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.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 = "2024-
|
|
44
|
+
var timestamp = "2024-09-02T16:25:53.896Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4748,6 +4748,32 @@ var tokens = [
|
|
|
4748
4748
|
opTokenId: "MTA"
|
|
4749
4749
|
}
|
|
4750
4750
|
},
|
|
4751
|
+
{
|
|
4752
|
+
chainId: 1,
|
|
4753
|
+
address: "0x8e3c68a9c10d3bf2aaf14f2e569a8223f21bf2b6",
|
|
4754
|
+
name: "Mugloo",
|
|
4755
|
+
symbol: "MUGLOO",
|
|
4756
|
+
decimals: 4,
|
|
4757
|
+
logoURI: "https://ethereum-optimism.github.io/data/MUGLOO/logo.svg",
|
|
4758
|
+
extensions: {
|
|
4759
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
4760
|
+
opListId: "extended",
|
|
4761
|
+
opTokenId: "MUGLOO"
|
|
4762
|
+
}
|
|
4763
|
+
},
|
|
4764
|
+
{
|
|
4765
|
+
chainId: 10,
|
|
4766
|
+
address: "0x1164b451624E0D53bD8Be84d3fF7f9591bA8922e",
|
|
4767
|
+
name: "Mugloo",
|
|
4768
|
+
symbol: "MUGLOO",
|
|
4769
|
+
decimals: 4,
|
|
4770
|
+
logoURI: "https://ethereum-optimism.github.io/data/MUGLOO/logo.svg",
|
|
4771
|
+
extensions: {
|
|
4772
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4773
|
+
opListId: "extended",
|
|
4774
|
+
opTokenId: "MUGLOO"
|
|
4775
|
+
}
|
|
4776
|
+
},
|
|
4751
4777
|
{
|
|
4752
4778
|
chainId: 1,
|
|
4753
4779
|
address: "0xab814ce69E15F6B9660A3B184c0B0C97B9394A6b",
|
|
@@ -9278,7 +9304,7 @@ var tokens = [
|
|
|
9278
9304
|
var version = {
|
|
9279
9305
|
major: 10,
|
|
9280
9306
|
minor: 0,
|
|
9281
|
-
patch:
|
|
9307
|
+
patch: 118
|
|
9282
9308
|
};
|
|
9283
9309
|
var optimism_tokenlist_default = {
|
|
9284
9310
|
name,
|