@eth-optimism/tokenlist 10.0.123 → 10.0.124
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-a34730ed.d.ts → optimism.tokenlist-51940311.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.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-09-
|
|
44
|
+
var timestamp = "2024-09-12T23:08:02.493Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4757,6 +4757,7 @@ var tokens = [
|
|
|
4757
4757
|
logoURI: "https://ethereum-optimism.github.io/data/MUGLOO/logo.svg",
|
|
4758
4758
|
extensions: {
|
|
4759
4759
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
4760
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4760
4761
|
opListId: "extended",
|
|
4761
4762
|
opTokenId: "MUGLOO"
|
|
4762
4763
|
}
|
|
@@ -4774,6 +4775,19 @@ var tokens = [
|
|
|
4774
4775
|
opTokenId: "MUGLOO"
|
|
4775
4776
|
}
|
|
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
|
+
},
|
|
4777
4791
|
{
|
|
4778
4792
|
chainId: 1,
|
|
4779
4793
|
address: "0xab814ce69E15F6B9660A3B184c0B0C97B9394A6b",
|
|
@@ -9344,7 +9358,7 @@ var tokens = [
|
|
|
9344
9358
|
var version = {
|
|
9345
9359
|
major: 10,
|
|
9346
9360
|
minor: 0,
|
|
9347
|
-
patch:
|
|
9361
|
+
patch: 124
|
|
9348
9362
|
};
|
|
9349
9363
|
var optimism_tokenlist_default = {
|
|
9350
9364
|
name,
|