@eth-optimism/tokenlist 10.0.154 → 10.0.156
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-a9b66870.d.ts → optimism.tokenlist-a3271e5e.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 = "2024-11-
|
|
25
|
+
var timestamp = "2024-11-07T17:56:13.476Z";
|
|
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",
|
|
@@ -5771,6 +5797,32 @@ var tokens = [
|
|
|
5771
5797
|
opTokenId: "PNDR"
|
|
5772
5798
|
}
|
|
5773
5799
|
},
|
|
5800
|
+
{
|
|
5801
|
+
chainId: 1,
|
|
5802
|
+
address: "0x906c012fa4C30d580537c2b72d1789F56F488a80",
|
|
5803
|
+
name: "PogCoin",
|
|
5804
|
+
symbol: "POGS",
|
|
5805
|
+
decimals: 18,
|
|
5806
|
+
logoURI: "https://ethereum-optimism.github.io/data/POGS/logo.svg",
|
|
5807
|
+
extensions: {
|
|
5808
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5809
|
+
opListId: "extended",
|
|
5810
|
+
opTokenId: "POGS"
|
|
5811
|
+
}
|
|
5812
|
+
},
|
|
5813
|
+
{
|
|
5814
|
+
chainId: 8453,
|
|
5815
|
+
address: "0x728f0a7FEC1859Cb0d71A432271D4E80310d235f",
|
|
5816
|
+
name: "PogCoin",
|
|
5817
|
+
symbol: "POGS",
|
|
5818
|
+
decimals: 18,
|
|
5819
|
+
logoURI: "https://ethereum-optimism.github.io/data/POGS/logo.svg",
|
|
5820
|
+
extensions: {
|
|
5821
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5822
|
+
opListId: "extended",
|
|
5823
|
+
opTokenId: "POGS"
|
|
5824
|
+
}
|
|
5825
|
+
},
|
|
5774
5826
|
{
|
|
5775
5827
|
chainId: 1,
|
|
5776
5828
|
address: "0x0cec1a9154ff802e7934fc916ed7ca50bde6844e",
|
|
@@ -10009,7 +10061,7 @@ var tokens = [
|
|
|
10009
10061
|
var version = {
|
|
10010
10062
|
major: 10,
|
|
10011
10063
|
minor: 0,
|
|
10012
|
-
patch:
|
|
10064
|
+
patch: 156
|
|
10013
10065
|
};
|
|
10014
10066
|
var optimism_tokenlist_default = {
|
|
10015
10067
|
name,
|