@eth-optimism/tokenlist 10.0.154 → 10.0.155
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-a9b66870.d.ts → optimism.tokenlist-d2be6c62.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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-11-
|
|
25
|
+
var timestamp = "2024-11-07T17:35:43.039Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4927,6 +4927,32 @@ var tokens = [
|
|
|
4927
4927
|
opTokenId: "MOOV"
|
|
4928
4928
|
}
|
|
4929
4929
|
},
|
|
4930
|
+
{
|
|
4931
|
+
chainId: 11155111,
|
|
4932
|
+
address: "0x3CF66a662390e37ff260D0cBAa8Af6d426D60D43",
|
|
4933
|
+
name: "Morpho Token",
|
|
4934
|
+
symbol: "MORPHO",
|
|
4935
|
+
decimals: 18,
|
|
4936
|
+
logoURI: "https://ethereum-optimism.github.io/data/MORPHO/logo.svg",
|
|
4937
|
+
extensions: {
|
|
4938
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
4939
|
+
opListId: "extended",
|
|
4940
|
+
opTokenId: "MORPHO"
|
|
4941
|
+
}
|
|
4942
|
+
},
|
|
4943
|
+
{
|
|
4944
|
+
chainId: 84532,
|
|
4945
|
+
address: "0x3CF66a662390e37ff260D0cBAa8Af6d426D60D43",
|
|
4946
|
+
name: "Morpho Token",
|
|
4947
|
+
symbol: "MORPHO",
|
|
4948
|
+
decimals: 18,
|
|
4949
|
+
logoURI: "https://ethereum-optimism.github.io/data/MORPHO/logo.svg",
|
|
4950
|
+
extensions: {
|
|
4951
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4952
|
+
opListId: "extended",
|
|
4953
|
+
opTokenId: "MORPHO"
|
|
4954
|
+
}
|
|
4955
|
+
},
|
|
4930
4956
|
{
|
|
4931
4957
|
chainId: 1,
|
|
4932
4958
|
address: "0x48afbbd342f64ef8a9ab1c143719b63c2ad81710",
|
|
@@ -10009,7 +10035,7 @@ var tokens = [
|
|
|
10009
10035
|
var version = {
|
|
10010
10036
|
major: 10,
|
|
10011
10037
|
minor: 0,
|
|
10012
|
-
patch:
|
|
10038
|
+
patch: 155
|
|
10013
10039
|
};
|
|
10014
10040
|
var optimism_tokenlist_default = {
|
|
10015
10041
|
name,
|