@eth-optimism/tokenlist 10.0.118 → 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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-5c09247f.d.ts → optimism.tokenlist-2280a4e3.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -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-09-
|
|
25
|
+
var timestamp = "2024-09-04T14:04:13.653Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4738,6 +4738,7 @@ var tokens = [
|
|
|
4738
4738
|
logoURI: "https://ethereum-optimism.github.io/data/MUGLOO/logo.svg",
|
|
4739
4739
|
extensions: {
|
|
4740
4740
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
4741
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4741
4742
|
opListId: "extended",
|
|
4742
4743
|
opTokenId: "MUGLOO"
|
|
4743
4744
|
}
|
|
@@ -4755,6 +4756,19 @@ var tokens = [
|
|
|
4755
4756
|
opTokenId: "MUGLOO"
|
|
4756
4757
|
}
|
|
4757
4758
|
},
|
|
4759
|
+
{
|
|
4760
|
+
chainId: 8453,
|
|
4761
|
+
address: "0xE009e453Ac69B0E9602BA091D5331B31B03D3039",
|
|
4762
|
+
name: "Mugloo",
|
|
4763
|
+
symbol: "MUGLOO",
|
|
4764
|
+
decimals: 4,
|
|
4765
|
+
logoURI: "https://ethereum-optimism.github.io/data/MUGLOO/logo.svg",
|
|
4766
|
+
extensions: {
|
|
4767
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4768
|
+
opListId: "extended",
|
|
4769
|
+
opTokenId: "MUGLOO"
|
|
4770
|
+
}
|
|
4771
|
+
},
|
|
4758
4772
|
{
|
|
4759
4773
|
chainId: 1,
|
|
4760
4774
|
address: "0xab814ce69E15F6B9660A3B184c0B0C97B9394A6b",
|
|
@@ -9285,7 +9299,7 @@ var tokens = [
|
|
|
9285
9299
|
var version = {
|
|
9286
9300
|
major: 10,
|
|
9287
9301
|
minor: 0,
|
|
9288
|
-
patch:
|
|
9302
|
+
patch: 119
|
|
9289
9303
|
};
|
|
9290
9304
|
var optimism_tokenlist_default = {
|
|
9291
9305
|
name,
|