@eth-optimism/tokenlist 10.0.160 → 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 +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-963f84ae.d.ts → optimism.tokenlist-b40ed32e.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-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",
|
|
@@ -10149,7 +10175,7 @@ var tokens = [
|
|
|
10149
10175
|
var version = {
|
|
10150
10176
|
major: 10,
|
|
10151
10177
|
minor: 0,
|
|
10152
|
-
patch:
|
|
10178
|
+
patch: 161
|
|
10153
10179
|
};
|
|
10154
10180
|
var optimism_tokenlist_default = {
|
|
10155
10181
|
name,
|