@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
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-07-
|
|
25
|
+
var timestamp = "2023-07-25T17:00:32.976Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2032,6 +2032,58 @@ var tokens = [
|
|
|
2032
2032
|
opTokenId: "MASK"
|
|
2033
2033
|
}
|
|
2034
2034
|
},
|
|
2035
|
+
{
|
|
2036
|
+
chainId: 1,
|
|
2037
|
+
address: "0x4Bbf46E7c31eDc1F33aF4d57F0C4a0f13398427c",
|
|
2038
|
+
name: "MBS",
|
|
2039
|
+
symbol: "MBS",
|
|
2040
|
+
decimals: 18,
|
|
2041
|
+
logoURI: "https://ethereum-optimism.github.io/data/MBS/logo.png",
|
|
2042
|
+
extensions: {
|
|
2043
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2044
|
+
opListId: "extended",
|
|
2045
|
+
opTokenId: "MBS"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
chainId: 8543,
|
|
2050
|
+
address: "0x8Fbd0648971d56f1f2c35Fa075Ff5Bc75fb0e39D",
|
|
2051
|
+
name: "MBS",
|
|
2052
|
+
symbol: "MBS",
|
|
2053
|
+
decimals: 18,
|
|
2054
|
+
logoURI: "https://ethereum-optimism.github.io/data/MBS/logo.png",
|
|
2055
|
+
extensions: {
|
|
2056
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2057
|
+
opListId: "extended",
|
|
2058
|
+
opTokenId: "MBS"
|
|
2059
|
+
}
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
chainId: 5,
|
|
2063
|
+
address: "0x4A63b812739011763Fd061bA788290d599310732",
|
|
2064
|
+
name: "MBS",
|
|
2065
|
+
symbol: "MBS",
|
|
2066
|
+
decimals: 18,
|
|
2067
|
+
logoURI: "https://ethereum-optimism.github.io/data/MBS/logo.png",
|
|
2068
|
+
extensions: {
|
|
2069
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
2070
|
+
opListId: "extended",
|
|
2071
|
+
opTokenId: "MBS"
|
|
2072
|
+
}
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
chainId: 84531,
|
|
2076
|
+
address: "0xBF7e0A518e518C0ab46D15C28ab646090E25D6ef",
|
|
2077
|
+
name: "MBS",
|
|
2078
|
+
symbol: "MBS",
|
|
2079
|
+
decimals: 18,
|
|
2080
|
+
logoURI: "https://ethereum-optimism.github.io/data/MBS/logo.png",
|
|
2081
|
+
extensions: {
|
|
2082
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2083
|
+
opListId: "extended",
|
|
2084
|
+
opTokenId: "MBS"
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
2035
2087
|
{
|
|
2036
2088
|
chainId: 1,
|
|
2037
2089
|
address: "0x2ebd53d035150f328bd754d6dc66b99b0edb89aa",
|
|
@@ -4082,7 +4134,7 @@ var tokens = [
|
|
|
4082
4134
|
var version = {
|
|
4083
4135
|
major: 8,
|
|
4084
4136
|
minor: 3,
|
|
4085
|
-
patch:
|
|
4137
|
+
patch: 95
|
|
4086
4138
|
};
|
|
4087
4139
|
var optimism_tokenlist_default = {
|
|
4088
4140
|
name,
|