@eth-optimism/tokenlist 8.3.94 → 8.3.95
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-708d391f.d.ts → optimism.tokenlist-0b5e41b8.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -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 = "2023-07-
|
|
9
|
+
var timestamp = "2023-07-25T17:00:32.976Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -2016,6 +2016,58 @@ var tokens = [
|
|
|
2016
2016
|
opTokenId: "MASK"
|
|
2017
2017
|
}
|
|
2018
2018
|
},
|
|
2019
|
+
{
|
|
2020
|
+
chainId: 1,
|
|
2021
|
+
address: "0x4Bbf46E7c31eDc1F33aF4d57F0C4a0f13398427c",
|
|
2022
|
+
name: "MBS",
|
|
2023
|
+
symbol: "MBS",
|
|
2024
|
+
decimals: 18,
|
|
2025
|
+
logoURI: "https://ethereum-optimism.github.io/data/MBS/logo.png",
|
|
2026
|
+
extensions: {
|
|
2027
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2028
|
+
opListId: "extended",
|
|
2029
|
+
opTokenId: "MBS"
|
|
2030
|
+
}
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
chainId: 8543,
|
|
2034
|
+
address: "0x8Fbd0648971d56f1f2c35Fa075Ff5Bc75fb0e39D",
|
|
2035
|
+
name: "MBS",
|
|
2036
|
+
symbol: "MBS",
|
|
2037
|
+
decimals: 18,
|
|
2038
|
+
logoURI: "https://ethereum-optimism.github.io/data/MBS/logo.png",
|
|
2039
|
+
extensions: {
|
|
2040
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2041
|
+
opListId: "extended",
|
|
2042
|
+
opTokenId: "MBS"
|
|
2043
|
+
}
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
chainId: 5,
|
|
2047
|
+
address: "0x4A63b812739011763Fd061bA788290d599310732",
|
|
2048
|
+
name: "MBS",
|
|
2049
|
+
symbol: "MBS",
|
|
2050
|
+
decimals: 18,
|
|
2051
|
+
logoURI: "https://ethereum-optimism.github.io/data/MBS/logo.png",
|
|
2052
|
+
extensions: {
|
|
2053
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
2054
|
+
opListId: "extended",
|
|
2055
|
+
opTokenId: "MBS"
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
chainId: 84531,
|
|
2060
|
+
address: "0xBF7e0A518e518C0ab46D15C28ab646090E25D6ef",
|
|
2061
|
+
name: "MBS",
|
|
2062
|
+
symbol: "MBS",
|
|
2063
|
+
decimals: 18,
|
|
2064
|
+
logoURI: "https://ethereum-optimism.github.io/data/MBS/logo.png",
|
|
2065
|
+
extensions: {
|
|
2066
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2067
|
+
opListId: "extended",
|
|
2068
|
+
opTokenId: "MBS"
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
2019
2071
|
{
|
|
2020
2072
|
chainId: 1,
|
|
2021
2073
|
address: "0x2ebd53d035150f328bd754d6dc66b99b0edb89aa",
|
|
@@ -4066,7 +4118,7 @@ var tokens = [
|
|
|
4066
4118
|
var version = {
|
|
4067
4119
|
major: 8,
|
|
4068
4120
|
minor: 3,
|
|
4069
|
-
patch:
|
|
4121
|
+
patch: 95
|
|
4070
4122
|
};
|
|
4071
4123
|
var optimism_tokenlist_default = {
|
|
4072
4124
|
name,
|