@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.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 = "2023-07-26T19:
|
|
44
|
+
var timestamp = "2023-07-26T19:58:10.442Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -615,6 +615,20 @@ var tokens = [
|
|
|
615
615
|
decimals: 18,
|
|
616
616
|
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
617
617
|
extensions: {
|
|
618
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
619
|
+
opListId: "extended",
|
|
620
|
+
opTokenId: "COMP"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
chainId: 8543,
|
|
625
|
+
address: "0x9e1028F5F1D5eDE59748FFceE5532509976840E0",
|
|
626
|
+
name: "Compound",
|
|
627
|
+
symbol: "COMP",
|
|
628
|
+
decimals: 18,
|
|
629
|
+
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
630
|
+
extensions: {
|
|
631
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
618
632
|
opListId: "extended",
|
|
619
633
|
opTokenId: "COMP"
|
|
620
634
|
}
|
|
@@ -1727,6 +1741,32 @@ var tokens = [
|
|
|
1727
1741
|
opTokenId: "IBEX"
|
|
1728
1742
|
}
|
|
1729
1743
|
},
|
|
1744
|
+
{
|
|
1745
|
+
chainId: 1,
|
|
1746
|
+
address: "0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651",
|
|
1747
|
+
name: "iFARM",
|
|
1748
|
+
symbol: "iFARM",
|
|
1749
|
+
decimals: 18,
|
|
1750
|
+
logoURI: "https://ethereum-optimism.github.io/data/IFARM/logo.svg",
|
|
1751
|
+
extensions: {
|
|
1752
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1753
|
+
opListId: "extended",
|
|
1754
|
+
opTokenId: "IFARM"
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
chainId: 8543,
|
|
1759
|
+
address: "0xE7798f023fC62146e8Aa1b36Da45fb70855a77Ea",
|
|
1760
|
+
name: "iFARM",
|
|
1761
|
+
symbol: "iFARM",
|
|
1762
|
+
decimals: 18,
|
|
1763
|
+
logoURI: "https://ethereum-optimism.github.io/data/IFARM/logo.svg",
|
|
1764
|
+
extensions: {
|
|
1765
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1766
|
+
opListId: "extended",
|
|
1767
|
+
opTokenId: "IFARM"
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1730
1770
|
{
|
|
1731
1771
|
chainId: 5,
|
|
1732
1772
|
address: "0x0C4a63D472120d7859E2842b7C2Bafbd8eDe8f44",
|
|
@@ -4179,7 +4219,7 @@ var tokens = [
|
|
|
4179
4219
|
var version = {
|
|
4180
4220
|
major: 8,
|
|
4181
4221
|
minor: 3,
|
|
4182
|
-
patch:
|
|
4222
|
+
patch: 98
|
|
4183
4223
|
};
|
|
4184
4224
|
var optimism_tokenlist_default = {
|
|
4185
4225
|
name,
|