@eth-optimism/tokenlist 9.0.34 → 9.0.35
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-d9320dc2.d.ts → optimism.tokenlist-c3f01836.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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-02-
|
|
25
|
+
var timestamp = "2024-02-08T02:06:02.466Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2719,6 +2719,32 @@ var tokens = [
|
|
|
2719
2719
|
opTokenId: "INSURE"
|
|
2720
2720
|
}
|
|
2721
2721
|
},
|
|
2722
|
+
{
|
|
2723
|
+
chainId: 1,
|
|
2724
|
+
address: "0xd909C5862Cdb164aDB949D92622082f0092eFC3d",
|
|
2725
|
+
name: "Interest Protocol",
|
|
2726
|
+
symbol: "IPT",
|
|
2727
|
+
decimals: 18,
|
|
2728
|
+
logoURI: "https://ethereum-optimism.github.io/data/IPT/logo.svg",
|
|
2729
|
+
extensions: {
|
|
2730
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2731
|
+
opListId: "extended",
|
|
2732
|
+
opTokenId: "IPT"
|
|
2733
|
+
}
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
chainId: 10,
|
|
2737
|
+
address: "0xa211E25F7246950E0cCe054e3161C7c0b6379485",
|
|
2738
|
+
name: "Interest Protocol",
|
|
2739
|
+
symbol: "IPT",
|
|
2740
|
+
decimals: 18,
|
|
2741
|
+
logoURI: "https://ethereum-optimism.github.io/data/IPT/logo.svg",
|
|
2742
|
+
extensions: {
|
|
2743
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2744
|
+
opListId: "extended",
|
|
2745
|
+
opTokenId: "IPT"
|
|
2746
|
+
}
|
|
2747
|
+
},
|
|
2722
2748
|
{
|
|
2723
2749
|
chainId: 1,
|
|
2724
2750
|
address: "0x17d2628D30F8e9E966c9Ba831c9B9b01ea8Ea75C",
|
|
@@ -6793,7 +6819,7 @@ var tokens = [
|
|
|
6793
6819
|
var version = {
|
|
6794
6820
|
major: 9,
|
|
6795
6821
|
minor: 0,
|
|
6796
|
-
patch:
|
|
6822
|
+
patch: 35
|
|
6797
6823
|
};
|
|
6798
6824
|
var optimism_tokenlist_default = {
|
|
6799
6825
|
name,
|