@eth-optimism/tokenlist 9.0.33 → 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 +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-a8c3aa94.d.ts → optimism.tokenlist-c3f01836.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -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",
|
|
@@ -5542,6 +5568,7 @@ var tokens = [
|
|
|
5542
5568
|
logoURI: "https://ethereum-optimism.github.io/data/TKN/logo.png",
|
|
5543
5569
|
extensions: {
|
|
5544
5570
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5571
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5545
5572
|
opListId: "extended",
|
|
5546
5573
|
opTokenId: "TKN"
|
|
5547
5574
|
}
|
|
@@ -5559,6 +5586,19 @@ var tokens = [
|
|
|
5559
5586
|
opTokenId: "TKN"
|
|
5560
5587
|
}
|
|
5561
5588
|
},
|
|
5589
|
+
{
|
|
5590
|
+
chainId: 8453,
|
|
5591
|
+
address: "0x78b3C724A2F663D11373C4a1978689271895256f",
|
|
5592
|
+
name: "Token Name Service",
|
|
5593
|
+
symbol: "TKN",
|
|
5594
|
+
decimals: 18,
|
|
5595
|
+
logoURI: "https://ethereum-optimism.github.io/data/TKN/logo.png",
|
|
5596
|
+
extensions: {
|
|
5597
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5598
|
+
opListId: "extended",
|
|
5599
|
+
opTokenId: "TKN"
|
|
5600
|
+
}
|
|
5601
|
+
},
|
|
5562
5602
|
{
|
|
5563
5603
|
chainId: 1,
|
|
5564
5604
|
address: "0x1C9922314ED1415c95b9FD453c3818fd41867d0B",
|
|
@@ -6779,7 +6819,7 @@ var tokens = [
|
|
|
6779
6819
|
var version = {
|
|
6780
6820
|
major: 9,
|
|
6781
6821
|
minor: 0,
|
|
6782
|
-
patch:
|
|
6822
|
+
patch: 35
|
|
6783
6823
|
};
|
|
6784
6824
|
var optimism_tokenlist_default = {
|
|
6785
6825
|
name,
|