@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.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 = "2023-07-
|
|
44
|
+
var timestamp = "2023-07-25T17:00:32.976Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2051,6 +2051,58 @@ var tokens = [
|
|
|
2051
2051
|
opTokenId: "MASK"
|
|
2052
2052
|
}
|
|
2053
2053
|
},
|
|
2054
|
+
{
|
|
2055
|
+
chainId: 1,
|
|
2056
|
+
address: "0x4Bbf46E7c31eDc1F33aF4d57F0C4a0f13398427c",
|
|
2057
|
+
name: "MBS",
|
|
2058
|
+
symbol: "MBS",
|
|
2059
|
+
decimals: 18,
|
|
2060
|
+
logoURI: "https://ethereum-optimism.github.io/data/MBS/logo.png",
|
|
2061
|
+
extensions: {
|
|
2062
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2063
|
+
opListId: "extended",
|
|
2064
|
+
opTokenId: "MBS"
|
|
2065
|
+
}
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
chainId: 8543,
|
|
2069
|
+
address: "0x8Fbd0648971d56f1f2c35Fa075Ff5Bc75fb0e39D",
|
|
2070
|
+
name: "MBS",
|
|
2071
|
+
symbol: "MBS",
|
|
2072
|
+
decimals: 18,
|
|
2073
|
+
logoURI: "https://ethereum-optimism.github.io/data/MBS/logo.png",
|
|
2074
|
+
extensions: {
|
|
2075
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2076
|
+
opListId: "extended",
|
|
2077
|
+
opTokenId: "MBS"
|
|
2078
|
+
}
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
chainId: 5,
|
|
2082
|
+
address: "0x4A63b812739011763Fd061bA788290d599310732",
|
|
2083
|
+
name: "MBS",
|
|
2084
|
+
symbol: "MBS",
|
|
2085
|
+
decimals: 18,
|
|
2086
|
+
logoURI: "https://ethereum-optimism.github.io/data/MBS/logo.png",
|
|
2087
|
+
extensions: {
|
|
2088
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
2089
|
+
opListId: "extended",
|
|
2090
|
+
opTokenId: "MBS"
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
chainId: 84531,
|
|
2095
|
+
address: "0xBF7e0A518e518C0ab46D15C28ab646090E25D6ef",
|
|
2096
|
+
name: "MBS",
|
|
2097
|
+
symbol: "MBS",
|
|
2098
|
+
decimals: 18,
|
|
2099
|
+
logoURI: "https://ethereum-optimism.github.io/data/MBS/logo.png",
|
|
2100
|
+
extensions: {
|
|
2101
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2102
|
+
opListId: "extended",
|
|
2103
|
+
opTokenId: "MBS"
|
|
2104
|
+
}
|
|
2105
|
+
},
|
|
2054
2106
|
{
|
|
2055
2107
|
chainId: 1,
|
|
2056
2108
|
address: "0x2ebd53d035150f328bd754d6dc66b99b0edb89aa",
|
|
@@ -4101,7 +4153,7 @@ var tokens = [
|
|
|
4101
4153
|
var version = {
|
|
4102
4154
|
major: 8,
|
|
4103
4155
|
minor: 3,
|
|
4104
|
-
patch:
|
|
4156
|
+
patch: 95
|
|
4105
4157
|
};
|
|
4106
4158
|
var optimism_tokenlist_default = {
|
|
4107
4159
|
name,
|