@eth-optimism/tokenlist 8.3.96 → 8.3.98
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-160b862d.d.ts → optimism.tokenlist-da7c4764.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 = "2023-07-26T19:
|
|
25
|
+
var timestamp = "2023-07-26T19:58:10.442Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -596,6 +596,20 @@ var tokens = [
|
|
|
596
596
|
decimals: 18,
|
|
597
597
|
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
598
598
|
extensions: {
|
|
599
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
600
|
+
opListId: "extended",
|
|
601
|
+
opTokenId: "COMP"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
chainId: 8543,
|
|
606
|
+
address: "0x9e1028F5F1D5eDE59748FFceE5532509976840E0",
|
|
607
|
+
name: "Compound",
|
|
608
|
+
symbol: "COMP",
|
|
609
|
+
decimals: 18,
|
|
610
|
+
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
611
|
+
extensions: {
|
|
612
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
599
613
|
opListId: "extended",
|
|
600
614
|
opTokenId: "COMP"
|
|
601
615
|
}
|
|
@@ -1708,6 +1722,32 @@ var tokens = [
|
|
|
1708
1722
|
opTokenId: "IBEX"
|
|
1709
1723
|
}
|
|
1710
1724
|
},
|
|
1725
|
+
{
|
|
1726
|
+
chainId: 1,
|
|
1727
|
+
address: "0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651",
|
|
1728
|
+
name: "iFARM",
|
|
1729
|
+
symbol: "iFARM",
|
|
1730
|
+
decimals: 18,
|
|
1731
|
+
logoURI: "https://ethereum-optimism.github.io/data/IFARM/logo.svg",
|
|
1732
|
+
extensions: {
|
|
1733
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1734
|
+
opListId: "extended",
|
|
1735
|
+
opTokenId: "IFARM"
|
|
1736
|
+
}
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
chainId: 8543,
|
|
1740
|
+
address: "0xE7798f023fC62146e8Aa1b36Da45fb70855a77Ea",
|
|
1741
|
+
name: "iFARM",
|
|
1742
|
+
symbol: "iFARM",
|
|
1743
|
+
decimals: 18,
|
|
1744
|
+
logoURI: "https://ethereum-optimism.github.io/data/IFARM/logo.svg",
|
|
1745
|
+
extensions: {
|
|
1746
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1747
|
+
opListId: "extended",
|
|
1748
|
+
opTokenId: "IFARM"
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1711
1751
|
{
|
|
1712
1752
|
chainId: 5,
|
|
1713
1753
|
address: "0x0C4a63D472120d7859E2842b7C2Bafbd8eDe8f44",
|
|
@@ -4160,7 +4200,7 @@ var tokens = [
|
|
|
4160
4200
|
var version = {
|
|
4161
4201
|
major: 8,
|
|
4162
4202
|
minor: 3,
|
|
4163
|
-
patch:
|
|
4203
|
+
patch: 98
|
|
4164
4204
|
};
|
|
4165
4205
|
var optimism_tokenlist_default = {
|
|
4166
4206
|
name,
|