@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-05-03T16:
|
|
9
|
+
var timestamp = "2024-05-03T16:18:58.196Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -3674,6 +3674,7 @@ var tokens = [
|
|
|
3674
3674
|
logoURI: "https://ethereum-optimism.github.io/data/MKR/logo.png",
|
|
3675
3675
|
extensions: {
|
|
3676
3676
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3677
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3677
3678
|
opListId: "extended",
|
|
3678
3679
|
opTokenId: "MKR"
|
|
3679
3680
|
}
|
|
@@ -3691,6 +3692,19 @@ var tokens = [
|
|
|
3691
3692
|
opTokenId: "MKR"
|
|
3692
3693
|
}
|
|
3693
3694
|
},
|
|
3695
|
+
{
|
|
3696
|
+
chainId: 8453,
|
|
3697
|
+
address: "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
|
|
3698
|
+
name: "Maker",
|
|
3699
|
+
symbol: "MKR",
|
|
3700
|
+
decimals: 18,
|
|
3701
|
+
logoURI: "https://ethereum-optimism.github.io/data/MKR/logo.png",
|
|
3702
|
+
extensions: {
|
|
3703
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3704
|
+
opListId: "extended",
|
|
3705
|
+
opTokenId: "MKR"
|
|
3706
|
+
}
|
|
3707
|
+
},
|
|
3694
3708
|
{
|
|
3695
3709
|
chainId: 1,
|
|
3696
3710
|
address: "0xf134519cBE2042B06Ee7cE20Df51d09b55559896",
|
|
@@ -7335,7 +7349,7 @@ var tokens = [
|
|
|
7335
7349
|
var version = {
|
|
7336
7350
|
major: 10,
|
|
7337
7351
|
minor: 0,
|
|
7338
|
-
patch:
|
|
7352
|
+
patch: 47
|
|
7339
7353
|
};
|
|
7340
7354
|
var optimism_tokenlist_default = {
|
|
7341
7355
|
name,
|