@eth-optimism/tokenlist 8.3.178 → 9.0.1
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 +16 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -4
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-f8917992.d.ts → optimism.tokenlist-f2465d69.d.ts} +16 -4
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -4
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -4
- 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-10-
|
|
25
|
+
var timestamp = "2023-10-31T22:06:19.341Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3821,6 +3821,18 @@ var tokens = [
|
|
|
3821
3821
|
opTokenId: "RAI"
|
|
3822
3822
|
}
|
|
3823
3823
|
},
|
|
3824
|
+
{
|
|
3825
|
+
chainId: 8453,
|
|
3826
|
+
address: "0x41E99e0F73a88947C52070FF67C19B7aBc171A54",
|
|
3827
|
+
name: "Redemption Finance",
|
|
3828
|
+
symbol: "RDMP",
|
|
3829
|
+
decimals: 18,
|
|
3830
|
+
logoURI: "https://ethereum-optimism.github.io/data/RDMP/logo.svg",
|
|
3831
|
+
extensions: {
|
|
3832
|
+
opListId: "extended",
|
|
3833
|
+
opTokenId: "RDMP"
|
|
3834
|
+
}
|
|
3835
|
+
},
|
|
3824
3836
|
{
|
|
3825
3837
|
chainId: 1,
|
|
3826
3838
|
address: "0xae78736cd615f374d3085123a210448e74fc6393",
|
|
@@ -6037,9 +6049,9 @@ var tokens = [
|
|
|
6037
6049
|
}
|
|
6038
6050
|
];
|
|
6039
6051
|
var version = {
|
|
6040
|
-
major:
|
|
6041
|
-
minor:
|
|
6042
|
-
patch:
|
|
6052
|
+
major: 9,
|
|
6053
|
+
minor: 0,
|
|
6054
|
+
patch: 1
|
|
6043
6055
|
};
|
|
6044
6056
|
var optimism_tokenlist_default = {
|
|
6045
6057
|
name,
|