@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-07-26T19:
|
|
9
|
+
var timestamp = "2023-07-26T19:58:10.442Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -580,6 +580,20 @@ var tokens = [
|
|
|
580
580
|
decimals: 18,
|
|
581
581
|
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
582
582
|
extensions: {
|
|
583
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
584
|
+
opListId: "extended",
|
|
585
|
+
opTokenId: "COMP"
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
chainId: 8543,
|
|
590
|
+
address: "0x9e1028F5F1D5eDE59748FFceE5532509976840E0",
|
|
591
|
+
name: "Compound",
|
|
592
|
+
symbol: "COMP",
|
|
593
|
+
decimals: 18,
|
|
594
|
+
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
595
|
+
extensions: {
|
|
596
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
583
597
|
opListId: "extended",
|
|
584
598
|
opTokenId: "COMP"
|
|
585
599
|
}
|
|
@@ -1692,6 +1706,32 @@ var tokens = [
|
|
|
1692
1706
|
opTokenId: "IBEX"
|
|
1693
1707
|
}
|
|
1694
1708
|
},
|
|
1709
|
+
{
|
|
1710
|
+
chainId: 1,
|
|
1711
|
+
address: "0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651",
|
|
1712
|
+
name: "iFARM",
|
|
1713
|
+
symbol: "iFARM",
|
|
1714
|
+
decimals: 18,
|
|
1715
|
+
logoURI: "https://ethereum-optimism.github.io/data/IFARM/logo.svg",
|
|
1716
|
+
extensions: {
|
|
1717
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1718
|
+
opListId: "extended",
|
|
1719
|
+
opTokenId: "IFARM"
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
chainId: 8543,
|
|
1724
|
+
address: "0xE7798f023fC62146e8Aa1b36Da45fb70855a77Ea",
|
|
1725
|
+
name: "iFARM",
|
|
1726
|
+
symbol: "iFARM",
|
|
1727
|
+
decimals: 18,
|
|
1728
|
+
logoURI: "https://ethereum-optimism.github.io/data/IFARM/logo.svg",
|
|
1729
|
+
extensions: {
|
|
1730
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1731
|
+
opListId: "extended",
|
|
1732
|
+
opTokenId: "IFARM"
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1695
1735
|
{
|
|
1696
1736
|
chainId: 5,
|
|
1697
1737
|
address: "0x0C4a63D472120d7859E2842b7C2Bafbd8eDe8f44",
|
|
@@ -4144,7 +4184,7 @@ var tokens = [
|
|
|
4144
4184
|
var version = {
|
|
4145
4185
|
major: 8,
|
|
4146
4186
|
minor: 3,
|
|
4147
|
-
patch:
|
|
4187
|
+
patch: 98
|
|
4148
4188
|
};
|
|
4149
4189
|
var optimism_tokenlist_default = {
|
|
4150
4190
|
name,
|