@eth-optimism/tokenlist 10.0.46 → 10.0.47
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-614d7947.d.ts → optimism.tokenlist-52143a46.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-05-03T16:
|
|
25
|
+
var timestamp = "2024-05-03T16:18:58.196Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3690,6 +3690,7 @@ var tokens = [
|
|
|
3690
3690
|
logoURI: "https://ethereum-optimism.github.io/data/MKR/logo.png",
|
|
3691
3691
|
extensions: {
|
|
3692
3692
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3693
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3693
3694
|
opListId: "extended",
|
|
3694
3695
|
opTokenId: "MKR"
|
|
3695
3696
|
}
|
|
@@ -3707,6 +3708,19 @@ var tokens = [
|
|
|
3707
3708
|
opTokenId: "MKR"
|
|
3708
3709
|
}
|
|
3709
3710
|
},
|
|
3711
|
+
{
|
|
3712
|
+
chainId: 8453,
|
|
3713
|
+
address: "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
|
|
3714
|
+
name: "Maker",
|
|
3715
|
+
symbol: "MKR",
|
|
3716
|
+
decimals: 18,
|
|
3717
|
+
logoURI: "https://ethereum-optimism.github.io/data/MKR/logo.png",
|
|
3718
|
+
extensions: {
|
|
3719
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3720
|
+
opListId: "extended",
|
|
3721
|
+
opTokenId: "MKR"
|
|
3722
|
+
}
|
|
3723
|
+
},
|
|
3710
3724
|
{
|
|
3711
3725
|
chainId: 1,
|
|
3712
3726
|
address: "0xf134519cBE2042B06Ee7cE20Df51d09b55559896",
|
|
@@ -7351,7 +7365,7 @@ var tokens = [
|
|
|
7351
7365
|
var version = {
|
|
7352
7366
|
major: 10,
|
|
7353
7367
|
minor: 0,
|
|
7354
|
-
patch:
|
|
7368
|
+
patch: 47
|
|
7355
7369
|
};
|
|
7356
7370
|
var optimism_tokenlist_default = {
|
|
7357
7371
|
name,
|