@eth-optimism/tokenlist 10.0.117 → 10.0.119
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 +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-12e82389.d.ts → optimism.tokenlist-2280a4e3.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -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-04T14:04:13.653Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4748,6 +4748,46 @@ 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
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4761
|
+
opListId: "extended",
|
|
4762
|
+
opTokenId: "MUGLOO"
|
|
4763
|
+
}
|
|
4764
|
+
},
|
|
4765
|
+
{
|
|
4766
|
+
chainId: 10,
|
|
4767
|
+
address: "0x1164b451624E0D53bD8Be84d3fF7f9591bA8922e",
|
|
4768
|
+
name: "Mugloo",
|
|
4769
|
+
symbol: "MUGLOO",
|
|
4770
|
+
decimals: 4,
|
|
4771
|
+
logoURI: "https://ethereum-optimism.github.io/data/MUGLOO/logo.svg",
|
|
4772
|
+
extensions: {
|
|
4773
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4774
|
+
opListId: "extended",
|
|
4775
|
+
opTokenId: "MUGLOO"
|
|
4776
|
+
}
|
|
4777
|
+
},
|
|
4778
|
+
{
|
|
4779
|
+
chainId: 8453,
|
|
4780
|
+
address: "0xE009e453Ac69B0E9602BA091D5331B31B03D3039",
|
|
4781
|
+
name: "Mugloo",
|
|
4782
|
+
symbol: "MUGLOO",
|
|
4783
|
+
decimals: 4,
|
|
4784
|
+
logoURI: "https://ethereum-optimism.github.io/data/MUGLOO/logo.svg",
|
|
4785
|
+
extensions: {
|
|
4786
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4787
|
+
opListId: "extended",
|
|
4788
|
+
opTokenId: "MUGLOO"
|
|
4789
|
+
}
|
|
4790
|
+
},
|
|
4751
4791
|
{
|
|
4752
4792
|
chainId: 1,
|
|
4753
4793
|
address: "0xab814ce69E15F6B9660A3B184c0B0C97B9394A6b",
|
|
@@ -9278,7 +9318,7 @@ var tokens = [
|
|
|
9278
9318
|
var version = {
|
|
9279
9319
|
major: 10,
|
|
9280
9320
|
minor: 0,
|
|
9281
|
-
patch:
|
|
9321
|
+
patch: 119
|
|
9282
9322
|
};
|
|
9283
9323
|
var optimism_tokenlist_default = {
|
|
9284
9324
|
name,
|