@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-11-
|
|
9
|
+
var timestamp = "2024-11-07T17:35:43.039Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -4911,6 +4911,32 @@ var tokens = [
|
|
|
4911
4911
|
opTokenId: "MOOV"
|
|
4912
4912
|
}
|
|
4913
4913
|
},
|
|
4914
|
+
{
|
|
4915
|
+
chainId: 11155111,
|
|
4916
|
+
address: "0x3CF66a662390e37ff260D0cBAa8Af6d426D60D43",
|
|
4917
|
+
name: "Morpho Token",
|
|
4918
|
+
symbol: "MORPHO",
|
|
4919
|
+
decimals: 18,
|
|
4920
|
+
logoURI: "https://ethereum-optimism.github.io/data/MORPHO/logo.svg",
|
|
4921
|
+
extensions: {
|
|
4922
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
4923
|
+
opListId: "extended",
|
|
4924
|
+
opTokenId: "MORPHO"
|
|
4925
|
+
}
|
|
4926
|
+
},
|
|
4927
|
+
{
|
|
4928
|
+
chainId: 84532,
|
|
4929
|
+
address: "0x3CF66a662390e37ff260D0cBAa8Af6d426D60D43",
|
|
4930
|
+
name: "Morpho Token",
|
|
4931
|
+
symbol: "MORPHO",
|
|
4932
|
+
decimals: 18,
|
|
4933
|
+
logoURI: "https://ethereum-optimism.github.io/data/MORPHO/logo.svg",
|
|
4934
|
+
extensions: {
|
|
4935
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4936
|
+
opListId: "extended",
|
|
4937
|
+
opTokenId: "MORPHO"
|
|
4938
|
+
}
|
|
4939
|
+
},
|
|
4914
4940
|
{
|
|
4915
4941
|
chainId: 1,
|
|
4916
4942
|
address: "0x48afbbd342f64ef8a9ab1c143719b63c2ad81710",
|
|
@@ -9993,7 +10019,7 @@ var tokens = [
|
|
|
9993
10019
|
var version = {
|
|
9994
10020
|
major: 10,
|
|
9995
10021
|
minor: 0,
|
|
9996
|
-
patch:
|
|
10022
|
+
patch: 155
|
|
9997
10023
|
};
|
|
9998
10024
|
var optimism_tokenlist_default = {
|
|
9999
10025
|
name,
|