@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
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2024-11-
|
|
44
|
+
var timestamp = "2024-11-09T14:24:47.766Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -755,6 +755,32 @@ var tokens = [
|
|
|
755
755
|
opTokenId: "BEPRO"
|
|
756
756
|
}
|
|
757
757
|
},
|
|
758
|
+
{
|
|
759
|
+
chainId: 1,
|
|
760
|
+
address: "0xf17e65822b568b3903685a7c9f496cf7656cc6c2",
|
|
761
|
+
name: "Biconomy Token",
|
|
762
|
+
symbol: "BICO",
|
|
763
|
+
decimals: 18,
|
|
764
|
+
logoURI: "https://ethereum-optimism.github.io/data/BICO/logo.svg",
|
|
765
|
+
extensions: {
|
|
766
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
767
|
+
opListId: "extended",
|
|
768
|
+
opTokenId: "BICO"
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
chainId: 8453,
|
|
773
|
+
address: "0xf5Dbaa3DFC5e81405c7306039fB037a3DCD57Ce2",
|
|
774
|
+
name: "Biconomy",
|
|
775
|
+
symbol: "BICO",
|
|
776
|
+
decimals: 18,
|
|
777
|
+
logoURI: "https://ethereum-optimism.github.io/data/BICO/logo.svg",
|
|
778
|
+
extensions: {
|
|
779
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
780
|
+
opListId: "extended",
|
|
781
|
+
opTokenId: "BICO"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
758
784
|
{
|
|
759
785
|
chainId: 1,
|
|
760
786
|
address: "0x15Ee120fD69BEc86C1d38502299af7366a41D1a6",
|
|
@@ -10184,7 +10210,7 @@ var tokens = [
|
|
|
10184
10210
|
var version = {
|
|
10185
10211
|
major: 10,
|
|
10186
10212
|
minor: 0,
|
|
10187
|
-
patch:
|
|
10213
|
+
patch: 161
|
|
10188
10214
|
};
|
|
10189
10215
|
var optimism_tokenlist_default = {
|
|
10190
10216
|
name,
|