@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.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-10-
|
|
44
|
+
var timestamp = "2023-10-31T22:06:19.341Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3840,6 +3840,18 @@ var tokens = [
|
|
|
3840
3840
|
opTokenId: "RAI"
|
|
3841
3841
|
}
|
|
3842
3842
|
},
|
|
3843
|
+
{
|
|
3844
|
+
chainId: 8453,
|
|
3845
|
+
address: "0x41E99e0F73a88947C52070FF67C19B7aBc171A54",
|
|
3846
|
+
name: "Redemption Finance",
|
|
3847
|
+
symbol: "RDMP",
|
|
3848
|
+
decimals: 18,
|
|
3849
|
+
logoURI: "https://ethereum-optimism.github.io/data/RDMP/logo.svg",
|
|
3850
|
+
extensions: {
|
|
3851
|
+
opListId: "extended",
|
|
3852
|
+
opTokenId: "RDMP"
|
|
3853
|
+
}
|
|
3854
|
+
},
|
|
3843
3855
|
{
|
|
3844
3856
|
chainId: 1,
|
|
3845
3857
|
address: "0xae78736cd615f374d3085123a210448e74fc6393",
|
|
@@ -6056,9 +6068,9 @@ var tokens = [
|
|
|
6056
6068
|
}
|
|
6057
6069
|
];
|
|
6058
6070
|
var version = {
|
|
6059
|
-
major:
|
|
6060
|
-
minor:
|
|
6061
|
-
patch:
|
|
6071
|
+
major: 9,
|
|
6072
|
+
minor: 0,
|
|
6073
|
+
patch: 1
|
|
6062
6074
|
};
|
|
6063
6075
|
var optimism_tokenlist_default = {
|
|
6064
6076
|
name,
|