@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.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-02-
|
|
44
|
+
var timestamp = "2024-02-08T02:06:02.466Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2738,6 +2738,32 @@ var tokens = [
|
|
|
2738
2738
|
opTokenId: "INSURE"
|
|
2739
2739
|
}
|
|
2740
2740
|
},
|
|
2741
|
+
{
|
|
2742
|
+
chainId: 1,
|
|
2743
|
+
address: "0xd909C5862Cdb164aDB949D92622082f0092eFC3d",
|
|
2744
|
+
name: "Interest Protocol",
|
|
2745
|
+
symbol: "IPT",
|
|
2746
|
+
decimals: 18,
|
|
2747
|
+
logoURI: "https://ethereum-optimism.github.io/data/IPT/logo.svg",
|
|
2748
|
+
extensions: {
|
|
2749
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2750
|
+
opListId: "extended",
|
|
2751
|
+
opTokenId: "IPT"
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
chainId: 10,
|
|
2756
|
+
address: "0xa211E25F7246950E0cCe054e3161C7c0b6379485",
|
|
2757
|
+
name: "Interest Protocol",
|
|
2758
|
+
symbol: "IPT",
|
|
2759
|
+
decimals: 18,
|
|
2760
|
+
logoURI: "https://ethereum-optimism.github.io/data/IPT/logo.svg",
|
|
2761
|
+
extensions: {
|
|
2762
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2763
|
+
opListId: "extended",
|
|
2764
|
+
opTokenId: "IPT"
|
|
2765
|
+
}
|
|
2766
|
+
},
|
|
2741
2767
|
{
|
|
2742
2768
|
chainId: 1,
|
|
2743
2769
|
address: "0x17d2628D30F8e9E966c9Ba831c9B9b01ea8Ea75C",
|
|
@@ -6812,7 +6838,7 @@ var tokens = [
|
|
|
6812
6838
|
var version = {
|
|
6813
6839
|
major: 9,
|
|
6814
6840
|
minor: 0,
|
|
6815
|
-
patch:
|
|
6841
|
+
patch: 35
|
|
6816
6842
|
};
|
|
6817
6843
|
var optimism_tokenlist_default = {
|
|
6818
6844
|
name,
|