@eth-optimism/tokenlist 10.0.159 → 10.0.161
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-30208d58.d.ts → optimism.tokenlist-b40ed32e.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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-11-
|
|
9
|
+
var timestamp = "2024-11-09T14:24:47.766Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -720,6 +720,32 @@ var tokens = [
|
|
|
720
720
|
opTokenId: "BEPRO"
|
|
721
721
|
}
|
|
722
722
|
},
|
|
723
|
+
{
|
|
724
|
+
chainId: 1,
|
|
725
|
+
address: "0xf17e65822b568b3903685a7c9f496cf7656cc6c2",
|
|
726
|
+
name: "Biconomy Token",
|
|
727
|
+
symbol: "BICO",
|
|
728
|
+
decimals: 18,
|
|
729
|
+
logoURI: "https://ethereum-optimism.github.io/data/BICO/logo.svg",
|
|
730
|
+
extensions: {
|
|
731
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
732
|
+
opListId: "extended",
|
|
733
|
+
opTokenId: "BICO"
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
chainId: 8453,
|
|
738
|
+
address: "0xf5Dbaa3DFC5e81405c7306039fB037a3DCD57Ce2",
|
|
739
|
+
name: "Biconomy",
|
|
740
|
+
symbol: "BICO",
|
|
741
|
+
decimals: 18,
|
|
742
|
+
logoURI: "https://ethereum-optimism.github.io/data/BICO/logo.svg",
|
|
743
|
+
extensions: {
|
|
744
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
745
|
+
opListId: "extended",
|
|
746
|
+
opTokenId: "BICO"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
723
749
|
{
|
|
724
750
|
chainId: 1,
|
|
725
751
|
address: "0x15Ee120fD69BEc86C1d38502299af7366a41D1a6",
|
|
@@ -4989,6 +5015,32 @@ var tokens = [
|
|
|
4989
5015
|
opTokenId: "MOOV"
|
|
4990
5016
|
}
|
|
4991
5017
|
},
|
|
5018
|
+
{
|
|
5019
|
+
chainId: 1,
|
|
5020
|
+
address: "0x039b598c6b99e70058E1e9021E000BdacD33d026",
|
|
5021
|
+
name: "Morpho Token",
|
|
5022
|
+
symbol: "MORPHO",
|
|
5023
|
+
decimals: 18,
|
|
5024
|
+
logoURI: "https://ethereum-optimism.github.io/data/MORPHO/logo.svg",
|
|
5025
|
+
extensions: {
|
|
5026
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5027
|
+
opListId: "extended",
|
|
5028
|
+
opTokenId: "MORPHO"
|
|
5029
|
+
}
|
|
5030
|
+
},
|
|
5031
|
+
{
|
|
5032
|
+
chainId: 8453,
|
|
5033
|
+
address: "0x039b598c6b99e70058E1e9021E000BdacD33d026",
|
|
5034
|
+
name: "Morpho Token",
|
|
5035
|
+
symbol: "MORPHO",
|
|
5036
|
+
decimals: 18,
|
|
5037
|
+
logoURI: "https://ethereum-optimism.github.io/data/MORPHO/logo.svg",
|
|
5038
|
+
extensions: {
|
|
5039
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5040
|
+
opListId: "extended",
|
|
5041
|
+
opTokenId: "MORPHO"
|
|
5042
|
+
}
|
|
5043
|
+
},
|
|
4992
5044
|
{
|
|
4993
5045
|
chainId: 11155111,
|
|
4994
5046
|
address: "0x3CF66a662390e37ff260D0cBAa8Af6d426D60D43",
|
|
@@ -10123,7 +10175,7 @@ var tokens = [
|
|
|
10123
10175
|
var version = {
|
|
10124
10176
|
major: 10,
|
|
10125
10177
|
minor: 0,
|
|
10126
|
-
patch:
|
|
10178
|
+
patch: 161
|
|
10127
10179
|
};
|
|
10128
10180
|
var optimism_tokenlist_default = {
|
|
10129
10181
|
name,
|